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.
229 lines
4.6 KiB
229 lines
4.6 KiB
@charset "UTF-8";
|
|
/**
|
|
* 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
|
|
* uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
|
|
*/
|
|
.uni-forms-item__content.data-v-0a6891da {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.u-tag__text.data-v-0a6891da {
|
|
font-size: 22rpx;
|
|
padding: 0 10rpx;
|
|
}
|
|
page.data-v-0a6891da, .page1.data-v-0a6891da {
|
|
font-size: 28rpx;
|
|
}
|
|
.u-wrap.data-v-0a6891da {
|
|
height: calc(100vh);
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
.u-wrap .top.data-v-0a6891da {
|
|
line-height: 70rpx;
|
|
margin: 20rpx 0;
|
|
padding: 0 20rpx;
|
|
background-color: #fff;
|
|
}
|
|
.u-wrap .top .u-collapse-content .icon.data-v-0a6891da {
|
|
display: flex;
|
|
float: right;
|
|
}
|
|
.u-wrap .top .u-collapse-content .icon .u-icon.data-v-0a6891da {
|
|
flex: 1;
|
|
}
|
|
.u-wrap .top .name.data-v-0a6891da {
|
|
font-size: 28rpx;
|
|
}
|
|
.u-wrap .top .name .rightBox.data-v-0a6891da {
|
|
display: flex;
|
|
float: right;
|
|
}
|
|
.u-wrap .top .attr.data-v-0a6891da {
|
|
line-height: 56rpx;
|
|
margin-left: 20rpx;
|
|
}
|
|
.u-wrap .top .attr .attrName.data-v-0a6891da {
|
|
color: #767a82;
|
|
font-size: 24rpx;
|
|
display: flex;
|
|
box-sizing: border-box;
|
|
width: 100%;
|
|
margin-top: 20rpx;
|
|
}
|
|
.u-wrap .top .attr .attrs.data-v-0a6891da {
|
|
margin-left: 20rpx;
|
|
}
|
|
.u-wrap .top .attr .attrs .u-tag-wrapper.data-v-0a6891da {
|
|
width: 20%;
|
|
}
|
|
button.data-v-0a6891da {
|
|
color: #ffffff;
|
|
background: #5fd9ee;
|
|
width: 90%;
|
|
margin: 20rpx auto 20rpx;
|
|
}
|
|
.card-list.data-v-0a6891da {
|
|
width: 95%;
|
|
border-radius: 10rpx;
|
|
background: #fff;
|
|
height: auto;
|
|
margin: 150rpx auto 0;
|
|
}
|
|
.checked.data-v-0a6891da {
|
|
background: #60F3FF;
|
|
color: #fff;
|
|
}
|
|
.card-list ._li.data-v-0a6891da {
|
|
width: 95%;
|
|
height: 100rpx;
|
|
line-height: 100rpx;
|
|
padding-left: 20rpx;
|
|
font-size: 37rpx;
|
|
border-bottom: 0.5px solid #eee;
|
|
margin: 0 auto;
|
|
}
|
|
.bj-btn.data-v-0a6891da {
|
|
width: 120rpx;
|
|
height: 60rpx;
|
|
font-size: 26rpx;
|
|
background: red;
|
|
margin: 20rpx 0;
|
|
float: left;
|
|
padding: 0;
|
|
line-height: 60rpx;
|
|
}
|
|
.name.data-v-0a6891da {
|
|
width: 75%;
|
|
float: left;
|
|
display: flex;
|
|
}
|
|
.popup-content.data-v-0a6891da {
|
|
align-items: center;
|
|
justify-content: center;
|
|
padding: 30rpx;
|
|
height: 1200rpx;
|
|
background-color: #fff;
|
|
margin-bottom: 100rpx;
|
|
overflow: scroll;
|
|
}
|
|
.popup-container.data-v-0a6891da {
|
|
width: 100%;
|
|
background: #fff;
|
|
height: 50rpx;
|
|
}
|
|
.checkList.data-v-0a6891da {
|
|
display: flex;
|
|
height: 50rpx;
|
|
font-size: 28rpx;
|
|
line-height: 50rpx;
|
|
margin: 20rpx 0;
|
|
}
|
|
.checkList-box.data-v-0a6891da {
|
|
height: 50rpx;
|
|
width: 60%;
|
|
}
|
|
.popup-bottom.data-v-0a6891da {
|
|
width: 95%;
|
|
height: 100rpx;
|
|
position: fixed;
|
|
bottom: 0;
|
|
left: 2.5%;
|
|
display: flex;
|
|
z-index: 99;
|
|
background: #fff;
|
|
}
|
|
.popup-bottom-left.data-v-0a6891da {
|
|
width: 50%;
|
|
line-height: 80rpx;
|
|
}
|
|
.popup-bottom-right.data-v-0a6891da {
|
|
width: 50%;
|
|
line-height: 100rpx;
|
|
}
|
|
.bottom-btn.data-v-0a6891da {
|
|
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;
|
|
}
|
|
.add-popup-content.data-v-0a6891da {
|
|
align-items: center;
|
|
justify-content: center;
|
|
padding: 30rpx;
|
|
width: 100%;
|
|
height: 1300rpx;
|
|
background-color: #fff;
|
|
overflow: scroll;
|
|
}
|
|
.add-popup-title.data-v-0a6891da {
|
|
font-size: 36rpx;
|
|
font-weight: bold;
|
|
text-align: center;
|
|
position: relative;
|
|
}
|
|
.add-popup-container.data-v-0a6891da {
|
|
margin-top: 20rpx;
|
|
}
|
|
.add-popup-bottom.data-v-0a6891da {
|
|
display: flex;
|
|
height: 80rpx;
|
|
color: #fff;
|
|
line-height: 80rpx;
|
|
margin-top: 50rpx;
|
|
}
|
|
.add-popup-btn.data-v-0a6891da {
|
|
flex: 1;
|
|
text-align: center;
|
|
background: linear-gradient(90deg, #60F3FF, #088FEB);
|
|
}
|
|
.title-fur.data-v-0a6891da {
|
|
width: 95%;
|
|
height: 70rpx;
|
|
margin: 0 auto;
|
|
border-bottom: 1px solid #eee;
|
|
}
|
|
.title-fur .name.data-v-0a6891da {
|
|
font-size: 30rpx;
|
|
width: 90%;
|
|
float: left;
|
|
height: 70rpx;
|
|
line-height: 70rpx;
|
|
}
|
|
.content-fur.data-v-0a6891da {
|
|
padding-bottom: 25rpx;
|
|
}
|
|
.content-low.data-v-0a6891da {
|
|
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;
|
|
}
|
|
.type-popup.data-v-0a6891da {
|
|
width: 500rpx;
|
|
height: auto;
|
|
background: #fff;
|
|
border-radius: 10px;
|
|
position: relative;
|
|
margin-bottom: 40rpx;
|
|
}
|
|
@media screen and (min-width: 760px) {
|
|
.add-popup-content.data-v-0a6891da {
|
|
height: 700px !important;
|
|
}
|
|
.vue-ref.data-v-0a6891da {
|
|
padding-bottom: 0 !important;
|
|
}
|
|
}
|
|
|
|
|