34 lines
748 B
Plaintext
34 lines
748 B
Plaintext
@charset "UTF-8";
|
|
/* 颜色变量 */
|
|
/* 行为相关颜色 */
|
|
/* 基本颜色 */
|
|
.listwarp .x_warp.data-v-010f41c8 {
|
|
width: 690rpx;
|
|
background: #fff;
|
|
border-radius: 10rpx;
|
|
margin: 24rpx auto 0;
|
|
padding: 30rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
.listwarp .x_warp .x_left .x_p.data-v-010f41c8 {
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
font-size: 24rpx;
|
|
color: #999;
|
|
margin-bottom: 15rpx;
|
|
}
|
|
.listwarp .x_warp .x_left .x_p.data-v-010f41c8:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
.listwarp .x_warp .x_left .x_p ._span.data-v-010f41c8 {
|
|
flex-shrink: 0;
|
|
}
|
|
.listwarp .x_warp .x_left .x_p text.data-v-010f41c8 {
|
|
font-size: 30rpx;
|
|
color: #333;
|
|
margin-left: 24rpx;
|
|
}
|