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

@@ -0,0 +1,28 @@
.newsList .item .labelList .label {
margin-right: 10rpx;
padding: 0 7rpx;
line-height: 28rpx;
border-radius: 3rpx;
font-size: 18rpx;
font-weight: 500;
}
.newsList .item .labelList .eventType {
background-color: #EFF6FF;
color: #60A5FA;
}
.newsList .item .labelList .investScore {
background-color: #F2EEFF;
color: #A78BFA;
}
.newsList .item .relatedChgC {
margin: 20rpx 0;
color: #71675D;
font-size: 22rpx;
font-weight: 500;
}
.newsList .item .relatedChgC .chg.up {
color: #EC3440;
}
.newsList .item .relatedChgC .chg.down {
color: #1DB26F;
}