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.
 
 
 
 
 

96 lines
2.0 KiB

@charset "UTF-8";
/**
* 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
* uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
*/
.uni-forms-item__content.data-v-e18a95b2 {
display: flex;
align-items: center;
}
.u-tag__text.data-v-e18a95b2 {
font-size: 22rpx;
padding: 0 10rpx;
}
page.data-v-e18a95b2, .page1.data-v-e18a95b2 {
font-size: 28rpx;
}
button.data-v-e18a95b2 {
color: #ffffff;
background: #5fd9ee;
width: 90%;
}
.list-1.data-v-e18a95b2 {
display: flex;
height: 150rpx;
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-e18a95b2 {
width: 75%;
display: flex;
flex-direction: column;
height: auto;
font-size: 30rpx;
}
.title-box.data-v-e18a95b2 {
background: #fff;
}
.checkbox.data-v-e18a95b2 {
width: 40rpx;
height: 40rpx;
position: absolute;
top: 20rpx;
right: 30rpx;
}
.popup-del-content.data-v-e18a95b2 {
align-items: center;
justify-content: center;
padding: 30rpx;
width: 600rpx;
height: 300rpx;
text-align: center;
background-color: #fff;
border-radius: 10px;
}
.popup-del-title.data-v-e18a95b2 {
font-size: 36rpx;
font-weight: bold;
text-align: center;
position: relative;
}
.popup-del-container.data-v-e18a95b2 {
margin-top: 20rpx;
height: 100rpx;
border-radius: 10px;
background: #088FEB;
line-height: 100rpx;
text-align: center;
border-bottom: 1px solid #eee;
border-top: 1px solid #eee;
color: #fff;
}
.popup-bottom-left.data-v-e18a95b2 {
width: 50%;
line-height: 80rpx;
}
.popup-bottom-right.data-v-e18a95b2 {
width: 50%;
line-height: 100rpx;
}
.bottom-del-btn.data-v-e18a95b2 {
width: 90%;
line-height: 70rpx;
height: 70rpx;
text-align: center;
color: #fff;
font-size: 28rpx;
margin: 0 auto;
background: linear-gradient(90deg, #60F3FF, #088FEB);
border-radius: 70rpx;
}