Authored by OF1706

商品售罄延迟显示

... ... @@ -30,7 +30,7 @@
bottom: 0;
}
.none-tag{
.sale-out{
width: 100%;
position: absolute;
left: 0;
... ... @@ -43,23 +43,6 @@
bottom: 0;
}
.sale-out {
width: 100%;
height: 100%;
text-align: center;
top: 0;
position: absolute;
background: resolve("product/sale-out-bg.png");
}
.sale-out-tip {
width: 110px;
height: 110px;
margin-top: 105px;
display: inline-block;
background: resolve("product/sale-out-tip.png") no-repeat center center;
text-indent: -9999px;
}
}
.good-detail-text {
... ...