...
|
...
|
@@ -235,35 +235,37 @@ $basicBtnC:#eb0313; |
|
|
padding-right: pxToRem(28px);
|
|
|
min-height: pxToRem(88px);
|
|
|
background-color: #fff;
|
|
|
font-size: pxToRem(22px);
|
|
|
color: #999999;
|
|
|
border-bottom: 1px solid $borderC;
|
|
|
.icons-item {
|
|
|
float: left;
|
|
|
width: 33.3%;
|
|
|
height: pxToRem(88px);
|
|
|
margin: 0;
|
|
|
span {
|
|
|
vertical-align: middle;
|
|
|
display: inline-block;
|
|
|
line-height: pxToRem(88px);
|
|
|
}
|
|
|
.vip-img {
|
|
|
padding-right: pxToRem(22px);
|
|
|
.img {
|
|
|
.vip-img {
|
|
|
width: pxToRem(53px);
|
|
|
height: pxToRem(32px);
|
|
|
}
|
|
|
&:nth-child(3n-3) .img {
|
|
|
background: image-url('product/silver.png') no-repeat;
|
|
|
}
|
|
|
&:nth-child(3n-2) .img {
|
|
|
background: image-url('product/golden.png') no-repeat;
|
|
|
}
|
|
|
&:nth-child(3n-1) .img {
|
|
|
background: image-url('product/platinum.png') no-repeat;
|
|
|
}
|
|
|
}
|
|
|
&:nth-child(3) .vip-img{
|
|
|
background: image-url('product/silver.png') no-repeat;
|
|
|
}
|
|
|
&:nth-child(2) .vip-img{
|
|
|
background: image-url('product/golden.png') no-repeat;
|
|
|
}
|
|
|
&:nth-child(1) .vip-img{
|
|
|
background: image-url('product/platinum.png') no-repeat;
|
|
|
}
|
|
|
&:first-child {
|
|
|
float: left;
|
|
|
text-align: left;
|
|
|
}
|
|
|
&:last-child {
|
|
|
float: right;
|
|
|
text-align: right;
|
|
|
}
|
|
|
}
|
|
|
}
|
...
|
...
|
|