2.4 组件结构调整,调整会员权限判断
This commit is contained in:
28
unpackage/dist/dev/mp-weixin/pagesStock/components/news-view/news-view.wxss
vendored
Normal file
28
unpackage/dist/dev/mp-weixin/pagesStock/components/news-view/news-view.wxss
vendored
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user