...
|
...
|
@@ -196,12 +196,21 @@ $basicBtnC:#eb0313; |
|
|
display: table-cell;
|
|
|
vertical-align: middle;
|
|
|
}
|
|
|
.vip-img {
|
|
|
.vip-img{
|
|
|
padding-right: pxToRem(22px);
|
|
|
img {
|
|
|
img{
|
|
|
width: pxToRem(52px);
|
|
|
height: pxToRem(32px);
|
|
|
}
|
|
|
&:nth-child(3n-3) {
|
|
|
background: image-url('product/silver.png') no-repeat;
|
|
|
}
|
|
|
&:nth-child(3n-2) {
|
|
|
background: image-url('product/golden.png') no-repeat;
|
|
|
}
|
|
|
&:nth-child(3n-1) {
|
|
|
background: image-url('product/platinum.png') no-repeat;
|
|
|
}
|
|
|
}
|
|
|
.vip-price {
|
|
|
padding-right: pxToRem(55px);
|
...
|
...
|
@@ -514,48 +523,11 @@ $basicBtnC:#eb0313; |
|
|
height: pxToRem(260px);
|
|
|
img {
|
|
|
float: left;
|
|
|
width: pxToRem(270px);
|
|
|
width: 100%;
|
|
|
height: pxToRem(239px);
|
|
|
margin-top: pxToRem(18px);
|
|
|
margin-right: pxToRem(28px);
|
|
|
}
|
|
|
.right-part {
|
|
|
overflow: hidden;
|
|
|
.title {
|
|
|
>h1 {
|
|
|
margin-top: pxToRem(10px);
|
|
|
display: inline-block;
|
|
|
padding-right: pxToRem(10px);
|
|
|
border-right: 1px solid $borderC;
|
|
|
line-height: 100%;
|
|
|
}
|
|
|
>span {
|
|
|
font-size: pxToRem(12px);
|
|
|
}
|
|
|
}
|
|
|
ul.items {
|
|
|
margin-top: pxToRem(20px);
|
|
|
padding: 0;
|
|
|
line-height: pxToRem(30px);
|
|
|
font-size: pxToRem(13px);
|
|
|
li {
|
|
|
span {
|
|
|
display: inline-block;
|
|
|
width: pxToRem(15px);
|
|
|
height: pxToRem(15px);
|
|
|
background-color: $basicBtnC;
|
|
|
border-radius: 50%;
|
|
|
color: #fff;
|
|
|
text-align: center;
|
|
|
line-height: pxToRem(15px);
|
|
|
font-size: pxToRem(13px);
|
|
|
margin-right: pxToRem(12px);
|
|
|
vertical-align: text-bottom;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
clear:both;
|
|
|
}
|
|
|
}
|
|
|
|
...
|
...
|
|