2.4 组件结构调整,调整会员权限判断

This commit is contained in:
尚政杰
2026-02-04 17:43:41 +08:00
parent eeca65538c
commit 995ee7f220
274 changed files with 7191 additions and 2186 deletions

View File

@@ -49,7 +49,7 @@ page {
.stockDetailsC {
left: 0;
right: 0;
bottom: calc(20rpx + 70rpx + 20rpx + env(safe-area-inset-bottom));
bottom: 0;
}
.stockDetailsC .basicInfoC {
background-color: white;
@@ -257,6 +257,17 @@ page {
padding: 25rpx 20rpx;
box-sizing: border-box;
}
.stockDetailsC .otherInfoC .noDataC {
padding: 50rpx 0;
}
.stockDetailsC .otherInfoC .noDataC .icon {
width: 500rpx;
height: auto;
}
.stockDetailsC .otherInfoC .noDataC .title {
font-size: 28rpx;
color: #666;
}
.bottomC {
background-color: black;
padding: 20rpx 25rpx calc(20rpx + env(safe-area-inset-bottom));