...
|
...
|
@@ -14,7 +14,7 @@ $basicBtnC:#eb0313; |
|
|
border-bottom: 2px solid $borderC;
|
|
|
border-top: 1px solid $borderC;
|
|
|
padding: 0 pxToRem(28px);
|
|
|
.title{
|
|
|
>.title{
|
|
|
min-height: pxToRem(88px);
|
|
|
line-height: pxToRem(88px);
|
|
|
color: $mainFontC;
|
...
|
...
|
@@ -420,6 +420,56 @@ $basicBtnC:#eb0313; |
|
|
}
|
|
|
}
|
|
|
|
|
|
.measurement-method{
|
|
|
.detail{
|
|
|
width: 100%;
|
|
|
height: pxToRem(300px);
|
|
|
img{
|
|
|
float:left;
|
|
|
width: pxToRem(270px);
|
|
|
height: pxToRem(239px);
|
|
|
margin-top: pxToRem(18px);
|
|
|
margin-right: pxToRem(28px);
|
|
|
}
|
|
|
.right-part{
|
|
|
float:left;
|
|
|
.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:white;
|
|
|
text-align: center;
|
|
|
line-height: pxToRem(15px);
|
|
|
font-size: pxToRem(13px);
|
|
|
margin-right: pxToRem(12px);
|
|
|
vertical-align: text-bottom;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
clear:both;
|
|
|
}
|
|
|
}
|
|
|
.cart-bar{
|
|
|
position: relative;
|
|
|
box-sizing:border-box;
|
...
|
...
|
|