Fix(购物车):【商城小程序】购物车页面的结算部分,两边不要贴边,整体往上挪一点,按下面原型图布局再调整一下

This commit is contained in:
modendeveloper
2024-09-11 22:52:51 +08:00
parent cb75cbae9c
commit af075a9c28
+1 -1
View File
@@ -785,7 +785,7 @@ view {
.footer-fixed {
position: fixed;
left: 0;
bottom: 180rpx;
bottom: 200rpx;
width: 100vw;
height: 100rpx;
box-shadow: 0 6rpx 12rpx rgba(0, 0, 0, 0.16);