ios补计算单按钮

This commit is contained in:
2023-08-24 09:44:31 +08:00
parent 5a4a548a07
commit a4ab5eb55c
3 changed files with 11 additions and 9 deletions

View File

@ -141,7 +141,8 @@ export default {
margin-bottom: 10px;
}
.otherFee {
@include wh(100%, 198px)
@include wh(100%, 198px);
margin-bottom: 20px;
}
.title {
@include fontWeightSize(bold, 14px);
@ -198,7 +199,7 @@ export default {
}
/* 如果需要调整按钮在底部容器内的位置,可以使用更具体的选择器进行样式调整 */
.fixed-bottom .btn {
margin-top: 20px;
position: absolute; /* 将按钮设置为绝对定位 */
bottom: 30px; /* 可根据需要调整按钮距离底部的距离 */
left: 50%; /* 可根据需要调整按钮在容器中的水平位置 */