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