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