feat:173版本

This commit is contained in:
2026-08-29 13:02:46 +08:00
parent 23b30c8f04
commit 388c0d5185
17 changed files with 704 additions and 197 deletions
@@ -1356,9 +1356,9 @@ export default {
.order_submit_warp {
background-color: $app-bj;
height: calc(100% - 200rpx - env(safe-area-inset-bottom));
padding: 20rpx;
overflow-y: auto;
min-height: 100vh;
padding: 20rpx 20rpx calc(180rpx + env(safe-area-inset-bottom)) 20rpx;
box-sizing: border-box;
}
.order_submit_header_warp {
@@ -1547,26 +1547,33 @@ export default {
.order_pay_but {
position: fixed;
bottom: 0;
height: 144rpx;
left: 0;
width: 100%;
box-sizing: border-box;
padding: 20rpx 32rpx calc(20rpx + env(safe-area-inset-bottom)) 32rpx;
background: #ffffff;
display: flex;
justify-content: space-between;
width: calc(100% - 34rpx);
padding-top: 20rpx;
align-items: center;
z-index: 99;
._but {
padding: 20rpx 72rpx;
text-align: center;
background: $app-bt-bj;
border-radius: 16rpx 16rpx 16rpx 16rpx;
border-radius: 16rpx;
color: #fff;
height: 46rpx;
display: flex;
align-items: center;
justify-content: center;
}
.price_ {
font-weight: bold;
font-size: 36rpx;
color: $app-bt-bj;
display: flex;
align-items: baseline;
}
}
</style>
@@ -1289,9 +1289,9 @@ export default {
.order_submit_warp {
background-color: $app-bj;
height: calc(100% - 200rpx - env(safe-area-inset-bottom));
padding: 20rpx;
overflow-y: auto;
min-height: 100vh;
padding: 20rpx 20rpx calc(180rpx + env(safe-area-inset-bottom)) 20rpx;
box-sizing: border-box;
}
.order_submit_header_warp {
@@ -1480,26 +1480,33 @@ export default {
.order_pay_but {
position: fixed;
bottom: 0;
height: 144rpx;
left: 0;
width: 100%;
box-sizing: border-box;
padding: 20rpx 32rpx calc(20rpx + env(safe-area-inset-bottom)) 32rpx;
background: #ffffff;
display: flex;
justify-content: space-between;
width: calc(100% - 34rpx);
padding-top: 20rpx;
align-items: center;
z-index: 99;
._but {
padding: 20rpx 72rpx;
text-align: center;
background: $app-bt-bj;
border-radius: 16rpx 16rpx 16rpx 16rpx;
border-radius: 16rpx;
color: #fff;
height: 46rpx;
display: flex;
align-items: center;
justify-content: center;
}
.price_ {
font-weight: bold;
font-size: 36rpx;
color: $app-bt-bj;
display: flex;
align-items: baseline;
}
}
</style>