2.4 组件结构调整,调整会员权限判断
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user