Authored by 毕凯

订单结算页面 样式修改

... ... @@ -75,6 +75,20 @@
.goods {
margin-right: -20rem / $pxConvertRem;
.price-wrap {
position: static;
text-align: left;
.price {
color: #444;
}
.count {
display: inline;
margin-left: 20rem / $pxConvertRem;
}
}
}
.sale-invoice {
... ... @@ -148,21 +162,27 @@
}
}
.block input {
box-sizing: border-box;
margin: pxToRem(20px) 0;
padding: 0 pxToRem(12px);
width: 100%;
height: pxToRem(60px);
color: #444;
background: #efefef;
font-size: pxToRem(16px);
line-height: 1;
outline: 0;
border: 0;
@include border-radius(4px);
}
#invoice {
input {
width: 100%;
height: pxToRem(90px);
outline: 0;
border: 0;
border-top: 1px solid #f7f7f7;
border-bottom: 1px solid #f7f7f7;
}
border-top: 1px solid #f7f7f7;
label {
position: relative;
width: 100%;
height: pxToRem(90px);
border-bottom: 1px solid #f7f7f7;
display: block;
border-top: 1px solid #f7f7f7;
}
select {
... ... @@ -178,13 +198,7 @@
#msg {
padding-top: pxToRem(20px);
input {
padding: pxToRem(10px);
width: pxToRem(580px);
height: pxToRem(50px);
outline: 0;
border: 0;
border: 1px solid #f7f7f7;
border-radius: pxToRem(4px);
margin: 0;
}
}
... ...