This commit is contained in:
zw199166
2026-01-22 14:34:38 +08:00
parent 6ee8ce42ed
commit 1f3a3ca8bb
234 changed files with 5534 additions and 2395 deletions

View File

@@ -524,6 +524,21 @@ page {
width: 16rpx;
height: auto;
}
.stockDetailsC .otherInfoC .ywjg_list {
color: #2B2B2B;
}
.stockDetailsC .otherInfoC .ywjg_list .title {
font-size: 28rpx;
font-weight: bold;
}
.stockDetailsC .otherInfoC .ywjg_list .ywjg_item_1 {
font-weight: 500;
margin: 20rpx;
background-color: #FAFAFC;
border-radius: 10rpx;
padding: 25rpx 20rpx;
box-sizing: border-box;
}
.bottomC {
background-color: black;
padding: 20rpx 25rpx calc(20rpx + env(safe-area-inset-bottom));
@@ -618,3 +633,9 @@ page {
.industryRankPop .list .item:nth-child(3n) {
margin-right: 0;
}
.industryRankPop .detailPopup {
height: 70%;
background-color: white;
border-radius: 20rpx 20rpx 0 0;
padding-bottom: env(safe-area-inset-bottom);
}