1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

我的订单点击跳转订单详情页;订单详情页展示订单总金额;立即下单可以选择商品数量

This commit is contained in:
2023-03-21 16:36:13 +08:00
parent 87eaf03b9d
commit 0e83116550
12 changed files with 290 additions and 141 deletions

View File

@@ -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 {