Authored by 毕凯

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

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