Authored by 郭成尧

some-css-modified

<section class='app_update'>
<section class='app-update'>
<button>立即升级</button>
</section>
\ No newline at end of file
... ...
var $ = require('yoho-jquery');
// $('body').height($(window).height());
// $('.app_update').height($(window).height()).width($(window).width());
// $('.app-update').height($(window).height()).width($(window).width());
$('button').on('click', function() {
window.location = 'http://www.yohoshow.com/about/index/yohobuyqr';
... ...
.app_update {
.app-update {
background: resolve("app-update.png");
background-size: 100% 100%;
width: 100%;
... ...
... ... @@ -298,4 +298,4 @@ body.passport-body {
color: #f41e1f;
}
}
}
\ No newline at end of file
}
... ...
... ... @@ -185,4 +185,4 @@
border-radius: 5PX;
}
}
}
\ No newline at end of file
}
... ...
/* 新品到着 css */
@import 'layout/panel';
@import 'layout/swiper';
@import 'layout/yo-loading';
@import 'common/filter';
@import 'common/good';
@import 'new/recommend';
@import 'new/handlepick';
@import 'new/good-tags';
@import 'new/brand-info';
@import 'new/brand-recommend';
@import 'new/article';
@import "layout/panel";
@import "layout/swiper";
@import "layout/yo-loading";
@import "common/filter";
@import "common/good";
@import "new/recommend";
@import "new/handlepick";
@import "new/good-tags";
@import "new/brand-info";
@import "new/brand-recommend";
@import "new/article";
body {
background-color: #f0f0f0;
}
.banner-swiper .swiper-slide {
.banner-swiper .swiper-slide {
height: 234px;
}
... ...
@import 'layout/panel';
@import 'new/recommend';
@import "layout/panel";
@import "new/recommend";
.main-wrap {
background-color: #f0f0f0;
... ... @@ -35,4 +35,4 @@
.new-brands .brand-news-count .count {
display: none;
}
\ No newline at end of file
}
... ...