30 lines
486 B
Plaintext
30 lines
486 B
Plaintext
.desc {
|
|
background-color: #f9f9f9;
|
|
padding-bottom: 120rpx;
|
|
}
|
|
|
|
.descItem {
|
|
padding: 30rpx 20rpx;
|
|
background-color: #fff;
|
|
margin-bottom: 30rpx;
|
|
}
|
|
|
|
.desc_Item_row {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
|
|
.row_tit {
|
|
font-weight: 400;
|
|
font-size: 26rpx;
|
|
color: #999999;
|
|
min-width: 110rpx;
|
|
margin-right: 30rpx;
|
|
}
|
|
|
|
.row_con {
|
|
font-weight: 400;
|
|
font-size: 26rpx;
|
|
color: #222222;
|
|
} |