Authored by 郭成尧

some-css-modified

1 -<section class='app_update'> 1 +<section class='app-update'>
2 <button>立即升级</button> 2 <button>立即升级</button>
3 </section> 3 </section>
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 -.app_update { 1 +.app-update {
2 background: resolve("app-update.png"); 2 background: resolve("app-update.png");
3 background-size: 100% 100%; 3 background-size: 100% 100%;
4 width: 100%; 4 width: 100%;
@@ -298,4 +298,4 @@ body.passport-body { @@ -298,4 +298,4 @@ body.passport-body {
298 color: #f41e1f; 298 color: #f41e1f;
299 } 299 }
300 } 300 }
301 -}  
  301 +}
@@ -185,4 +185,4 @@ @@ -185,4 +185,4 @@
185 border-radius: 5PX; 185 border-radius: 5PX;
186 } 186 }
187 } 187 }
188 -}  
  188 +}
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 +}