38 lines
916 B
Plaintext
38 lines
916 B
Plaintext
|
@charset "UTF-8";
|
|||
|
/**
|
|||
|
* 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
|
|||
|
* uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
|
|||
|
*/
|
|||
|
.u-section.data-v-38dad548 {
|
|||
|
display: flex;
|
|||
|
flex-direction: row;
|
|||
|
justify-content: space-between;
|
|||
|
align-items: center;
|
|||
|
width: 100%;
|
|||
|
}
|
|||
|
.u-section__title.data-v-38dad548 {
|
|||
|
position: relative;
|
|||
|
font-size: 28rpx;
|
|||
|
padding-left: 20rpx;
|
|||
|
display: flex;
|
|||
|
flex-direction: row;
|
|||
|
align-items: center;
|
|||
|
}
|
|||
|
.u-section__title__icon-wrap.data-v-38dad548 {
|
|||
|
position: absolute;
|
|||
|
}
|
|||
|
.u-section__title__text.data-v-38dad548 {
|
|||
|
line-height: 1;
|
|||
|
}
|
|||
|
.u-section__right-info.data-v-38dad548 {
|
|||
|
color: #909399;
|
|||
|
font-size: 26rpx;
|
|||
|
display: flex;
|
|||
|
flex-direction: row;
|
|||
|
align-items: center;
|
|||
|
}
|
|||
|
.u-section__right-info__icon-arrow.data-v-38dad548 {
|
|||
|
margin-left: 6rpx;
|
|||
|
}
|
|||
|
|