...
|
...
|
@@ -54,18 +54,20 @@ $basicBtnC:#eb0313; |
|
|
font-size: pxToRem(24px);
|
|
|
line-height: pxToRem(36px);
|
|
|
&.table {
|
|
|
display: table;
|
|
|
width: 100%;
|
|
|
.row {
|
|
|
display: table-row;
|
|
|
// .row {
|
|
|
// display: table-row;
|
|
|
.column {
|
|
|
box-sizing:border-box;
|
|
|
display: table-cell;
|
|
|
padding: 0.4em 0.8em;
|
|
|
padding: pxToRem(16px) pxToRem(12px);
|
|
|
width: 50%;
|
|
|
border: 1px solid #fff;
|
|
|
font-size: pxToRem(24px);
|
|
|
background-color: $tableCellC;
|
|
|
float:left;
|
|
|
}
|
|
|
}
|
|
|
// }
|
|
|
}
|
|
|
}
|
|
|
}
|
...
|
...
|
@@ -198,19 +200,20 @@ $basicBtnC:#eb0313; |
|
|
}
|
|
|
.vip-img{
|
|
|
padding-right: pxToRem(22px);
|
|
|
img{
|
|
|
.img{
|
|
|
width: pxToRem(52px);
|
|
|
height: pxToRem(32px);
|
|
|
}
|
|
|
&:nth-child(3n-3) {
|
|
|
&:nth-child(3n-3) .img{
|
|
|
background: image-url('product/silver.png') no-repeat;
|
|
|
}
|
|
|
&:nth-child(3n-2) {
|
|
|
&:nth-child(3n-2) .img{
|
|
|
background: image-url('product/golden.png') no-repeat;
|
|
|
}
|
|
|
&:nth-child(3n-1) {
|
|
|
&:nth-child(3n-1) .img{
|
|
|
background: image-url('product/platinum.png') no-repeat;
|
|
|
}
|
|
|
|
|
|
}
|
|
|
.vip-price {
|
|
|
padding-right: pxToRem(55px);
|
...
|
...
|
|