...
|
...
|
@@ -118,11 +118,12 @@ |
|
|
.good-detail-text {
|
|
|
.name a {
|
|
|
display: block;
|
|
|
margin: 20px 0;
|
|
|
min-height: 60px;
|
|
|
margin: 15px 0 10px;
|
|
|
min-height: 50px;
|
|
|
color: #444;
|
|
|
font-size: 22px;
|
|
|
line-height: 28px;
|
|
|
line-height: 30px;
|
|
|
padding: 5px 0; /* 商品标题限制行数的bug修复 增加元素的clientHeight */
|
|
|
}
|
|
|
|
|
|
.price {
|
...
|
...
|
@@ -154,17 +155,17 @@ |
|
|
}
|
|
|
|
|
|
.vip-grade-1 {
|
|
|
background: resolve('product/silver.png') no-repeat;
|
|
|
background: resolve("product/silver.png") no-repeat;
|
|
|
background-size: contain;
|
|
|
}
|
|
|
|
|
|
.vip-grade-2 {
|
|
|
background: resolve('product/golden.png') no-repeat;
|
|
|
background: resolve("product/golden.png") no-repeat;
|
|
|
background-size: contain;
|
|
|
}
|
|
|
|
|
|
.vip-grade-3 {
|
|
|
background: resolve('product/platinum.png') no-repeat;
|
|
|
background: resolve("product/platinum.png") no-repeat;
|
|
|
background-size: contain;
|
|
|
}
|
|
|
|
...
|
...
|
@@ -179,7 +180,7 @@ |
|
|
margin-right: 8px;
|
|
|
width: 88px;
|
|
|
height: 32px;
|
|
|
background: resolve('product/vip-icon.png') no-repeat;
|
|
|
background: resolve("product/vip-icon.png") no-repeat;
|
|
|
background-size: contain;
|
|
|
vertical-align: bottom;
|
|
|
}
|
...
|
...
|
|