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.
 
 
 
 
 

54 lines
1.2 KiB

@charset "UTF-8";
/**
* 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
* uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
*/
.uni-forms-item__content.data-v-5c28748a {
display: flex;
align-items: center;
}
.u-tag__text.data-v-5c28748a {
font-size: 22rpx;
padding: 0 10rpx;
}
page.data-v-5c28748a, .page1.data-v-5c28748a {
font-size: 28rpx;
}
.list-1.data-v-5c28748a {
border-bottom: 1px solid #eee;
background: #fff;
font-size: 32rpx;
margin: 20rpx auto 0;
width: 95%;
padding-left: 30rpx;
position: relative;
}
.name-tel.data-v-5c28748a {
width: 75%;
flex-direction: column;
height: 100rpx;
font-size: 30rpx;
line-height: 100rpx;
}
.name-edit.data-v-5c28748a {
width: 110rpx;
height: 55rpx;
background: #088FEB;
color: #fff;
font-size: 22rpx;
line-height: 55rpx;
text-align: center;
border-radius: 5px;
margin-top: 22.5rpx;
}
.type-popup.data-v-5c28748a {
width: 500rpx;
height: auto;
max-height: 900rpx;
overflow: scroll;
background: #fff;
border-radius: 10px;
position: relative;
margin-bottom: 40rpx;
}