Authored by 毕凯

订单确认 点击按钮 触发区域变大

... ... @@ -137,6 +137,13 @@
color: #999;
}
}
.checkbox {
display: inline-block;
width: 80rem / $pxConvertRem;
text-align: center;
margin-right: -20rem / $pxConvertRem;
}
.coin-check {
float: right;
... ...