28 lines
525 B
Plaintext
28 lines
525 B
Plaintext
.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;
|
|
}
|