37 lines
700 B
Plaintext
37 lines
700 B
Plaintext
.businessInfoList {
|
|
padding: 0 20rpx;
|
|
}
|
|
.businessInfoList .section {
|
|
line-height: 72rpx;
|
|
font-size: 28rpx;
|
|
font-weight: bold;
|
|
color: #2B2B2B;
|
|
}
|
|
.businessInfoList .infoC {
|
|
background-color: #FAFAFC;
|
|
border-radius: 10rpx;
|
|
padding: 12rpx 20rpx;
|
|
}
|
|
.businessInfoList .infoC .infoItem {
|
|
line-height: 46rpx;
|
|
}
|
|
.businessInfoList .infoC .title {
|
|
font-size: 22rpx;
|
|
font-weight: 500;
|
|
color: #999;
|
|
}
|
|
.businessInfoList .infoC .content {
|
|
font-size: 24rpx;
|
|
font-weight: 500;
|
|
color: #2A2A2A;
|
|
}
|
|
.businessInfoList .infoC .content.code {
|
|
color: #BB8520;
|
|
}
|
|
.businessInfoList .infoC .content.rightAlign {
|
|
text-align: right;
|
|
}
|
|
.businessInfoList .infoC.mainBussiness {
|
|
padding: 20rpx;
|
|
}
|