Fix(购物车):【商城小程序】购物车页面的结算部分,两边不要贴边,整体往上挪一点,按下面原型图布局再调整一下
This commit is contained in:
+1
-1
@@ -785,7 +785,7 @@ view {
|
|||||||
.footer-fixed {
|
.footer-fixed {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
left: 0;
|
left: 0;
|
||||||
bottom: 180rpx;
|
bottom: 200rpx;
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
height: 100rpx;
|
height: 100rpx;
|
||||||
box-shadow: 0 6rpx 12rpx rgba(0, 0, 0, 0.16);
|
box-shadow: 0 6rpx 12rpx rgba(0, 0, 0, 0.16);
|
||||||
|
|||||||
Reference in New Issue
Block a user