You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

37 lines
831 B

@charset "UTF-8";
/**
* 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
* uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
*/
.uni-forms-item__content.data-v-3b48b56e {
display: flex;
align-items: center;
}
.u-tag__text.data-v-3b48b56e {
font-size: 22rpx;
padding: 0 10rpx;
}
.popup-height.data-v-3b48b56e {
padding: 0 25rpx;
background-color: #fff;
}
.uni-date__input.data-v-3b48b56e {
height: 40px;
width: 100%;
line-height: 40px;
font-size: 14px;
}
.text-center.data-v-3b48b56e {
text-align: center;
}
.dw-btn.data-v-3b48b56e {
width: 30%;
line-height: 72rpx;
text-align: center;
background: #088FEB;
color: #fff;
}
.uni-data-select.data-v-3b48b56e {
width: 100%;
}