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.
 
 
 
 
 

42 lines
806 B

@charset "UTF-8";
/**
* 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
* uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
*/
.uni-forms-item__content {
display: flex;
align-items: center;
}
.u-tag__text {
font-size: 22rpx;
padding: 0 10rpx;
}
page, .page1 {
height: 100%;
font-size: 28rpx;
}
.content-list {
display: flex;
height: 80rpx;
}
.list-name {
width: 200rpx;
text-align: left;
line-height: 80rpx;
height: 80rpx;
padding-left: 20rpx;
}
.uni-data-select {
width: 70%;
text-align: center;
}
.heji {
display: flex;
text-align: center;
height: 80rpx;
margin-top: 20rpx;
line-height: 80rpx;
font-weight: bold;
font-size: 30rpx;
}