18143453325 在线咨询 在线咨询
18143453325 在线咨询
所在位置: 首页 > 营销资讯 > 营销百科 > 网站开发与设计教程目录

网站开发与设计教程目录

时间:2023-02-19 02:38:01 | 来源:营销百科

时间:2023-02-19 02:38:01 来源:营销百科

网站开发与设计教程目录:第1章 网站开发基础
1.1 基础知识
1.2 认识网站
1.2.1 网站的类型
1.2.2 构成网页的元素
1.3 网站的开发流程
1.3.1 需求分析
1.3.2 网站制作
1.3.3 上传发布
1.3.4 推广宣传
1.3.5 维护更新
1.4 常用网页制作相关软件
1.4.1 网页设计软件Dreamweaver
1.4.2 网页图片设计和切图软件Fireworks
1.4.3 动画设计软件Flash
1.4.4 平面设计软件Photoshop
1.5 习题

第2章 HTMI.语言基础
2.1 HTML基础
2.1.1 HTML的基本结构
2.1.2 创建HTML文件
2.2 常用的HTML标记
2.2.1 基本标记
2.2.2 文本类标记
2.2.3 列表标记
2.2.4 HTML的属性
2.2.5 HTML颜色
2.2.6 和
2.2.7 水平线标记
2.2.8 表格标记
2.3 习题

第3章 CSS语言基础
3.1 CSS简介
3.2 CSS基本语法
3.2.1 CSS选择符
3.2.2 CSS属性
3.3 插入CSS样式表
3.3.1 内嵌样式
3.3.2 内部样式表-
3.3.3 链人外部样式表
3.3.4 导入外部样式表
3.4 习题-

第4章 JavaScript语言基础
4.1 JavaScript概述
4.2 JavaScript与HTML
4.2.1 使用…/script标记
4.2.2 在HTML中嵌入JavaScript
4.3 JavaScript的语法
4.3.1 基本数据类型
4.3.2 常量
4.3.3 变量
4.3.4 运算符
4.4 JavaScript语句
4.4.1 条件语句
4.4.2 循环语句
4.5 习题

第5章认识Dreamweaver 8.0
5.1 Drearnweaver 8.0的工作环境
5.1.1 启动Dreamweaver 8.0
5.1.2 Drearnweaver 8.0操作界面
5.2 规划与创建站点
5.2.1 规划站点
……

