Authored by uedxwg

'活动列表样式修改'

... ... @@ -57,6 +57,7 @@
.price{
font-size: pxToRem(24px);
display: inline;
}
.sale-price {
color: #e10;
... ...
... ... @@ -190,7 +190,9 @@
height: 4px;
background-color: #000;
border-radius: 50%;
margin-right: 8rem / $pxConvertRem;
position: relative;
left: 0;
top: -.12rem;
}
}
.price-compute {
... ...
... ... @@ -276,7 +276,7 @@ $basicBtnC:#eb0313;
}
}
.price-date {
// width: 100%;
width: 100%;
color: $subFontC;
height: pxToRem(88px);
padding-left: pxToRem(28px);
... ... @@ -365,6 +365,9 @@ $basicBtnC:#eb0313;
}
}
.goodsDiscount {
display: block;
width: 100%;
height:auto;
font-size: pxToRem(28px);
color: $mainFontC;
background-color: #fff;
... ... @@ -373,7 +376,6 @@ $basicBtnC:#eb0313;
position: relative;
padding: pxToRem(30px) pxToRem(60px) pxToRem(30px) pxToRem(28px);
line-height: pxToRem(36px);
// line-height: pxToRem(88px);
}
.short-text {
... ...