Authored by zhangxiaoru

merge

... ... @@ -18,7 +18,7 @@
<p class="good-tag new-festival-tag">新品节</p>
{{/ is_yohood}}
{{# is_limited}}
<p class="good-tag limit-tag">限量商品</p>
<p class="good-tag limit-tag">限量</p>
{{/ is_limited}}
{{/ tags}}
</div>
... ...
... ... @@ -137,9 +137,6 @@
}
.cost {
/*margin-bottom: 100px; 排除被固定底部遮挡的影响*/
li {
font-size: 28px;
... ... @@ -156,11 +153,11 @@
.dollar {
background: #fff;
padding: 0.5rem 0.75rem;
height:1.5rem;
line-height:1.5rem;
font-size:0.7rem ;
.bg-dollar{
height: 1.5rem;
line-height: 1.5rem;
font-size: 0.7rem;
.bg-dollar {
display: inline-block;
width: 0.6rem;
height: 0.6rem;
... ... @@ -262,9 +259,9 @@
}
.box-main {
background: #FFFFFF;
background: #FFF;
padding: 20px;
height:300px;
height: 300px;
.active-mask {
width: 500px;
... ... @@ -368,8 +365,4 @@
float: right;
}
}
.price-wrap {
top: 0;
}
}
... ...