27 lines
562 B
Plaintext
27 lines
562 B
Plaintext
@charset "UTF-8";
|
|
/* 颜色变量 */
|
|
/* 行为相关颜色 */
|
|
/* 基本颜色 */
|
|
.staffli.data-v-78d08af2 {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
padding: 24rpx 35rpx;
|
|
border-top: 1rpx solid #f5f5f5;
|
|
border-bottom: 1rpx solid #f5f5f5;
|
|
}
|
|
.staffli .statext.data-v-78d08af2 {
|
|
font-size: 26rpx;
|
|
color: #666;
|
|
}
|
|
.staffli .liright.data-v-78d08af2 {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
align-items: center;
|
|
font-size: 26rpx;
|
|
color: #666;
|
|
}
|
|
.staffli .liright .icon-you.data-v-78d08af2 {
|
|
font-size: 28rpx;
|
|
}
|