Showing
7 changed files
with
20 additions
and
20 deletions
1 | var $ = require('yoho-jquery'); | 1 | var $ = require('yoho-jquery'); |
2 | 2 | ||
3 | // $('body').height($(window).height()); | 3 | // $('body').height($(window).height()); |
4 | -// $('.app_update').height($(window).height()).width($(window).width()); | 4 | +// $('.app-update').height($(window).height()).width($(window).width()); |
5 | 5 | ||
6 | $('button').on('click', function() { | 6 | $('button').on('click', function() { |
7 | window.location = 'http://www.yohoshow.com/about/index/yohobuyqr'; | 7 | window.location = 'http://www.yohoshow.com/about/index/yohobuyqr'; |
1 | /* 新品到着 css */ | 1 | /* 新品到着 css */ |
2 | 2 | ||
3 | -@import 'layout/panel'; | ||
4 | -@import 'layout/swiper'; | ||
5 | -@import 'layout/yo-loading'; | ||
6 | -@import 'common/filter'; | ||
7 | -@import 'common/good'; | ||
8 | -@import 'new/recommend'; | ||
9 | -@import 'new/handlepick'; | ||
10 | -@import 'new/good-tags'; | ||
11 | -@import 'new/brand-info'; | ||
12 | -@import 'new/brand-recommend'; | ||
13 | -@import 'new/article'; | 3 | +@import "layout/panel"; |
4 | +@import "layout/swiper"; | ||
5 | +@import "layout/yo-loading"; | ||
6 | +@import "common/filter"; | ||
7 | +@import "common/good"; | ||
8 | +@import "new/recommend"; | ||
9 | +@import "new/handlepick"; | ||
10 | +@import "new/good-tags"; | ||
11 | +@import "new/brand-info"; | ||
12 | +@import "new/brand-recommend"; | ||
13 | +@import "new/article"; | ||
14 | 14 | ||
15 | body { | 15 | body { |
16 | background-color: #f0f0f0; | 16 | background-color: #f0f0f0; |
17 | } | 17 | } |
18 | 18 | ||
19 | -.banner-swiper .swiper-slide { | 19 | +.banner-swiper .swiper-slide { |
20 | height: 234px; | 20 | height: 234px; |
21 | } | 21 | } |
22 | 22 |
1 | -@import 'layout/panel'; | ||
2 | -@import 'new/recommend'; | 1 | +@import "layout/panel"; |
2 | +@import "new/recommend"; | ||
3 | 3 | ||
4 | .main-wrap { | 4 | .main-wrap { |
5 | background-color: #f0f0f0; | 5 | background-color: #f0f0f0; |
@@ -35,4 +35,4 @@ | @@ -35,4 +35,4 @@ | ||
35 | 35 | ||
36 | .new-brands .brand-news-count .count { | 36 | .new-brands .brand-news-count .count { |
37 | display: none; | 37 | display: none; |
38 | -} | ||
38 | +} |
-
Please register or login to post a comment