完善门店购物车页面
This commit is contained in:
@ -13,11 +13,14 @@
|
||||
*/
|
||||
/* 颜色变量 */
|
||||
/* 行为相关颜色 */
|
||||
page {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
.cate {
|
||||
position: relative;
|
||||
}
|
||||
.cate-one {
|
||||
height: calc(100vh - 94rpx - 0px - 0px);
|
||||
height: 100vh;
|
||||
}
|
||||
.cate-one .aside {
|
||||
width: 180rpx;
|
||||
@ -52,19 +55,22 @@
|
||||
}
|
||||
.cate-one .main .main-wrap {
|
||||
position: relative;
|
||||
padding: 0 20rpx 120rpx;
|
||||
padding: 0 20rpx;
|
||||
}
|
||||
.cate-one .main .main-wrap .info {
|
||||
.cate-one .main .main-wrap .goods {
|
||||
padding-bottom: 200rpx;
|
||||
}
|
||||
.cate-one .main .main-wrap .goods .info {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
margin: 0 16rpx;
|
||||
}
|
||||
.buy {
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: calc( 20rpx + env(safe-area-inset-bottom));
|
||||
bottom: env(safe-area-inset-bottom);
|
||||
height: 100rpx;
|
||||
background-color: #212526;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user