gov_propagandize/pages/industry-area/industry-area.wxss
2025-01-20 17:36:49 +08:00

28 lines
457 B
Plaintext

/* pages/superiority-detail/superiority-detail.wxss */
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;
}