gov_propagandize/pages/invest-detail/invest-detail.wxss
2025-01-20 17:19:30 +08:00

90 lines
1.5 KiB
Plaintext

page {
background-color: white;
}
.news-title {
padding: 20rpx 30rpx;
font-size: 34rpx;
font-weight: bold;
color: #242424;
text-align: center;
}
.news-attr-box {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.news-attr {
font-size: 24rpx;
color: #949494;
}
.news-attr:nth-of-type(n+2) {
margin-left: 20rpx;
}
.p-container {
display: flex;
flex-direction: column;
padding: 28rpx;
border-radius: 5rpx;
}
.chance-item-attrs {
background: #FFFFFF;
border-radius: 13rpx;
display: flex;
flex-direction: row;
justify-content: space-between;
background: rgba(240, 240, 240, 0.59);
align-items: center;
margin-top: 10rpx;
}
.chance-attr {
display: flex;
flex-direction: column;
padding: 20rpx;
}
.chance-attr .title {
font-size: 16rpx;
color: #757575;
}
.chance-attr .content {
font-size: 24rpx;
margin-top: 10rpx;
color: #F99E00;
}
.divide-line {
width: 1rpx;
height: 33rpx;
background: rgba(204, 226, 214, 0.35);
}
.chance-item-content {
font-family: STZhongsong;
font-weight: 400;
font-size: 16rpx;
color: #8E8E8E;
margin-top: 10rpx;
}
.chance-item-title .more {
width: 107rpx;
height: 36rpx;
background: linear-gradient(0deg, #F99E00 0%, #FF8282 100%);
border-radius: 3rpx;
font-family: Source Han Sans CN;
font-weight: 400;
font-size: 16rpx;
color: #FFFFFF;
text-align: center;
line-height: 36rpx;
}