Authored by 毕凯

更新 pc 物料

1 -*,:after,:before{box-sizing:border-box;margin:0;padding:0}body{font-size:12px;font-family:Helvetica,Arial,黑体;background:#fff;-webkit-tap-highlight-color:rgba(0,0,0,0);overflow-x:hidden}button,input{border:none;outline:none}a{text-decoration:none}.hide{display:none}.header,.main-wrap{width:990px;margin-left:auto;margin-right:auto}.header{height:386px;background:url(../img/header-9da604d3eda4624c.jpg) no-repeat}.coupon{margin:0 auto 30px;width:990px;height:253px;background:url(../img/coupon-15d2fd54503b9caa.jpg) no-repeat}.go{display:block;margin:30px auto;width:560px;height:80px;font-size:29px;line-height:80px;color:#fff;background:#de3e00;text-align:center}.go:after{content:'';display:block;width:100%;height:10px;background:#c53800}.arrow{display:inline-block;width:11px;height:20px;background:url(../img/arrow-6ff612dd66b81d4e.png)}.share{width:911px;height:277px;background:url(../img/share-bc9e693bee4cac15.png)}.banner,.share{margin:30px auto}.banner{display:block;width:900px;height:360px;background:#fff}.banner img{width:100%;height:100%}.footer{margin:30px auto;width:199px;height:37px;background:url(../img/yoho-a7fab2b69e927249.png)}.tip{position:fixed;left:50%;top:50%;margin-left:-200px;margin-top:-150px;width:400px;background:#fff;text-align:center;line-height:1.25}.tip .title{margin:20px auto;font-size:30px;font-weight:700}.tip .sub-title{font-size:20px}.tip .desc{font-size:18px;color:#444}.tip .button{display:block;margin:30px auto;width:200px;height:50px;font-size:22px;line-height:46px;text-align:center;color:#fff;background:#df3f01;border-bottom:10px solid #c33900}.tip:before{content:'';display:block;width:100%;height:40px;background:#df3f01} 1 +*,:after,:before{box-sizing:border-box;margin:0;padding:0}body{font-size:12px;font-family:Helvetica,Arial,黑体;background:#fff;-webkit-tap-highlight-color:rgba(0,0,0,0);overflow-x:hidden}button,input{border:none;outline:none}a{text-decoration:none}.hide{display:none}.header,.main-wrap{width:990px;margin-left:auto;margin-right:auto}.header{height:380px;background:url(../img/header-ebbd3890c6759835.jpg) no-repeat}.coupon{margin:0 auto 30px;width:990px;height:243px;background:url(../img/coupon-7ff88c8b28f5189f.jpg) no-repeat}.go{display:block;margin:30px auto;width:560px;height:80px;font-size:29px;line-height:80px;color:#fff;background:#74adb4;text-align:center}.go:after{content:'';display:block;width:100%;height:10px;background:#549da4}.arrow{display:inline-block;width:11px;height:20px;background:url(../img/arrow-6ff612dd66b81d4e.png)}.share{width:911px;height:277px;background:url(../img/share-87594697e9709320.jpg);background-color:#ececec;background-repeat:no-repeat}.banner,.share{margin:30px auto}.banner{display:block;width:900px;height:360px;background:#fff}.banner img{width:100%;height:100%}.footer{margin:30px auto;width:199px;height:37px;background:url(../img/yoho-a7fab2b69e927249.png)}.tip{position:fixed;left:50%;top:50%;margin-left:-200px;margin-top:-150px;width:400px;background:#fff;text-align:center;line-height:1.25}.tip .title{margin:20px auto;font-size:30px;font-weight:700}.tip .sub-title{font-size:20px}.tip .desc{font-size:18px;color:#444}.tip .button{display:block;margin:30px auto;width:200px;height:50px;font-size:22px;line-height:56px;text-align:center;color:#fff;background:#000}.tip:before{content:'';display:block;width:100%;height:40px;background:#000}
2 /*# sourceMappingURL=../map/style.css.map */ 2 /*# sourceMappingURL=../map/style.css.map */
@@ -4,14 +4,14 @@ @@ -4,14 +4,14 @@
4 margin-left: auto; 4 margin-left: auto;
5 margin-right: auto; 5 margin-right: auto;
6 width: 990px; 6 width: 990px;
7 - height: 386px; 7 + height: 380px;
8 background: url("../img/header.jpg") no-repeat; 8 background: url("../img/header.jpg") no-repeat;
9 } 9 }
10 10
11 .coupon { 11 .coupon {
12 margin: 0 auto 30px; 12 margin: 0 auto 30px;
13 width: 990px; 13 width: 990px;
14 - height: 253px; 14 + height: 243px;
15 background: url("../img/coupon.jpg") no-repeat; 15 background: url("../img/coupon.jpg") no-repeat;
16 } 16 }
17 17
@@ -23,7 +23,7 @@ @@ -23,7 +23,7 @@
23 font-size: 29px; 23 font-size: 29px;
24 line-height: 80px; 24 line-height: 80px;
25 color: #fff; 25 color: #fff;
26 - background: #de3e00; 26 + background: #74adb4;
27 text-align: center; 27 text-align: center;
28 28
29 &:after { 29 &:after {
@@ -31,7 +31,7 @@ @@ -31,7 +31,7 @@
31 display: block; 31 display: block;
32 width: 100%; 32 width: 100%;
33 height: 10px; 33 height: 10px;
34 - background: #c53800; 34 + background: #549da4;
35 } 35 }
36 } 36 }
37 37
@@ -46,7 +46,9 @@ @@ -46,7 +46,9 @@
46 margin: 30px auto; 46 margin: 30px auto;
47 width: 911px; 47 width: 911px;
48 height: 277px; 48 height: 277px;
49 - background: url("../img/share.png"); 49 + background: url("../img/share.jpg");
  50 + background-color: #ececec;
  51 + background-repeat: no-repeat;
