app downloads 图片cdn 格式化
Showing
12 changed files
with
11 additions
and
16 deletions
public/img/yohocn/banner.png
0 → 100644

34.5 KB
public/img/yohocn/ewm-info.png
0 → 100644

2.59 KB
public/img/yohocn/mars.png
0 → 100644

42.4 KB
public/img/yohocn/show.png
0 → 100644

38.2 KB
public/img/yohocn/txt01.png
0 → 100644

1.7 KB
public/img/yohocn/txt02.png
0 → 100644

1.21 KB
public/img/yohocn/wx-img1.png
0 → 100644

5.22 KB
public/img/yohocn/wx-img2.png
0 → 100644

25.5 KB
public/img/yohocn/wx-img3.png
0 → 100644

29.9 KB
public/img/yohocn/yoho.png
0 → 100644

33.4 KB
public/img/yohocn/yohobuy.png
0 → 100644

52 KB
@@ -127,12 +127,11 @@ body.disable-default-action { | @@ -127,12 +127,11 @@ body.disable-default-action { | ||
127 | max-width: 790px; | 127 | max-width: 790px; |
128 | height: auto; | 128 | height: auto; |
129 | margin: 0 auto; | 129 | margin: 0 auto; |
130 | - /*overflow: hidden;*/ | ||
131 | } | 130 | } |
132 | 131 | ||
133 | .banner { | 132 | .banner { |
134 | height: 6rem; | 133 | height: 6rem; |
135 | - background: url(//cdn.yoho.cn/yohocn/160315/images/banner.png) no-repeat right; | 134 | + background: url("/yohocn/banner.png") no-repeat right; |
136 | background-size: contain; | 135 | background-size: contain; |
137 | position: fixed; | 136 | position: fixed; |
138 | top: 0; | 137 | top: 0; |
@@ -160,10 +159,6 @@ body.disable-default-action { | @@ -160,10 +159,6 @@ body.disable-default-action { | ||
160 | height: 19.775rem; | 159 | height: 19.775rem; |
161 | } | 160 | } |
162 | 161 | ||
163 | -/*.slide-box .swiper-wrapper { | ||
164 | - padding: 0px 4.578rem; | ||
165 | -}*/ | ||
166 | - | ||
167 | .slide-box .swiper-slide { | 162 | .slide-box .swiper-slide { |
168 | float: left; | 163 | float: left; |
169 | width: 16rem; | 164 | width: 16rem; |
@@ -205,11 +200,11 @@ body.disable-default-action { | @@ -205,11 +200,11 @@ body.disable-default-action { | ||
205 | } | 200 | } |
206 | 201 | ||
207 | .slide-box .ewm-area .yoho-txt01 { | 202 | .slide-box .ewm-area .yoho-txt01 { |
208 | - background: url(//cdn.yoho.cn/yohocn/160315/images/txt01.png) no-repeat; | 203 | + background: url("/yohocn/txt01.png") no-repeat; |
209 | } | 204 | } |
210 | 205 | ||
211 | .slide-box .ewm-area .yoho-txt02 { | 206 | .slide-box .ewm-area .yoho-txt02 { |
212 | - background: url(//cdn.yoho.cn/yohocn/160315/images/txt02.png) no-repeat; | 207 | + background: url("/yohocn/txt02.png") no-repeat; |
213 | } | 208 | } |
214 | 209 | ||
215 | .slide-box .ewm-area .yoho-txt01, | 210 | .slide-box .ewm-area .yoho-txt01, |
@@ -222,7 +217,7 @@ body.disable-default-action { | @@ -222,7 +217,7 @@ body.disable-default-action { | ||
222 | } | 217 | } |
223 | 218 | ||
224 | .slide-box .ewm-area .ewm-info { | 219 | .slide-box .ewm-area .ewm-info { |
225 | - background: url(//cdn.yoho.cn/yohocn/160315/images/ewm-info.png) no-repeat; | 220 | + background: url("/yohocn/ewm-info.png") no-repeat; |
226 | width: 7rem; | 221 | width: 7rem; |
227 | height: 0.7rem; | 222 | height: 0.7rem; |
228 | margin: 0.4rem auto 0; | 223 | margin: 0.4rem auto 0; |
@@ -236,19 +231,19 @@ body.disable-default-action { | @@ -236,19 +231,19 @@ body.disable-default-action { | ||
236 | } | 231 | } |
237 | 232 | ||
238 | .swiper-yohobuy { | 233 | .swiper-yohobuy { |
239 | - background: url(//cdn.yoho.cn/yohocn/160315/images/yohobuy.png) no-repeat; | 234 | + background: url("/yohocn/yohobuy.png") no-repeat; |
240 | } | 235 | } |
241 | 236 | ||
242 | .swiper-yoho { | 237 | .swiper-yoho { |
243 | - background: url(//cdn.yoho.cn/yohocn/160315/images/yoho.png) no-repeat; | 238 | + background: url("/yohocn/yoho.png") no-repeat; |
244 | } | 239 | } |
245 | 240 | ||
246 | .swiper-show { | 241 | .swiper-show { |
247 | - background: url(//cdn.yoho.cn/yohocn/160315/images/show.png) no-repeat; | 242 | + background: url("/yohocn/show.png") no-repeat; |
248 | } | 243 | } |
249 | 244 | ||
250 | .swiper-mars { | 245 | .swiper-mars { |
251 | - background: url(//cdn.yoho.cn/yohocn/160315/images/mars.png) no-repeat; | 246 | + background: url("/yohocn/mars.png") no-repeat; |
252 | } | 247 | } |
253 | 248 | ||
254 | .slide-box .bg { | 249 | .slide-box .bg { |
@@ -297,7 +292,7 @@ body.disable-default-action { | @@ -297,7 +292,7 @@ body.disable-default-action { | ||
297 | .mask .wx-img1 { | 292 | .mask .wx-img1 { |
298 | width: 7rem; | 293 | width: 7rem; |
299 | height: 2rem; | 294 | height: 2rem; |
300 | - background: url(//cdn.yoho.cn/yohocn/160315/images/wx-img1.png) no-repeat; | 295 | + background: url("/yohocn/wx-img1.png") no-repeat; |
301 | background-size: contain; | 296 | background-size: contain; |
302 | position: fixed; | 297 | position: fixed; |
303 | top: 0.4rem; | 298 | top: 0.4rem; |
@@ -307,7 +302,7 @@ body.disable-default-action { | @@ -307,7 +302,7 @@ body.disable-default-action { | ||
307 | .mask .wx-img2 { | 302 | .mask .wx-img2 { |
308 | width: 16rem; | 303 | width: 16rem; |
309 | height: 9rem; | 304 | height: 9rem; |
310 | - background: url(//cdn.yoho.cn/yohocn/160315/images/wx-img2.png) no-repeat; | 305 | + background: url("/yohocn/wx-img2.png") no-repeat; |
311 | background-size: cover; | 306 | background-size: cover; |
312 | position: absolute; | 307 | position: absolute; |
313 | bottom: 4rem; | 308 | bottom: 4rem; |
@@ -318,7 +313,7 @@ body.disable-default-action { | @@ -318,7 +313,7 @@ body.disable-default-action { | ||
318 | .mask .wx-img3 { | 313 | .mask .wx-img3 { |
319 | width: 16rem; | 314 | width: 16rem; |
320 | height: 16rem; | 315 | height: 16rem; |
321 | - background: url(//cdn.yoho.cn/yohocn/160315/images/wx-img3.png) no-repeat; | 316 | + background: url("/yohocn/wx-img3.png") no-repeat; |
322 | background-size: cover; | 317 | background-size: cover; |
323 | position: absolute; | 318 | position: absolute; |
324 | top: 2rem; | 319 | top: 2rem; |
-
Please register or login to post a comment