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.
 
 
 
 
 

159 lines
3.1 KiB

@charset "UTF-8";
/**
* 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
* uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
*/
.uni-forms-item__content.data-v-f0c8ed1e {
display: flex;
align-items: center;
}
.u-tag__text.data-v-f0c8ed1e {
font-size: 22rpx;
padding: 0 10rpx;
}
.u-wrap.data-v-f0c8ed1e {
height: calc(100vh);
display: flex;
flex-direction: column;
}
button.data-v-f0c8ed1e {
color: #ffffff;
background: #5fd9ee;
width: 90%;
margin-top: 20rpx;
}
.card-list.data-v-f0c8ed1e {
width: 95%;
border-radius: 10rpx;
background: #fff;
height: auto;
margin: 40rpx auto 0;
}
.title-fur.data-v-f0c8ed1e {
width: 95%;
height: 70rpx;
margin: 0 auto;
border-bottom: 1px solid #eee;
}
.name.data-v-f0c8ed1e {
font-size: 30rpx;
width: 50%;
float: left;
height: 70rpx;
line-height: 70rpx;
}
.rightBox.data-v-f0c8ed1e {
display: flex;
float: right;
}
.content-fur.data-v-f0c8ed1e {
padding-bottom: 25rpx;
}
.content-low.data-v-f0c8ed1e {
width: auto;
border: 1px solid #eee;
display: inline-block;
min-width: 90rpx;
padding: 5rpx;
font-size: 35rpx;
text-align: center;
color: #777;
margin: 20rpx 0 0 20rpx;
}
.popup-content.data-v-f0c8ed1e {
align-items: center;
justify-content: center;
padding: 30rpx;
height: 1200rpx;
background-color: #fff;
margin-bottom: 30rpx;
overflow: scroll;
}
.popup-container.data-v-f0c8ed1e {
width: 100%;
background: #fff;
height: 50rpx;
}
.checkList.data-v-f0c8ed1e {
display: flex;
height: 50rpx;
font-size: 28rpx;
line-height: 50rpx;
margin: 20rpx 0;
}
.checkList-box.data-v-f0c8ed1e {
height: 50rpx;
width: 60%;
}
.popup-bottom.data-v-f0c8ed1e {
width: 95%;
height: 100rpx;
position: fixed;
bottom: 0;
left: 2.5%;
display: flex;
z-index: 99;
background: #fff;
}
.popup-bottom-left.data-v-f0c8ed1e {
width: 50%;
line-height: 80rpx;
}
.popup-bottom-right.data-v-f0c8ed1e {
width: 50%;
line-height: 100rpx;
}
.bottom-btn.data-v-f0c8ed1e {
width: 70%;
line-height: 70rpx;
height: 70rpx;
text-align: center;
/* margin-top: 10rpx; */
color: #fff;
font-size: 28rpx;
margin: 0 auto;
background: linear-gradient(90deg, #60F3FF, #088FEB);
border-radius: 70rpx;
}
.checked.data-v-f0c8ed1e {
background: #60F3FF;
color: #fff;
}
.add-popup-content.data-v-f0c8ed1e {
align-items: center;
justify-content: center;
padding: 30rpx;
width: 100%;
height: 1300rpx;
background-color: #fff;
}
.add-popup-title.data-v-f0c8ed1e {
font-size: 36rpx;
font-weight: bold;
text-align: center;
position: relative;
}
.add-popup-container.data-v-f0c8ed1e {
margin-top: 20rpx;
}
.add-popup-bottom.data-v-f0c8ed1e {
display: flex;
height: 80rpx;
color: #fff;
line-height: 80rpx;
margin-top: 50rpx;
}
.add-popup-btn.data-v-f0c8ed1e {
flex: 1;
text-align: center;
background: linear-gradient(90deg, #60F3FF, #088FEB);
}
.type-popup.data-v-f0c8ed1e {
width: 500rpx;
height: auto;
background: #fff;
border-radius: 10px;
position: relative;
margin-bottom: 40rpx;
}