50 } 52 }
51 53
52 .banner { 54 .banner {
@@ -85,7 +87,7 @@ @@ -85,7 +87,7 @@
85 display: block; 87 display: block;
86 width: 100%; 88 width: 100%;
87 height: 40px; 89 height: 40px;
88 - background: #df3f01; 90 + background: #000;
89 } 91 }
90 92
91 .title { 93 .title {
@@ -109,10 +111,9 @@ @@ -109,10 +111,9 @@
109 width: 200px; 111 width: 200px;
110 height: 50px; 112 height: 50px;
111 font-size: 22px; 113 font-size: 22px;
112 - line-height: 46px; 114 + line-height: 56px;
113 text-align: center; 115 text-align: center;
114 color: #fff; 116 color: #fff;
115 - background: #df3f01;  
116 - border-bottom: 10px solid #c33900; 117 + background: #000;
117 } 118 }
118 } 119 }

116 KB | W: | H:

123 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin

340 KB | W: | H:

245 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
@@ -13,7 +13,7 @@ exports.first = (req, res) => { @@ -13,7 +13,7 @@ exports.first = (req, res) => {
13 title: 'YOHO!BUY有货【夏日新品节】', 13 title: 'YOHO!BUY有货【夏日新品节】',
14 couponUrl: 'http://www.yohobuy.com/home/coupons', // 个人中心优惠券 14 couponUrl: 'http://www.yohobuy.com/home/coupons', // 个人中心优惠券
15 banner: { 15 banner: {
16 - img: '', 16 + img: 'http://img01.yohoboys.com/staticimg/2016/04/08/18/01c4a1c0eab42c0df420ae91a63bd855ed.jpg',
17 url: 'http://www.yohobuy.com/special_14838_0411PCHOME.html' 17 url: 'http://www.yohobuy.com/special_14838_0411PCHOME.html'
18 } 18 }
19 }; 19 };
@@ -15,14 +15,14 @@ exports.first = (req, res) => { @@ -15,14 +15,14 @@ exports.first = (req, res) => {
15 isApp: req.query.app_version || '', 15 isApp: req.query.app_version || '',
16 couponUrl: urlFormat('/home/coupons', null, 'default') + '?openby:yohobuy={"action":"go.coupon"}', // 个人中心优惠券 16 couponUrl: urlFormat('/home/coupons', null, 'default') + '?openby:yohobuy={"action":"go.coupon"}', // 个人中心优惠券
17 banner: { 17 banner: {
18 - img: '',  
19 - url: 'http://feature.yoho.cn/0411/0411APPHOME/index.html?openby:yohobuy={"action":"go.h5","params":{"title":"YOHO!BUY有货【夏日新品节】", "url":"http://feature.yoho.cn/0411/0411APPHOME/index.html?","share":"\/operations\/api\/v5\/webshare\/getShare","shareparam":{"share_id":"386"},"param":{"share_id":"386"}}}' 18 + img: 'http://img01.yohoboys.com/staticimg/2016/04/08/18/01261f3ab06fe49da541b8fef708ec6676.jpg',
  19 + url: 'http://feature.yoho.cn/0411/0411APPHOME/index.html?openby:yohobuy={"action":"go.h5","params":{"title":"YOHO!BUY有货【夏日新品节】","url":"http://feature.yoho.cn/0411/0411APPHOME/index.html?","share":"\/operations\/api\/v5\/webshare\/getShare","shareparam":{"share_id":"386"},"param":{"share_id":"386"}}}'
20 }, 20 },
21 weixinUrl: 'http://mp.weixin.qq.com/s?__biz=MjM5ODI5MDA4MA==&mid=201849402&idx=1&sn=c0089812f9769d82e0075f69d771f6e1#rd', // 微信关注地址 21 weixinUrl: 'http://mp.weixin.qq.com/s?__biz=MjM5ODI5MDA4MA==&mid=201849402&idx=1&sn=c0089812f9769d82e0075f69d771f6e1#rd', // 微信关注地址
22 appUrl: 'http://www.yohoshow.com/about/index/yohobuyqr', // APP 下载地址 22 appUrl: 'http://www.yohoshow.com/about/index/yohobuyqr', // APP 下载地址
23 shareTitle: 'YOHO!BUY有货【夏日新品节】入夏风潮来袭!130元优惠券限时派送中~', 23 shareTitle: 'YOHO!BUY有货【夏日新品节】入夏风潮来袭!130元优惠券限时派送中~',
24 shareDesc: '夏日新品全线开售~更有夏品满减,折上最高直减¥100!', 24 shareDesc: '夏日新品全线开售~更有夏品满减,折上最高直减¥100!',
25 - shareImg: '', 25 + shareImg: 'http://img01.yohoboys.com/staticimg/2016/04/08/18/010f90240883f1ee60ed831b5be477e52b.png',
26 shareLink: 'http://feature.yoho.cn/0411/0411APPHOME/index.html' 26 shareLink: 'http://feature.yoho.cn/0411/0411APPHOME/index.html'
27 }; 27 };
28 28