26 lines
509 B
Plaintext
26 lines
509 B
Plaintext
@charset "UTF-8";
|
|
/* 颜色变量 */
|
|
/* 行为相关颜色 */
|
|
/* 基本颜色 */
|
|
.info_detail {
|
|
margin-bottom: 100rpx;
|
|
}
|
|
.info_detail .basic_head {
|
|
display: flex;
|
|
}
|
|
.info_detail .basic_head :last-child {
|
|
font-weight: 700;
|
|
margin-left: 8rpx;
|
|
}
|
|
.info_detail .basic_main {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
background-color: #fff;
|
|
line-height: 40rpx;
|
|
border-bottom: 1rpx solid #EAEAEA;
|
|
padding: 30rpx 40rpx 30rpx 47rpx;
|
|
}
|
|
.info_detail .basic_main :first-child {
|
|
color: #333;
|
|
}
|