我的订单点击跳转订单详情页;订单详情页展示订单总金额;立即下单可以选择商品数量
This commit is contained in:
@@ -93,6 +93,32 @@
|
||||
|
||||
|
||||
|
||||
/* 屏幕底部 */
|
||||
/* 屏幕底部 数量输入框 */
|
||||
.bottom-inputs {
|
||||
margin-bottom: 3px;
|
||||
}
|
||||
|
||||
.buy-count-input {
|
||||
border: 1px solid black;
|
||||
display: inline-block;
|
||||
border-radius: 100px;
|
||||
width: 100px;
|
||||
height: 34px;
|
||||
margin: 0 5px;
|
||||
}
|
||||
|
||||
.buy-count-btn {
|
||||
border-radius: 100px;
|
||||
width: 35px;
|
||||
height: 35px;
|
||||
max-width: 35px;
|
||||
max-height: 35px;
|
||||
min-width: 35px;
|
||||
min-height: 35px;
|
||||
background-color: #FA4126;
|
||||
color: white;
|
||||
}
|
||||
|
||||
/* 屏幕底部 下单按钮 */
|
||||
.bottom-controlbox {
|
||||
|
Reference in New Issue
Block a user