第6章 网页的排版布局
第7章 添加网页元素
第8章 使用模板和库
第9章 使用CSS样式表
第10章 创建网页特效
第11章 网站的测试与发布
第12章 动态网站开发基础
第13章 使用Dreamweaver创建动态网站
参考文献 查看所有商品描述 amznJQ.onCompletion('amznJQ.criticalFeature', function () { amznJQ.available('jQuery',function(){ jQuery('#pd-available').trigger('pdAvailable'); }); }); .radius-border-style { line-height:150%; margin-left:30px; float:left; -moz-border-radius:5px; -khtml-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; padding:5px; background-color:#EEEEEE; } amznJQ.onCompletion('amznJQ.criticalFeature',function(){ amznJQ.onReady('jQuery',function(){ var div = jQuery(''); div.html('所有评论均来自亚马逊客户
亚马逊严格管理评论质量
不刻意隐瞒差评[详见评论规则]'); div.attr('class','f1 radius-border-style'); var parentDiv = jQuery('#revSum'); var lastChildDiv = parentDiv.children(':last'); if (lastChildDiv.hasClass('clearboth')) { // non AUI parentDiv.attr('style', 'min-width:800px'); div.insertBefore(lastChildDiv); } else { parentDiv.attr('style', 'min-width:800px'); lastChildDiv = lastChildDiv.children(':last'); lastDiv = lastChildDiv.children(':last'); lastDiv.removeClass('a-col-right'); lastChildDiv.append(div); } } )}); 商品评论 目前还没有用户评论 5 星 4 星 3 星 2 星 1 星 我要写评论 if(typeof setCSMReq == 'function') { setCSMReq('cf'); }else { if(typeof uet == 'function') { uet('cf'); } amznJQ.completedStage('amznJQ.criticalFeature'); } P.when('cf').execute(function(){ P.load.js('http://g-ec4.images-amazon.com/images/G/01/browser-scripts/udpFeatureJavascript/udpFeatureJavascript-1402139648._V1_.js'); }); amznJQ.onCompletion('amznJQ.criticalFeature', function() { amznJQ.available('search-js-jq', function(){}); amznJQ.available('amazonShoveler', function(){}); amznJQ.available('simsJS', function(){}); amznJQ.available('cmuAnnotations', function(){}); amznJQ.available('externalJS.tagging', function(){}); amznJQ.available('amzn-ratings-bar', function(){}); amznJQ.available('accessoriesJS', function(){}); amznJQ.available('priceformatterJS', function(){}); amznJQ.available('CustomerPopover', function(){}); if (!window.DPClientLogger) { window.DPClientLogger = {}; } window.DPClientLogger.ImpressionLogger = function( program_group, feature, forceUpload, controlledLogging) { var self = this, data = {}; var isBooksUdploggingDisabled = false; var enableNewCSMs = false; var newCSMs = ['ma-books-image-ftb-shown','ma-books-image-listen-shown','ma-img-gallery-opened','ma-img-gallery-zoom','ma-img-gallery-thumb']; self.logImpression = function(key) { if(!(isBooksUdploggingDisabled controlledLogging !== undefined controlledLogging)){ var isNewCSM = self.isKeyNewCSM(key); if(!isNewCSM || ( isNewCSM enableNewCSMs)){ data[key]=1; setTimeout( self.upload, 2000 ); // upload client side metrics after 2secs of recording it. } } }; self.isKeyNewCSM = function(key){ var isNewCSM = false; jQuery.each(newCSMs, function(index,csm){ if(csm == key){ isNewCSM = true; } }); return isNewCSM; }; self.upload = function() { var t = []; jQuery.each(data, function(k,v){ t.push(k); }); data = {}; if(t.length 0){ var protocol = location.protocol == 'https:' ? 'https://' : 'http://', url = protocol ue.furl '/1/action-impressions/1/OP/' program_group '/action/' feature ':' t.join() '?marketplaceId=' ue.mid 'requestId=' ue.rid 'session=' ue.sid '_=' (new Date()).getTime(); (new Image()).src = http://localhost/azltj/url; } }; if(forceUpload) { jQuery(window).unload(function() { self.upload();}); } }; amznJQ.onReady('jQuery', function(){ amznJQ.declareAvailable('DPClientLogger'); }); }); window.amznJQCFCounter = 0; amznJQ.onCompletion('amznJQ.criticalFeature', function() { if(ue ue.count window.amznJQCFCounter 1) ue.count('dpAmznJQCFCounter' window.amznJQCFCounter, 1); }); window.auiCFCounter = 0; if(typeof P !== 'undefined' typeof P.when === 'function'){ P.when('cf').execute(function(){ if(ue ue.count window.auiCFCounter 1) ue.count('dpAuiCFCounter' window.auiCFCounter, 1); }); } amznJQ.addLogical('gridReviewCSS-US', []); amznJQ.addLogical('reviewsCSS-US', []); Kindle电子书阅读器 电子书阅读器 Kindle Kindle Paperwhite Kindle Voyage Kindle配件 Kindle电子书 排行榜 今日特价书 进口原版 小说 经济管理 杂志 文学 免费书 少儿 社科人文 免费阅读软件 安卓版 iPhone版 iPad版 PC版 Mac版 使用攻略 管理内容和设备 管理我的内容 管理我的设备 付款方式设置 Kindle帮助 常见问题 帮助视频 Fire平板电脑 Fire平板电脑 Fire HD 7 Fire HDX Fire HDX 8.9 Fire配件 亚马逊应用商店 游戏 热销推荐 全球精选 Fire应用程序 我的应用和设备 Kindle电子书 排行榜 今日特价书 进口原版 小说 经济管理 杂志 文学 免费书 少儿 社科人文 免费阅读软件 安卓版 iPhone版 iPad版 PC版 Mac版 使用攻略 Fire帮助 常见问题 帮助视频 亚马逊应用商店 亚马逊应用商店 游戏 热销推荐 全球精选 Kindle Fire 应用程序 我的应用和设备 图书 中文图书 教材教辅 少儿 文学 社科 经管 进口图书 Children's Books Literature Fiction 进口港台图书 Kindle电子书 小说 经济管理 文学 杂志 少儿 人文社科 今日特价书 教材教辅 考试 外语学习 教材 教辅 词典与工具书 少儿 0-2岁 3-6岁 7-10岁 11-14岁 儿童绘本 家庭教育 文学艺术 小说 文学 青春与动漫 传记 艺术 人文社科 历史 国学古籍 哲学与宗教 法律 心理学 经济管理 经济与金融 管理 投资理财 励志与成功 心灵读物 人际交往 职场 成功学 科技 计算机与网络 医学 建筑 科学与自然 生活 孕产育儿 烹饪与美食 健康与养生 旅游与地图 音像、软件 影视 电影 高清蓝光 纪录片 卡通动画 儿童影视 更多影视 音乐 流行 进口CD 古典 儿童音乐 影音 更多音乐 乐器 电钢琴 吉他 口琴 MIDI录音 民族乐器 乐器配件 教育音像 英语学习 儿童歌谣 考试 更多音像 游戏 角色扮演 桌游 游戏设备 排行榜 更多游戏 软件 操作系统 学习软件 杀毒软件 排行榜 更多软件 手机、摄影、数码 手机通讯 Apple iPhone 三星 诺基亚 华为 小米 联想 索尼 中兴 HTC 魅族 酷派 所有手机 运营商 联通合约机 电信合约机 手机配件 移动电源 蓝牙/耳机 存储卡 保护壳 手机音箱 蓝牙配件 摄影摄像 便携相机 单反相机 单电/微单 镜头 数码摄像机 拍立得 监控安防 望远镜 相机配件 摄影器材箱包 三脚架/云台 滤镜 闪光灯 电池/电源 数码影音 Apple iPod MP3/MP4 耳机/耳麦 音箱 高清播放器 录音笔 移动电源 游戏设备 数码相框 录音机 BOSE 智能数码 可穿戴设备 智能手表 智能家居 娱乐影像 创意数码 乐器 电钢琴 吉他 口琴 MIDI录音 民族乐器 乐器配件 电脑、办公 电脑整机 笔记本 超极本 台式机 一体机 平板电脑 服务器 电脑品牌 Apple 华硕 戴尔 宏碁 电脑外设 鼠标键盘 电脑包 耳机耳麦 音箱 平板保护套 摄像头 存储产品 固态硬盘 移动硬盘 U盘 存储卡 内置硬盘 网络存储 DIY电脑组件 CPU 主板 显卡 显示器 内存 机箱 散热器/风扇 电源 网络用品 路由器 网卡 3G上网 无线AP 交换机 无线摄像头 办公设备及耗材 打印机 多功能一体机 投影机 办公耗材 电话机 扫描仪 传真机 碎纸机 验钞机 数位板 设备配件 办公及学生用品 笔类 笔记本 桌上用品 文档管理 文件装订 教具文具 电子辞典 办公家具 清洁用品 财务用品 计算器 家用电器 电视/音响 平板电视 迷你音响 影音播放器 家庭影院 功放 设备配件 大家电 洗衣机 烘干机 热水器 烟灶套餐 油烟机 燃气灶 冰箱 冰柜 酒柜 空调 消毒柜 洗碗机 厨房电器 电饭煲 电压力锅 微波炉/光波炉 豆浆机 电磁炉 搅拌/榨汁机 面包机 电水壶/瓶 电烤箱 酸奶机 蒸/煮锅 电饼铛/三明治机 咖啡机 冰激凌机 豆芽机 烧烤炉 居家电器 空气净化器 电风扇 吸尘器 饮水机 取暖器 电熨斗 挂烫机 加湿器 除湿机 个护电器 电动剃须刀 电吹风 电动牙刷 电动理发器 电动剃毛器/脱毛器 耳鼻毛修剪器 电子秤 电动美容器 美发器 按摩器 足浴盆 家居、厨具、家装 厨具 锅具/壶具 刀剪具 餐具 厨用小工具 厨房收纳 保鲜盒 水具 保温杯 茶具 咖啡用品 烘培用具 烧烤用具 酒具 家纺 床单件套 被子 被套被罩 枕头 枕套枕巾 床垫 抱枕靠垫 毛巾浴巾 毯子 电热毯 蚊帐 凉席 窗帘 地毯 家具 置物架 收纳柜 鞋柜 电脑桌 电脑椅 书柜书架 衣柜 床垫 沙发 电视柜 餐桌 椅凳 床 户外家具 儿童家具 生活日用 收纳用品 清洁用品 浴室用品 缝纫 洗晒熨 雨伞 暖宝 家居装饰 布艺装饰 装饰画 照片墙/相框相册 墙贴 摆件 花瓶/花艺 家居装修 口罩 工具 灯具 开关插座 劳保安防 五金 花洒 龙头 水槽 卫浴用具 洁身器 净水设备 园艺/户外 墙纸/涂料 宠物商店 狗用品 猫用品 小宠用品 水族用品 食品、酒水 进口食品 牛奶 咖啡 糕点饼干 零食 意大利面 方便食品 橄榄油 酒水 白酒 红葡萄酒 白葡萄酒 起泡酒 啤酒 洋酒 饮料 冲调 茶 麦片 奶粉 奶茶 蜂蜜 柚子茶 芝麻糊 休闲零食 巧克力 红枣 糕点饼干 干果 牛肉干 蜜饯 粮油 食用油 方便食品 调味品 杂粮 干货 保健食品 维生素 蛋白粉 胶原蛋白 美容养颜 减肥瘦身 增强免疫 节庆食品 食品礼盒 大闸蟹券 代金券 美妆、个护健康 面部护肤 洁面 化妆水 精华 面霜乳液 面膜 眼霜 防晒 套装 时尚彩妆 面部 眼部 唇部 美甲 化妆工具 礼盒套装 美发护发 洗发水 护发 洗护套装 染烫用品 头发造型 美发工具 身体护理 沐浴 身体乳 脱毛 止汗香体 手足护理 精油香薰 套装 男士护理 面部护理 洗发护发 剃须护理 身体护理 男士香水 香水精油 女士香水 男士香水 香膏 礼盒套装 眼睛护理 隐形眼镜 彩色隐形眼镜 护理液 太阳镜 老花镜 眼镜架 日用清洁 纸品 牙刷/牙膏 衣物清洁 卫生巾 家居清洁 驱蚊杀虫 保健用品 按摩椅 口罩 按摩器械 保健护具 成人用品 医疗器械 血压计 血糖仪 助听器 制氧机 中医保健 老年健康 玩具、母婴 玩具 婴幼 益智 拼插 动漫 遥控 模型 科教 运动 毛绒 0-12个月 1-3岁 4-6岁 7-12岁 12岁以上 婴儿尿裤 NB/S M L XL XXL 成长裤 布尿裤 奶粉 1段 2段 3段 4段 孕产奶粉 特殊配方奶粉 营养辅食 米粉汤粥 饮品 DHA 钙铁锌 清火开胃 鱼油 肉松 喂养洗护 奶瓶 奶嘴 餐具 洗浴 护肤 清洁 吸奶器 防溢乳垫 童车 婴儿推车 自行车 车载儿童座椅 三轮车 电瓶车 学步车 寝具家具 婴儿床 餐椅 睡袋 抱被 凉席 蚊帐 枕头枕套 毛巾被 婴幼服装 内衣服饰 帽子/围巾/手套 服饰礼盒 背包箱子 妈妈用品 孕妇装 产后塑身 内衣 背带 妈咪包 洗浴护肤 防辐射服 推荐品牌 乐高 澳贝 芭比 绘儿乐 好奇 贝亲 好孩子 美素佳儿 运动户外 户外服装 冲锋衣 抓绒衣 皮肤风衣 冲锋裤 长裤 帽子 户外装备 钓鱼 帐篷 睡袋 吊床/桌椅 烧烤 望远镜 水壶 背包 户外鞋 徒步鞋 登山鞋 越野跑鞋 溯溪鞋 户外凉鞋 营地鞋 自行车 折叠车 山地车 通勤车 附配件 骑行服 头盔 健身训练 跑步机 健身车 腰腹训练器 椭圆训练机 哑铃 瑜伽 运动服装 帽衫/卫衣 风衣/夹克 毛衣/针织衫 长裤 T恤 短裤 背包 运动鞋 跑步鞋 篮球鞋 休闲运动鞋 足球鞋 羽毛球鞋 体育用品 足球 游泳 羽毛球 篮球 乒乓球 网球 高尔夫 服装、鞋靴、箱包 服装服饰 女装 男装 童装 潮服 连衣裙 女士呢大衣 内衣 太阳镜 夹克 毛衣/针织衫 外套 休闲裤 衬衫 牛仔裤 T恤/POLO衫 帽衫/卫衣 半身裙 Z时尚 鞋靴 女鞋 男鞋 进口鞋 童鞋 专业运动鞋 休闲运动鞋 板鞋 帆布鞋 专业户外鞋 高跟鞋 单鞋 平底鞋 商务休闲鞋 正装鞋 靴子 时装靴 雪地靴 居家鞋 皮具箱包 女包 男包 拉杆箱 双肩背包 单肩/斜挎包 钱包 电脑包 运动/户外包 商务公文包 皮带/皮具礼盒 旅行箱包 推荐品牌 Ochirly Nautica诺帝卡 Esprit Fairwhale马克华菲 American Tourister美旅 Clarks Rockport乐步 le saunda莱尔斯丹 New Balance新百伦 Toread探路者 钟表、首饰 钟表 男表 女表 机械表 情侣表 儿童表 石英表 钟 卡西欧 天梭 浪琴 欧米茄 斯沃琪 精工 汉米尔顿 美度 天王 海鸥 罗西尼 依波 颂拓 郎坤 飞亚达 ZStyle亚马逊尚品馆 珠宝首饰 黄金首饰 银饰饰品 铂金饰品 钻石 手链/手镯 项链/吊坠 耳饰 男士饰品 头饰 流行饰品 天然水晶 天然玉石 珍珠饰品 戒指 胸针 碧玺 原木 进口首饰 施华洛世奇 汽车用品 车载电器 GPS导航仪 行车记录仪 汽车影音 车载充电器 胎压检测 车载空气净化器 汽车装饰 坐垫 座套 脚垫 汽车香水 挂件摆饰 后备箱垫 车载收纳用品 防爆膜 美容养护 汽车油品 洗车工具 车蜡 洗车液 皮革养护 轮胎养护 汽车配件 轮胎轮毂 雨刷器 车灯 滤清器 迎宾脚踏板 防撞装饰条 车顶架 车衣/车罩 挡泥板 车牌框架 后视镜 自驾装备 摩托车头盔 骑行护具 护目镜 儿童安全座椅 维修工具 安全应急设备 亚马逊 Cloud Drive Cloud Drive 我的Cloud Drive Cloud Drive网页版 Android版Cloud Drive Photos iPhone版Cloud Drive Photos 了解更多详情 Kindle电子书阅读器 Fire平板电脑 亚马逊应用商店 图书 音像、软件 手机、摄影、数码 电脑、办公 家用电器 家居、厨具、家装 食品、酒水 美妆、个护健康 玩具、母婴 运动户外 服装、鞋靴、箱包 钟表、首饰 汽车用品 亚马逊 Cloud Drive ›全部商品分类 立即登录 新客户? 免费注册 我的帐户 我的订单 我的账户余额 评论已购商品 我的心愿单 为我推荐 管理我的'订购省'商品 管理我的 Kindle 我的 Cloud Drive 5 GB 免费的存储空间 我的应用程序和设备
您的购物车是空的。
挑选您喜爱的各种商品并放入购物车吧!
如果您已经有了帐户,请登录。
现在预览您的购物车存在问题。
检查您的互联网设置并转到您的购物车,或者重试。 查看购物车 (0件商品)(0件商品)(0件商品) 创建一个心愿单 查找其他人的心愿单 通用心愿单 添加任何网站的商品到您的心愿单 #=headline # #=productTitle # #=productTitle2 # #=price # #=button # # var hasColumns = (function () { var checkColumns = function (_items) { if (!_items) { return false; } for (var i=0; i_items.length i='i' if='if' _items='_items' columnbreak='columnBreak' items='items' checkcolumns='checkColumns' return='return' true='true' false='false'# if(hasColumns) { # # } ## var renderItems = function(items) { # # jQuery.each(items, function (i, item) { # # if(hasColumns item.columnBreak) { # # } # # if(item.dividerBefore) { # # } # # if(item.text || item.content) { # # if(item.url) { # # if(item.panelKey) { # nav-hasPanel # } # # if(item.items) { # nav-title # } # # if(item.decorate == 'carat') { # nav-carat # } # nav-item' #if(item.id) { # id='#=item.id #' # } # # if(item.panelKey) { # data-nav-panelkey='#=item.panelKey #' # } # # if(item.subtextKey) { # data-nav-subtextkey='#=item.subtextKey #' # } # # if(item.image item.image.height 16) { # style='line-height:#=item.image.height #px;' # } # # if(item.decorate == 'carat') { # # } # # if(item.image item.image.src) { # # } # # if(item.text) { # #=item.text# # } else if (item.content) { # # jQuery.each(item.content, function (j, cItem) { ## if(cItem.url cItem.text) { ##=cItem.text ## } else if (cItem.text) { ##=cItem.text## } ## }); # # } # # if(item.subtext) { # #=item.subtext # # } # # if(item.url) { # # } else {# # } # # } # # if(item.items) { # # renderItems(item.items); # # } # # }); ## }; ## renderItems(items); ## if(hasColumns) { # # } # # jQuery.each(items, function (i, item) { # #=item # # }); # # jQuery.each(wishlist, function (i, item) { # #=item.name # # if(typeof item.count !='undefined') { # #= (item.count == 1 ? '{count} 商品' : '{count} 商品') .replace('{count}', item.count) # # } # # }); # # if (obj obj.type === 'vertical') { # # jQuery.each(obj.rows, function (i, row) { # # if (row.flyoutElement === 'button') { # #=row.text # # } else if (row.flyoutElement === 'list' row.list) { # # jQuery.each(row.list, function (j, list) { # # jQuery.each(list.linkList, function (k, link) { # # if (k === 0) { link.elementClass = ' nav_sv_fo_v_first'; } # # if (link.url) { # #=link.text # # } else { # #=link.text # # } # # }); # # }); # # } else if (row.flyoutElement === 'link') { # # if (row.topSpacer) { # # } # #=row.text # # } # # }); ## } else if (obj) { # #= obj # # } # # jQuery.each(items, function (i, item) { # #=item.name # # if (item.weight) { # #= ''.replace('{value}', item.weight.value).replace('{unit}', item.weight.unit) # # } # # if (item.ourPrice) { # #=item.ourPrice # # } # # if (item.scarcityMessage) { # #=item.scarcityMessage # # } # # if(typeof item.wireless !== 'undefined') { # #= '条目:{count}'.replace('{count}', item.qty) # # } else { # #= '数量: {count}'.replace('{count}', item.qty) # # } # # if (i%2==1) { # # } ## }); # window. .declare('config.prefetchUrls', ['http://g-ec4.images-amazon.com/images/G/01/browser-scripts/fruitCSS/CN-combined-2168223829._V1_.css','https://images-cn.ssl-images-amazon.com/images/G/01/authportal/common/images/amznbtn-sprite03._V395592492_.png','https://images-cn.ssl-images-amazon.com/images/G/01/browser-scripts/wcs-ya-homepage-beaconized/wcs-ya-homepage-beaconized-3515399030._V1_.js','https://images-cn.ssl-images-amazon.com/images/G/01/browser-scripts/wcs-ya-homepage-beaconized/wcs-ya-homepage-beaconized-530192997._V1_.css','https://images-cn.ssl-images-amazon.com/images/G/01/browser-scripts/wcs-ya-order-history-beaconized/wcs-ya-order-history-beaconized-207125090._V1_.css','https://images-cn.ssl-images-amazon.com/images/G/01/x-locale/cs/css/images/amznbtn-sprite03._V387356454_.png','https://images-cn.ssl-images-amazon.com/images/G/28/authportal/common/images/amazon_logo_no-org_mid._V377570246_.png','https://images-cn.ssl-images-amazon.com/images/G/28/authportal/flex/reduced-nav/ap-flex-reduced-nav-2.0._V382374585_.js','https://images-cn.ssl-images-amazon.com/images/G/28/authportal/flex/reduced-nav/ap-flex-reduced-nav-2.1._V343889107_.css','https://images-cn.ssl-images-amazon.com/images/G/28/gno/images/general/navAmazonLogoFooter._V169459411_.gif','https://images-cn.ssl-images-amazon.com/images/G/28/gno/sprites/global-sprite-v1._V339353346_.png','https://images-cn.ssl-images-amazon.com/images/G/28/x-locale/common/buttons/sign-in-secure._V192281009_.gif','https://images-cn.ssl-images-amazon.com/images/G/28/x-locale/common/login/fwcim._V342129357_.js','https://images-cn.ssl-images-amazon.com/images/G/28/x-locale/common/transparent-pixel._V386947693_.gif','https://images-cn.ssl-images-amazon.com/images/G/28/x-locale/communities/social/snwicons_v2._V398069924_.png','https://images-cn.ssl-images-amazon.com/images/G/28/x-locale/cs/help/images/spotlight/kindle-family-02b._V161796812_.jpg','https://images-cn.ssl-images-amazon.com/images/G/28/x-locale/cs/orders/images/acorn._V192562262_.gif','https://images-cn.ssl-images-amazon.com/images/G/28/x-locale/cs/orders/images/amazon-gc-100._V192562262_.gif','https://images-cn.ssl-images-amazon.com/images/G/28/x-locale/cs/orders/images/amazon-gcs-100._V192562262_.gif','https://images-cn.ssl-images-amazon.com/images/G/28/x-locale/cs/orders/images/btn-close._V192562262_.gif','https://images-cn.ssl-images-amazon.com/images/G/28/x-locale/cs/projects/text-trace/texttrace_typ._V353754759_.js','https://images-cn.ssl-images-amazon.com/images/G/28/x-locale/cs/ya/images/new-link._V163158482_.gif','https://images-cn.ssl-images-amazon.com/images/G/28/x-locale/cs/ya/images/shipment_large_lt._V203615483_.gif']); window. .declare('config.prefetch',function() { var pUrls = window..getNow('config.prefetchUrls'); if (window.amznJQ) amznJQ.addPL(pUrls); else if (window.P) P.when('A').execute(function (A) { A.preload(pUrls); }); }); /* nav-config-asset-injection CN::desktop::standard::31406:T142812:C42994:C::isSecure=0::preload navc-cgkk6UqWA4SsoGWYITOGFK333Fj93iv68zEGspJ2hSYpEadWAo43yrxfgQSaa4Vi2ffMngMKAiw= rid-10ZFYT146V0BYRF3YWZM seq-247 (Fri Nov 28 14:45:43 2014) **CACHED-BY-NCCC** */ __auiPreloadIndex = window.__auiPreloadIndex || 0; (window.AmazonUIPageJS ? AmazonUIPageJS : P).when('A').execute('auiPreloadJS_' ( __auiPreloadIndex), function(A){ A.preload('http://g-ec4.images-amazon.com/images/G/01/AUIClients/NavAuiAssets-99b759846c7edb458a862850eb3967e065e55f1b.min._V2_.js'); A.preload('https://images-cn.ssl-images-amazon.com/images/G/01/AUIClients/NavAuiAssets-99b759846c7edb458a862850eb3967e065e55f1b.secure.min._V2_.js'); }); (window.AmazonUIPageJS ? AmazonUIPageJS : P).when('A').execute('auiPreloadCSS_' ( __auiPreloadIndex), function(A){ A.preload('http://g-ec4.images-amazon.com/images/G/01/AUIClients/NavAuiAssets-d9164f85dfdc275f8e2c9d13cfd25b577cb24c8c.min._V2_.css'); A.preload('https://images-cn.ssl-images-amazon.com/images/G/01/AUIClients/NavAuiAssets-d9164f85dfdc275f8e2c9d13cfd25b577cb24c8c.secure.min._V2_.css'); }); if (window.amznJQ (typeof window.P !== 'object' || !P.AUI_BUILD_DATE)) { AmazonUIPageJS.register('A',function(){ return {'preload':amznJQ.addPL}; }); } window. .declare('config.flyoutURL', null); window. .declare('btf.lite'); window.amznJQ amznJQ.declareAvailable('navbarBTFLite'); window. .declare('btf.full'); window. .declare('btf.exists'); window.amznJQ amznJQ.declareAvailable('navbarBTF'); (window.AmazonUIPageJS ? AmazonUIPageJS : P).register('navCF'); .ap_popover { position: absolute; outline: none; } .ap_body { height: 100%; min-height: 36px;/* so that arrow does not get cut off while popover loads */ position: relative; background-color: #fff; margin: 0px 17px; } .ap_popover_sprited .ap_body .ap_left-arrow, .ap_body .ap_left { width: 17px; height: 100%; position: absolute; top: 0px; left: -17px; background-attachment:scroll; background-repeat:repeat-y; } .ap_popover_sprited .ap_body .ap_left { background-position:0px top; } .ap_popover_sprited .ap_body .ap_right-arrow, .ap_body .ap_right { width: 17px; height: 100%; position: absolute; top: 0px; right: -17px; background-attachment:scroll; background-repeat:repeat-y; } .ap_popover_sprited .ap_body .ap_right { background-position:-51px top; } .ap_header, .ap_footer { position: relative; width: 100%; } .ap_header *, .ap_footer * { height: 26px; } .ap_header .ap_left { position: absolute; top: 0px; left: 0px; width: 34px; background-attachment:scroll; background-repeat:no-repeat; } .ap_popover_sprited .ap_header .ap_left { background-position:left -2px; } .ap_header .ap_right { width: 34px; position: absolute; top: 0px; right: 0px; background-attachment:scroll; background-repeat:no-repeat; } .ap_popover_sprited .ap_header .ap_right { background-position:right -2px; } .ap_header .ap_middle { margin: 0px 34px; background-attachment:scroll; background-repeat:repeat-x; } .ap_popover_sprited .ap_header .ap_middle { background-position:0px -70px; } .ap_footer .ap_left { position: absolute; top: 0px; left: 0px; width: 34px; background-attachment:scroll; background-repeat:no-repeat; } .ap_popover_sprited .ap_footer .ap_left { background-position:left -40px; } .ap_footer .ap_right { width: 34px; position: absolute; top: 0px; right: 0px; background-attachment:scroll; background-repeat:no-repeat; } .ap_popover_sprited .ap_footer .ap_right { background-position:right -40px; } .ap_footer .ap_middle { margin: 0px 34px; background-attachment:scroll; background-repeat:repeat-x; } .ap_popover_sprited .ap_footer .ap_middle { background-position:0px -108px;} .ap_popover .ap_titlebar { display: none; position: absolute; left: 0px; top: 0px; background-color: #EAF3FE; border-bottom: 1px solid #C2DDF2; font-size: 14px; font-weight: bold; margin: 8px 18px; white-space: nowrap; overflow: hidden; } .ap_popover .ap_titlebar.multiline { white-space:normal; overflow:visible; } .ap_popover .ap_titlebar .ap_title { padding: 4px 0px; margin-left: 10px; overflow: hidden; } #ap_overlay, #ap_overlay div { background-color: #3F4C58; width: 100%; position: absolute; top: 0px; left: 0px; z-index: 99; } .ap_popover .ap_close { position: absolute; right: 18px; top: 13px; } .ap_popover .ap_close a { padding: 5px; text-decoration: none; outline: none; } .ap_popover .ap_close .ap_closetext { display: none; margin-right: 5px; line-height:1em; } .ap_popover .ap_closebutton { display:-moz-inline-box; display:inline-block; width:15px; height:15px; background-repeat:no-repeat; background-position:0px -136px; position:relative; overflow:hidden; vertical-align:top; } .ap_popover .ap_closebutton span { position:absolute; top:-9999px; } /* For IE6 */ .ap_popover .ap_close img { vertical-align:top; } .ap_classic { border-top:1px solid #ccc;border-left:1px solid #ccc;border-bottom:1px solid #2F2F1D; border-right:1px solid #2F2F1D;background-color:#EFEDD4;padding:3px; } .ap_classic .ap_titlebar { color:#86875D;font-size:12px;padding:0 0 3px 0;line-height:1em; } .ap_classic .ap_close { float:right; } .ap_classic .ap_content { clear:both;background-color:white;border:1px solid #ACA976;padding:8px;font-size:11px; } .ap_popover_sprited .ap_body .ap_left, .ap_popover_sprited .ap_body .ap_right { background-image: url(http://g-ec4.images-amazon.com/images/G/28/javascripts/lib/popover/images/light/sprite-v._V230037424_.png); } .ap_popover_sprited .ap_header .ap_left, .ap_popover_sprited .ap_header .ap_right, .ap_popover_sprited .ap_header .ap_middle, .ap_popover_sprited .ap_footer .ap_left, .ap_popover_sprited .ap_footer .ap_right, .ap_popover_sprited .ap_footer .ap_middle, .ap_popover_sprited .ap_closebutton { background-image: url('http://g-ecx.images-amazon.com/images/G/01/javascripts/lib/popover/images/light/sprite-h._V219326280_.png'); } .sign-in-tooltip-beak { background-image: url('http://g-ec4.images-amazon.com/images/G/28/javascripts/lib/popover/images/light/sprite-vertical-popover-arrow2._V370545563_.gif'); overflow: hidden; display: inline-block; background-repeat: repeat; background-attachment: scroll; background-color: transparent; background-position: -385px 0px; height: 16px; width: 30px; position: absolute; left: 92px; top: -34px; } #sign-in-tooltip-anchor-point { display: none; font-family: Arial, Verdana, Helvetica, sans-serif; } #sign-in-tooltip-body { display: none; } .sign-in-tooltip-new-customer { color: #333333; font-size: 11px; margin-top: 5px; text-align: center; } a.sign-in-tooltip-link { cursor: pointer; font-size: 11px; } a.sign-in-tooltip-link, a.sign-in-tooltip-link:link { color: #004B91; text-decoration: none; } a.sign-in-tooltip-link:active, a.sign-in-tooltip-link:hover { color: #E47911; text-decoration: underline; } .cust-rec-aui-button *{ -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box } .cust-rec-aui-button { width:100% !important; } .cust-rec-aui-button button::-moz-focus-inner,input::-moz-focus-inner{ padding:0; border:0 } .cust-rec-aui-button html{ font-size:100%; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100% } .cust-rec-aui-button button,.cust-rec-aui-button input,.cust-rec-aui-button select,.cust-rec-aui-button textarea{ margin:0; font-size:100%; vertical-align:middle } .cust-rec-aui-button button,.cust-rec-aui-button input{ *overflow:visible; line-height:normal } .cust-rec-aui-button button,.cust-rec-aui-button input[type='button'],.cust-rec-aui-button input[type='reset'],.cust-rec-aui-button input[type='submit']{ cursor:pointer; -webkit-appearance:button } .cust-rec-aui-button .a-icon.a-icon-cart{ height:25px; width:25px; background-position:-35px -5px } .cust-rec-aui-button body{ font-size:13px; line-height:19px; color:#333; font-family:Arial,sans-serif } .cust-rec-aui-button i,.cust-rec-aui-button em{ font-style:italic } .cust-rec-aui-button body{ padding:0; margin:0; background-color:white } .cust-rec-aui-button .a-button-icon i.a-icon{ position:absolute } .cust-rec-aui-button .a-button-icon i.a-icon-1click, .cust-rec-aui-button .a-button-icon i.a-icon-cart, .cust-rec-aui-button .a-button-icon i.a-icon-sns, .cust-rec-aui-button .a-button-icon i.a-icon-buynow{ left:2px; top:2px } .cust-rec-aui-button .a-button{ *display:inline; *zoom:1; display:inline-block; padding:0; vertical-align:middle; height:31px; border:1px solid; border-color:#bcc1c8 #bababa #adb2bb; text-align:center; overflow:hidden; text-decoration:none!important; cursor:pointer; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px } .cust-rec-aui-button .a-button .a-button-text{ outline:0; color:#111; text-align:center; font-size:13px; line-height:29px; display:block; font-family:Arial,sans-serif; white-space:nowrap; background-color:transparent; margin:0; border:0; padding:0 !important; text-decoration: none; } .cust-rec-fb-button .a-button .a-button-text{ padding:0 8px 0 34px !important; font-size: 13px; font-weight: 400; } .sign-in-tooltip-new-customer a,.sign-in-tooltip-new-customer a:visited,.sign-in-tooltip-new-customer a:active,.sign-in-tooltip-new-customer a:hover { text-decoration:none !important; } .cust-rec-aui-button .a-button .a-button-inner{ position:relative; height:29px; overflow:hidden; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; -webkit-box-shadow:0 1px 0 rgba(255,255,255,0.6) inset; -moz-box-shadow:0 1px 0 rgba(255,255,255,0.6) inset; box-shadow:0 1px 0 rgba(255,255,255,0.6) inset; padding: 0 !important; } .cust-rec-aui-button .a-button-icon .a-button-text{ position:relative; z-index:10 } .cust-rec-aui-button .a-button-icon .a-button-text{ padding-left:35px } .cust-rec-aui-button span.a-button-inner{ display:block } .cust-rec-aui-button @-moz-document url-prefix(){ .cust-rec-aui-button .a-button .a-button-text{ line-height:29px } .cust-rec-aui-button .a-button.a-button-small .a-button-text{ line-height:21px } } .cust-rec-aui-button .a-button{ background:#d8dde6 } .cust-rec-aui-button .a-button .a-button-inner{ background:#eff0f3; background:-moz-linear-gradient(top,#f7f8fa,#e7e9ec); background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#f7f8fa),color-stop(100%,#e7e9ec)); background:-webkit-linear-gradient(top,#f7f8fa,#e7e9ec); background:-o-linear-gradient(top,#f7f8fa,#e7e9ec); background:-ms-linear-gradient(top,#f7f8fa,#e7e9ec); background:linear-gradient(top,#f7f8fa,#e7e9ec); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f8fa',endColorstr='#e7e9ec',GradientType=0); *zoom:1 } .cust-rec-aui-button .a-button-primary{ border-color:#cba957 #bf942a #aa8326; background:#f0c14b; } .cust-rec-aui-button .a-button-span12 { width: 100% !important; } .cust-rec-aui-button .a-button-primary:hover { border-color: #c59f43 #aa8326 #957321; } .cust-rec-aui-button .a-button-primary:active, .a-button-primary.a-touch-press { border-color: #aa8326 #bf942a #bf942a; } .cust-rec-aui-button .a-button-primary.a-button-pressed, .a-button-primary.a-button-pressed:hover { border-color: #aa8326 #bf942a #bf942a; } .cust-rec-aui-button .a-button-primary.a-button-pressed .a-button-inner, .a-button-primary.a-button-pressed:hover .a-button-inner { background-image: none; -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset; -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset; background-color: #f0c14b; } .cust-rec-aui-button .a-button-primary.a-button-disabled { border-color: #e8e0cd !important; background-color: #f9f3e5 !important; } .cust-rec-aui-button .a-button-primary.a-button-disabled .a-button-inner { background-color: #f9f3e5 !important; filter: none; } .cust-rec-aui-button .a-button-primary .a-button-inner { background: #f3d078; background: -moz-linear-gradient(top, #f7dfa5, #f0c14b); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7dfa5), color-stop(100%, #f0c14b)); background: -webkit-linear-gradient(top, #f7dfa5, #f0c14b); background: -o-linear-gradient(top, #f7dfa5, #f0c14b); background: -ms-linear-gradient(top, #f7dfa5, #f0c14b); background: linear-gradient(top, #f7dfa5, #f0c14b); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7dfa5', endColorstr='#f0c14b',GradientType=0); *zoom: 1; } .cust-rec-aui-button .a-button-primary:hover .a-button-inner { background: #f1c860; /* Old browsers */ background: -moz-linear-gradient(top, #f5d78e, #eeb933); /* FF3.6 */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5d78e), color-stop(100%, #eeb933)); /* Chrome,Safari4 */ background: -webkit-linear-gradient(top, #f5d78e, #eeb933); /* Chrome10 ,Safari5.1 */ background: -o-linear-gradient(top, #f5d78e, #eeb933); /* Opera 11.10 */ background: -ms-linear-gradient(top, #f5d78e, #eeb933); /* IE10 */ background: linear-gradient(top, #f5d78e, #eeb933); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5d78e', endColorstr='#eeb933',GradientType=0); /* IE6-8 */ *zoom: 1; } .cust-rec-aui-button .a-button-primary:active .a-button-inner, .a-button-primary.a-touch-press .a-button-inner { -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset; -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset; background-color: #f0c14b; background-image: none; filter: none; } .cust-rec-aui-button .a-button-primary .a-button-inner{ background:#f3d078; background:-moz-linear-gradient(top,#f7dfa5,#f0c14b); background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#f7dfa5),color-stop(100%,#f0c14b)); background:-webkit-linear-gradient(top,#f7dfa5,#f0c14b); background:-o-linear-gradient(top,#f7dfa5,#f0c14b); background:-ms-linear-gradient(top,#f7dfa5,#f0c14b); background:linear-gradient(top,#f7dfa5,#f0c14b); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7dfa5',endColorstr='#f0c14b',GradientType=0); *zoom:1 } .cust-rec-aui-button .a-button-primary .a-button-inner{ -webkit-box-shadow:0 1px 0 rgba(255,255,255,0.4) inset; -moz-box-shadow:0 1px 0 rgba(255,255,255,0.4) inset; box-shadow:0 1px 0 rgba(255,255,255,0.4) inset } .cust-rec-tooltip-nav-flyout { margin-top:15px; width:240px; } .cust-rec-tooltip-nav-flyout .nav-action-button { margin-left:-2px; margin-right:-2px; } .cust-rec-tooltip-nav-flyout .nav-action-inner { padding-left:0px; } .cust-rec-tooltip-nav-flyout .nav-arrow { left:110px; } #sign_in_tooltip .nav_pop_new_cust { font-size: 11px; margin-top: 5px; color: #333333; } .signInTooltipTarget { position:absolute; left:40px; top:32px; } 立即登录 新客户? 免费注册 (function () { // suppress tooltip on https page var URL = window.location.toString(); var urlPattern = /^https/; if (urlPattern.test(URL)) { return; } var useAUI = (typeof window.P === 'object' typeof window.P.when === 'function'); function jQueryCallback($) { //jQuery is available by default if (!$) { return; }; var isIE6 = false; var isIE7 = false; if ($.browser.msie) { isIE6 = (parseInt($.browser.version, 10) 7) ? 1 : 0; isIE7 = (parseInt($.browser.version, 10) == 7) ? 1 : 0; } if (isIE6 ''){ return; } var tooltipSize = isIE6 ? 200 : 250; var popoverContainer; var signInPopover; var tooltipTimer; // check 'https://w.amazon.com/index.php/Amazonpopover' for details var signInPopoverOptions = { 'align': 'center', 'closeEventInclude': 'CLICK_OUTSIDE', 'forceAlignment': true, 'focusOnShow': false, 'location': 'bottom', 'localContent': '#sign-in-tooltip-anchor-point', 'locationElement': '#nav-your-account', 'locationMargin': 8, 'paddingBottom': 0, 'paddingLeft': 20, 'paddingRight': 20, 'showCloseButton': true, 'showOnHover': false, 'onHide': function () { signInPopover = undefined; }, 'onShow' : function () { .declare('amazon.popover.tooltip'); if($.browser.msie) //disable fade in for IE $('#sign-in-tooltip-body').show(); else $('#sign-in-tooltip-body').fadeIn(1000); tooltipTimer = constructTooltipTimer(); }, 'skin': isIE6 ? '' ' X' '' '' : 'default', 'width': tooltipSize, 'zIndex': 999 }; var dismissPopover = function (popover) { if (popover) { popover.close(); } }; var repositionPopover = function (popover) { if (popover) { popover.reposition(); } } var zoomIE7 = function () { if (isIE7){ var ie7Window = document.body.getBoundingClientRect(); var zoomLevel = (ie7Window.right - ie7Window.left)/document.body.clientWidth; if (zoomLevel == 1){ return false; } else { return true; } } else { return false; } } // Constructs the tooltip and sets necessary variables var constructTooltip = function () { var css = {}; if (isIE6) { css.top = '-16px'; css.left = '92px'; } else { css.left = '92px'; } $('.sign-in-tooltip-beak').css(css); var hasFocus = ($(document.activeElement)[0].id == 'twotabsearchtextbox') ? 1:0; signInPopover = $.AmazonPopover.displayPopover(signInPopoverOptions); $('a[id='sign-in-tooltip-ie6-cross']').click( function() { dismissPopover(signInPopover); }); var scrollTop = $(document).scrollTop(); if (hasFocus scrollTop 100) { $('#twotabsearchtextbox').focus(); } popoverContainer = $('#sign-in-tooltip-anchor-point').parents('.ap_popover'); // If customer hovers over popover, prevent it from dismissing itself // Upon hovering off, reset the timer if (popoverContainer) { popoverContainer.hover( function () { clearTimeout(tooltipTimer); }, function () { tooltipTimer = constructTooltipTimer(); } ); } // Resize tooltip if window is resized $(window).resize(function (eventObject) { //Dismiss if IE7 and zoom level not 100% if (zoomIE7()){ dismissPopover(signInPopover); } repositionPopover(signInPopover); }); }; // Constructs a timer to dismiss the tooltip var constructTooltipTimer = function () { return setTimeout(function () { if (signInPopover) { if (popoverContainer !($.browser.msie parseInt($.browser.version, 10) 9)) { popoverContainer.fadeOut(1000, function () { dismissPopover(signInPopover); }); } else { dismissPopover(signInPopover); } } }, 10000); }; var popoverCallbackAUI = function(){ } var popoverCallback = function () { var dismissed = false; var navDismissCallback = function () { // Event fired by Nav flyouts dismissed = true; dismissPopover(signInPopover); }; if (useAUI) { P.when('navDismissTooltip').execute(navDismissCallback); } else { amznJQ.available('navDismissTooltip', navDismissCallback); } // Sprite preloading var horizontalSprite = new Image(); var verticalSprite = new Image(); var beakSprite = new Image(); // Onload handler must be set PRIOR to setting src field for proper event triggering in IE if (0){ if (!dismissed !zoomIE7()) { constructTooltip(); } } else { horizontalSprite.onload = function () { if (!dismissed !zoomIE7()) { constructTooltip(); } } } horizontalSprite.src = 'http://g-ec4.images-amazon.com/images/G/28/javascripts/lib/popover/images/light/sprite-h._V230037266_.png'; verticalSprite.src = 'http://g-ec4.images-amazon.com/images/G/28/javascripts/lib/popover/images/light/sprite-v._V230037424_.png'; beakSprite.src = 'http://g-ec4.images-amazon.com/images/G/28/javascripts/lib/popover/images/light/sprite-vertical-popover-arrow2._V370545563_.gif'; }; setTimeout(function(){ if ($.AmazonPopover $.AmazonPopover.displayPopover) { popoverCallback(); } else{ popoverCallbackAUI(); } },500); }; if (useAUI) { //hook up AUI (trying to protect against a random global P that is not the AUI P) window.P.when('jQuery', 'ready', 'legacy-popover').execute(jQueryCallback); } else if (window.amznJQ) { //hook up amaznJQ window.amznJQ.available('jQuery', function() { window.amznJQ.available('popover', function() { window.amznJQ.jQuery(document).ready(function (){ jQueryCallback(window.amznJQ.jQuery); }); }); }); } })(); window. .declare('custrec.signindock'); .cmPage .newness { color: #090; font-weight: bold; } .cmPage .qty { color: #666; } .cmPage { font-size: 12px; } .cmPage a, div.unified_widget .cmPage a { text-decoration:none; } .cmPage a:hover { text-decoration:underline; color: #c60; } .cmPage em { font-weight: bold; font-style: normal; } .cmPage h1 { font-size: 1.5em; margin: 0 0 5px 0; } .cmPage h1 .subtitle { font-size: .77em; font-weight: normal; } .cmPage h1 .title { color: #c60; } .cmPage h3 { font-size: 1.04em; margin: 0; } .cmPage h3.h3Color { font-family: verdana,arial,helvetica,sans-serif; color: #E47911; } .cmPage h5 { color: #036; font-size: 1.04em; font-weight: normal; margin: 0; } .cmPage .cmBreadcrumb { font-size: .86em; margin-top: 5px; color: #333; } .cmPage .content { margin-top:8px; } .cmPage .helpBlock, .cmPage .reportBlock { font-size: .86em; text-align:right; float:right; margin-top: 2px; } .cmPage .helpBlock img { margin-top: 3px; } .cmPage hr { clear:both; } .cmPage .productBlock { font-size:.86em; padding: 0 3px 12px 3px; } .cmPage .topBlock { height:2.5em; } .cmPage .bottomBlock { height:2.5em; } .cmPage .pagination { padding:3px 0 3px 0; color: #666; } .cmPage .pagination a { padding: 3px; } .cmPage .pagination a.on, .cmPage .pagination a:hover { border: 1px solid #c60; color: #c60; background-color:white; text-decoration:none; padding: 2px; } .cmPage .pagination a:hover { background-color:transparent; } .cmPage .twoColumnLeft { float:left; width: 55%; padding-right:10px; } .cmPage .twoColumnRight { float:left; width: 40%; } .cmPage ul.photoBlock li { float:left; width: 60px; height: 60px; margin: 0 10px 5px 0; text-align: center; } .cmPage .bucketFooter { clear: both; margin: 5px 0 5px 0; } .cmPage .bucketFooter b.h3Color { font-family: verdana,arial,helvetica,sans-serif; color: #E47911; } .cmPage .newness, .cmPage td.newness { color: #090; font-weight: bold; } .cmPage ul.profileBlock li { float:left; width:17%; height:110px; text-align:center; font-size: .86em; color: #666; margin-right:10px; } .cmPage ul.profileBlock li .photo { height: 72px; } .cmPage ul.horizListBlock li { font-size: .82em; clear:left; } .cmPage ul.horizListBlock li .listTitle { font-size: 1.2em; } .cmPage ul.horizListBlock li .photo { float:left; padding: 0 7px 10px 0; } .cmPage .searchHeader { border: 1px solid #5c9ebf; padding:3px; height:21px; background: url(http://g-ec4.images-amazon.com/images/G/28/nav2/images/gui/tile-blue-bg._V224154659_.gif) background-repeat: repeat-x; background-color: #b7d7e6; } .cdFooterHR { border-top:1px solid #999999; border-left: 0; border-right: 0; height:1px; color:#DDDDDD; margin:35px 0 55px 0; } .tigerTL { background-image: url(http://g-ec4.images-amazon.com/images/G/28/nav2/images/gui/box-gray-tl._V192562629_.gif); } .tigerTC { background-image: url(http://g-ec4.images-amazon.com/images/G/28/nav2/images/gui/box-gray-tm._V192235085_.gif); background-repeat: repeat-x; padding-top: 10px; } .tigerTR { background-image: url(http://g-ec4.images-amazon.com/images/G/28/nav2/images/gui/box-gray-tr._V192235120_.gif); font-size: 4px; } .tigerBL { background-image: url(http://g-ec4.images-amazon.com/images/G/28/nav2/images/gui/box-gray-bl._V192235411_.gif); font-size: 4px; } .tigerBC { background-image: url(http://g-ec4.images-amazon.com/images/G/28/nav2/images/gui/box-gray-bm._V192235122_.gif); background-repeat: repeat-x; font-size: 4px; } .tigerBR { background-image: url(http://g-ec4.images-amazon.com/images/G/28/nav2/images/gui/box-gray-br._V192235122_.gif); font-size: 4px; } .tigerTL td, .tigerTC td, .tigerTR td, .tigerBL td, .tigerBC td, .tigerBR td { background:none; background-color:white; } /* START ADDED FROM DETAIL PAGE */ table.secondaryBox td.topLeft { background-image: url(http://g-ec4.images-amazon.com/images/G/28/nav2/dp/box-line-tl2._V192234941_.gif); background-repeat: no-repeat; padding-top: 6px; padding-left: 12px; } table.secondaryBox td.topRight { background-image: url(http://g-ec4.images-amazon.com/images/G/28/nav2/dp/box-line-tr2._V192234902_.gif); background-repeat: no-repeat; } table.secondaryBox td.bottomLeft { background-image: url(http://g-ec4.images-amazon.com/images/G/28/nav2/dp/box-line-bl._V192562678_.gif); background-repeat: no-repeat; font-size: 4px; } table.secondaryBox td.bottomRight { background-image: url(http://g-ec4.images-amazon.com/images/G/28/nav2/dp/box-line-br._V192234912_.gif); background-repeat: no-repeat; font-size: 4px; } /* END ADDED FROM DETAIL PAGE */ .cmPage .plink { text-decoration:underline; } .cdTPop { font-size: 13px; overflow: hidden; max-height: 350px; _height: expression(this.scrollHeight 350 ? '350px' : 'auto'); /* IE */; } .cdTPop .cmPage a { font-size: 1.0em; text-decoration:none; } .cdTPop .cmPage a:hover { font-size: 1.0em; text-decoration:underline; color: #c60; } .jsOnDisplayBlock { display: block; } .jsOnDisplayInline { display: inline; } .jsOnDisplayNoneBlock { display: none; } .jsOnDisplayNoneInline { display: none; } .jsOnVisibility { visibility: visible; } .jsOffDisplayBlock { display: none; } .jsOffDisplayInline { display: none; } .jsOffVisibility { visibility: hidden; } .jqOnDisplayBlock { display: none; } .jqOnDisplayInline { display: none; } .jqOnVisibility { visibility: hidden; } .jqOnDisplayNoneBlock { display: block; } .jqOnDisplayNoneInline { display: inline; } .cmPage .cdPostMessage { margin: 0.5em 0; line-height: 100%; } .cmPage .cdPostMessageMultiple { display: list-item; list-style: inside; } .cmPage .dataGrid td, .cmPage .dataGrid th { text-align:left; vertical-align: middle; font-weight: normal; border-bottom: 1px solid #ccc; padding: 4px 10px 3px 0; font-size: 11px; color: #666; } .cmPage .dataGrid .lastRowNoSep td { border-bottom: 0; padding-bottom: 0; } .cmPage .dataGrid .num { text-align:right; padding-right:20px; white-space: nowrap; } .cmPage .dataGrid .num .numNew { display:block; } .cmPage .dataGrid .num .numNew a:visited{ color:#003399 } .cmPage .dataGrid .num .numNew a:hover{ color: #CC6600; } .cmPage .dataGrid .title { font-size: 13px; } .cmPage .dataGrid .title .dgSubtitle { font-size: 11px; font-weight: bold; } .cmPage .dataGrid .icon { text-align:center; } .cmPage .dataGrid .icon div { padding: 5px; width: 100%; } .cmPage .dataGrid .newness { color: #090; font-weight: bold; } .cmPage .cdHiddenThread { display:none; } .cmPage .cdStartDiscussionPostBox { width: 460px; padding: 0px 0px 0px 7px; margin: 0px 0px 0px 7px; } .cmPage .cdStartDiscussionPostBox a { text-decoration:none; } .cmPage .cdStartDiscussionPostBox a:hover { text-decoration:underline; color: #c60; } .cmPage .cdStartDiscussionPostBox em { font-weight: bold; font-style: normal; } .cmPage .cdStartDiscussionPostBox h5 { color: #c60; font-size: 1.04em; font-weight: normal; margin: 0; } .cmPage .cdStartDiscussionPostBox .cdPostBoxBucket { background-color: #cbddf5; border-bottom: 1px solid #a1bed3; text-align: center; padding: 0.5em 0; } .cmPage .cdStartDiscussionPostBox div.cdFormRow { width: 100%; clear: both; margin: 0; } .cmPage .cdStartDiscussionPostBox .cdPostBoxInputs { width: 100%; margin: 0.5em 0; } .cmPage .cdStartDiscussionPostBox .cdPromptWrapper { text-align: center; float: left; } .cmPage .cdStartDiscussionPostBox .cdGuidelinesLink { margin: 0.5em 0; font-size: 0.8em; } .cmPage .cdStartDiscussionPostBox textarea { height: 8em; font-family: verdana,arial,helvetica,sans-serif; font-size: 1.0em; } .cmPage .cdStartDiscussionPostBox text { font-family: verdana,arial,helvetica,sans-serif; font-size: small; } .cmPage .cdStartDiscussionPostBox .cdPostError { color: red; } .cmPage .cdStartDiscussionPostBox .cdPromptFor { font-size: 11px; } .cdBox-grayLine { padding:8 0; } .cdBox-grayLine .cdHEAD { color:#c60; font-weight:bold; text-align:center; padding:4 0; } .cdBox-grayLine .cdSEP { padding:5 0; } .cdBox-grayLine .cdSEP hr { display:none; } .cdBox-grayLine .titleBlock { font-weight:bold; text-align:center; } .cdBox-grayLine td.cdTL { background-image:url(http://g-ec4.images-amazon.com/images/G/28/x-locale/communities/discussion_boards/box-gray-tl._V169800054_.jpg); background-repeat:no-repeat; font-size:4; width:12px; } .cdBox-grayLine td.cdTC { background-image:url(http://g-ec4.images-amazon.com/images/G/28/x-locale/communities/discussion_boards/box-gray-tm._V169800049_.jpg); background-repeat:repeat-x; font-size:4; } .cdBox-grayLine td.cdTR { background-image:url(http://g-ec4.images-amazon.com/images/G/28/x-locale/communities/discussion_boards/box-gray-tr._V169800048_.jpg); background-repeat:no-repeat; font-size:4; width:12px; height:12px; } .cdBox-grayLine td.cdML { background-image:url(http://g-ec4.images-amazon.com/images/G/28/x-locale/communities/discussion_boards/box-gray-mm._V169800052_.jpg); background-repeat:repeat-y; font-size:4; } .cdBox-grayLine td.cdMC { } .cdBox-grayLine td.cdMR { background-image:url(http://g-ec4.images-amazon.com/images/G/28/x-locale/communities/discussion_boards/box-gray-rm._V169800055_.jpg); background-repeat:repeat-y; font-size:4; } .cdBox-grayLine td.cdBL { background-image:url(http://g-ec4.images-amazon.com/images/G/28/x-locale/communities/discussion_boards/box-gray-bl._V169800056_.gif); background-repeat:no-repeat; font-size:4; width:12px; height:12px; } .cdBox-grayLine td.cdBC { background-image:url(http://g-ec4.images-amazon.com/images/G/28/x-locale/communities/discussion_boards/box-gray-bm._V169800059_.gif); background-repeat:repeat-x; font-size:4; } .cdBox-grayLine td.cdBR { background-image:url(http://g-ec4.images-amazon.com/images/G/28/x-locale/communities/discussion_boards/box-gray-br._V169800053_.jpg); background-repeat:no-repeat; font-size:4; width:12px; } .cdBox-grayLine td.cdMC { background:none; } .cmPage .smQty { color: #666; font-size: 11px; } .cmPage ul.smallList li { font-size:.86em; padding-top: 2px; padding-bottom: 3px; _padding-bottom: 2px; white-space: normal; } .cmPage .cdRFList { padding-left: 10px; } .cmPage .cdRFHeadingWithoutBox { padding: 8px 0 4px 0; } .cmPage .cdRFHeadingWithBox { } .cdTPop { font-size: 13px; overflow: hidden; max-height: 350px; _height: expression(this.scrollHeight 350 ? '350px' : 'auto'); /* IE */; } .cdTPop .cmPage a { font-size: 1.0em; text-decoration:none; } .cdTPop .cmPage a:hover { font-size: 1.0em; text-decoration:underline; color: #c60; } .jsOffDisplayBlock { display: block; } .jsOffDisplayInline { display: inline; } .jsOffVisibility { visibility: visible; } .jsOnDisplayBlock { display: none; } .jsOnDisplayNoneBlock { display: block; } .jsOnDisplayNoneInline { display: inline; } .jsOnDisplayInline { display: none; } .jsOnVisibility { visibility: hidden; } .jqOnDisplayBlock { display: none; } .jqOnDisplayInline { display: none; } .jqOnVisibility { visibility: hidden; } .jqOnDisplayNoneBlock { display: block; } .jqOnDisplayNoneInline { display: inline; } 用户论坛 话题列表 话题 回复 最后发表 目前暂无话题
您可以发表感想,分享观点,咨询问题 发起新话题 话题: 正文: 当其他用户回复您发表的回应时收到邮件通知 登录后提交 用户论坛使用规则
论坛搜索 function cdCheckSearchInput(form) { var query = '' form.cdQuery.value; if ( (query == '') || (query.match(/^s*$/)) ) { alert('您必须至少使用一个搜索词,才可执行搜索。'); return false; } return true; } 搜索亚马逊网站的所有帖子
查找其它相似商品 图书 大中专教材教辅 本科 计算机 图书 计算机与互联网 编程与开发 编程语言与工具 图书 计算机与互联网 网站设计与网页开发 网站建立与管理 图书 计算机与互联网 网站设计与网页开发 网页设计 了解我们 人才招聘 关于我们 新闻中心 移动客户端 合作信息 我要开店 亚马逊物流 加入联盟 我要推广 合作伙伴 购物资讯 潜力搜索 潜力商品 购物指南 热门促销 支付方式 亚马逊支付 亚马逊帐户 货到付款 支付宝与财付通 网上银行 帮助和购物指南 订单查询 配送费收取标准 在线自助退换货 退换货政策 帮助 美国 加拿大 巴西 墨西哥 英国 德国 法国 西班牙 意大利 荷兰 日本 印度 澳大利亚 亚马逊家族网站: Amazon Web Services Shopbop Z实惠 使用条件 隐私声明 基于兴趣的广告 © 1999-2014 Amazon.com, Inc. or its affiliates 北京市公安局朝阳分局备案110105004167 | 增值电信业务经营许可证合字 B2-20090004 互联网药品信息服务资格证书 京-非经营性-2012-0005 | 出版物经营许可证新出发京批字第直0852号 网络文化经营许可证京网文[2012] 0405 -126号 | 营业执照: 110105001308484 (function(a,b){a.attachEvent?a.attachEvent('onload',b):a.addEventListenera.addEventListener('load',b,!1)})(window,function(){setTimeout(function(){var el=document.getElementById('sis_pixel_r2');el(el.innerHTML='')},300)}); if (window.amznJQ) { amznJQ.onReady('jQuery', function () { document.cookie='GZ=0;path=/'; setTimeout(function() { jQuery('#amznCompressDiv').append(' '); jQuery('#amznCompressIframe').attr('src', '/gp/compression/base/detail'); }, 3000); }); } __auiPreloadIndex = window.__auiPreloadIndex || 0; (window.AmazonUIPageJS ? AmazonUIPageJS : P).when('A').execute('auiPreloadJS_' ( __auiPreloadIndex), function(A){ A.preload('http://g-ec4.images-amazon.com/images/G/01/AUIClients/LuxuryBeautyMetaAssets-49d58c4cb827c48308ffa3691845ed3d4154502f._V2_.js'); A.preload('https://images-cn.ssl-images-amazon.com/images/G/01/AUIClients/LuxuryBeautyMetaAssets-49d58c4cb827c48308ffa3691845ed3d4154502f._V2_.js'); A.preload('http://g-ec4.images-amazon.com/images/G/01/AUIClients/HardlinesDetailPageMetaAsset-f9be431e0ad9e6bd443071a03ad1b8faa4e047ec._V2_.js'); A.preload('https://images-cn.ssl-images-amazon.com/images/G/01/AUIClients/HardlinesDetailPageMetaAsset-f9be431e0ad9e6bd443071a03ad1b8faa4e047ec._V2_.js'); A.preload('http://g-ec4.images-amazon.com/images/G/01/AUIClients/SoftlinesDetailPageMetaAsset-eecdfc9b8ee2020337628065107bdd387e4e0b32._V2_.js'); A.preload('https://images-cn.ssl-images-amazon.com/images/G/01/AUIClients/SoftlinesDetailPageMetaAsset-eecdfc9b8ee2020337628065107bdd387e4e0b32._V2_.js'); A.preload('http://g-ec4.images-amazon.com/images/G/01/AUIClients/MediaDetailPageMetaAsset-2c2327c0a6abd0b71a4b3dfb6385e3702e5183fd._V2_.js'); A.preload('https://images-cn.ssl-images-amazon.com/images/G/01/AUIClients/MediaDetailPageMetaAsset-2c2327c0a6abd0b71a4b3dfb6385e3702e5183fd._V2_.js'); }); (window.AmazonUIPageJS ? AmazonUIPageJS : P).when('A').execute('auiPreloadCSS_' ( __auiPreloadIndex), function(A){ A.preload('http://g-ec4.images-amazon.com/images/G/01/AUIClients/LuxuryBeautyMetaAssets-6cabfb3b87e64e0ba842a4039af2ebec00858be7._V2_.css'); A.preload('https://images-cn.ssl-images-amazon.com/images/G/01/AUIClients/LuxuryBeautyMetaAssets-6cabfb3b87e64e0ba842a4039af2ebec00858be7._V2_.css'); A.preload('http://g-ec4.images-amazon.com/images/G/01/AUIClients/HardlinesDetailPageMetaAsset-81d6028c7bd7df74c59a34d6de181e97b7efed96._V2_.css'); A.preload('https://images-cn.ssl-images-amazon.com/images/G/01/AUIClients/HardlinesDetailPageMetaAsset-b8a96e95add5dc4d8b0c612bf37dd842a11bbc8d._V2_.css'); A.preload('http://g-ec4.images-amazon.com/images/G/01/AUIClients/SoftlinesDetailPageMetaAsset-f1bd11722d7e45d7ea9d2ff148e6cca2e5efe78f._V2_.css'); A.preload('https://images-cn.ssl-images-amazon.com/images/G/01/AUIClients/SoftlinesDetailPageMetaAsset-486f2efcf1ed424865cdb6aa085631c1d5bfa5dd._V2_.css'); A.preload('http://g-ec4.images-amazon.com/images/G/01/AUIClients/MediaDetailPageMetaAsset-bf5db769ea8715083439a220975fd3baa22c66a6._V2_.css'); A.preload('https://images-cn.ssl-images-amazon.com/images/G/01/AUIClients/MediaDetailPageMetaAsset-bf5db769ea8715083439a220975fd3baa22c66a6._V2_.css'); });n

关键词:设计,教程,目录

74
73
25
news

版权所有© 亿企邦 1997-2025 保留一切法律许可权利。

为了最佳展示效果,本站不支持IE9及以下版本的浏览器,建议您使用谷歌Chrome浏览器。 点击下载Chrome浏览器
关闭