Authored by ccbikai

SALE 样式修改

... ... @@ -16,7 +16,7 @@ module.exports = {
siteUrl: '//m.yohobuy.com',
domains: {
api: 'http://devapi.yoho.cn:58078/',
service: 'http://123.206.1.104:28077/'
service: 'http://devservice.yoho.cn:58077/'
},
useOneapm: false,
useCache: false,
... ...
... ... @@ -30,6 +30,7 @@
</header>
{{#if saleNav.list}}
<div class="sale-nav-select">
<span class="arrow"></span>
{{#each saleNav.list}}
<a href="{{url}}">{{title}}</a>
{{/each}}
... ...
... ... @@ -20,11 +20,9 @@
text-align: center;
font-size: 28px;
line-height: 80px;
transform: scale(1, 0);
transform-origin: top;
transition: all 300ms;
display: none;
&:before {
.arrow {
position: absolute;
top: -10px;
right: 30px;
... ... @@ -36,7 +34,7 @@
}
&.show {
transform: scale(1, 1);
display: block;
}
a {
... ... @@ -56,8 +54,12 @@
background-color: #f0f0f0;
.thumb-row {
padding-top: 10px;
padding-top: 35px;
padding-bottom: 0;
.thumb-row-box {
margin-bottom: 10px;
}
}
.list-nav,
... ... @@ -75,10 +77,6 @@
.good-info {
margin-bottom: 20px;
}
.tag-container {
display: none;
}
}
.list-nav {
... ...