完善门店购物车页面

This commit is contained in:
2025-04-26 10:12:55 +08:00
parent 5eb6d1b3b8
commit 5297bc0034
108 changed files with 2067 additions and 740 deletions

View File

@ -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;
}