2.4 组件结构调整,调整会员权限判断
This commit is contained in:
27
unpackage/dist/dev/mp-weixin/pagesStock/components/ywjg-view/ywjg-view.wxss
vendored
Normal file
27
unpackage/dist/dev/mp-weixin/pagesStock/components/ywjg-view/ywjg-view.wxss
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
.ywjg_list {
|
||||
color: #2B2B2B;
|
||||
}
|
||||
.ywjg_list .title {
|
||||
font-size: 28rpx;
|
||||
font-weight: bold;
|
||||
}
|
||||
.ywjg_list .ywjg_item_1 {
|
||||
font-weight: 500;
|
||||
margin: 20rpx;
|
||||
background-color: #FAFAFC;
|
||||
border-radius: 10rpx;
|
||||
padding: 25rpx 20rpx;
|
||||
}
|
||||
.ywjg_list .ywjg_item_1 .growthRate {
|
||||
padding: 0 10rpx;
|
||||
line-height: 30rpx;
|
||||
border-radius: 5rpx;
|
||||
font-size: 20rpx;
|
||||
color: white;
|
||||
}
|
||||
.ywjg_list .ywjg_item_1 .growthRate.up {
|
||||
background-color: #EC3440;
|
||||
}
|
||||
.ywjg_list .ywjg_item_1 .growthRate.down {
|
||||
background-color: #345423;
|
||||
}
|
||||
Reference in New Issue
Block a user