201 lines
4.2 KiB
Plaintext
201 lines
4.2 KiB
Plaintext
textarea.data-v-66738fd0 {
|
|
padding: 20rpx;
|
|
border: 1rpx solid #a2c1c3;
|
|
/* margin: 0 auto; */
|
|
border-radius: 6rpx;
|
|
height: 182rpx;
|
|
font-size: 24rpx;
|
|
margin-top: 16rpx;
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
}
|
|
.text-area-box.data-v-66738fd0 {
|
|
margin: 66rpx 0 40rpx 0;
|
|
}
|
|
.page-cont.data-v-66738fd0 {
|
|
padding: 48rpx 30rpx;
|
|
}
|
|
.page-title.data-v-66738fd0 {
|
|
margin-top: 24rpx;
|
|
font-size: 32rpx;
|
|
}
|
|
.page-select.data-v-66738fd0 {
|
|
margin-top: 64rpx;
|
|
padding: 32rpx 40rpx;
|
|
background-color: #fff;
|
|
}
|
|
.select-item.data-v-66738fd0 {
|
|
height: 96rpx;
|
|
line-height: 96rpx;
|
|
border-bottom: 1rpx solid #eee;
|
|
display: -webkit-box;
|
|
display: -webkit-flex;
|
|
display: flex;
|
|
-webkit-box-pack: justify;
|
|
-webkit-justify-content: space-between;
|
|
justify-content: space-between;
|
|
-webkit-box-align: center;
|
|
-webkit-align-items: center;
|
|
align-items: center;
|
|
}
|
|
.select-item + .select-item.data-v-66738fd0 {
|
|
margin-top: 16rpx;
|
|
}
|
|
.select-item ._span.data-v-66738fd0:last-child {
|
|
display: -webkit-box;
|
|
display: -webkit-flex;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-webkit-align-items: center;
|
|
align-items: center;
|
|
}
|
|
button.data-v-66738fd0 {
|
|
height: 80rpx;
|
|
background-color: #4A4C5B;
|
|
/* width: 90%; */
|
|
margin: 112rpx auto 0 auto;
|
|
font-size: 28rpx;
|
|
line-height: 80rpx;
|
|
color: #fff;
|
|
}
|
|
.select-btn.data-v-66738fd0 {
|
|
color: #fff;
|
|
background-color: #4188F2;
|
|
border-radius: 4rpx;
|
|
padding: 0 16rpx;
|
|
font-size: 24rpx;
|
|
height: 48rpx;
|
|
line-height: 48rpx;
|
|
}
|
|
.sign-tag-box.data-v-66738fd0 {
|
|
display: -webkit-box;
|
|
display: -webkit-flex;
|
|
display: flex;
|
|
-webkit-flex-wrap: wrap;
|
|
flex-wrap: wrap;
|
|
-webkit-box-align: center;
|
|
-webkit-align-items: center;
|
|
align-items: center;
|
|
}
|
|
.sign-tag.data-v-66738fd0 {
|
|
background-color: #f9f9f9;
|
|
color: #666;
|
|
margin-top: 8rpx;
|
|
padding: 8rpx 16rpx;
|
|
border-radius: 3rpx;
|
|
display: -webkit-box;
|
|
display: -webkit-flex;
|
|
display: flex;
|
|
-webkit-box-pack: justify;
|
|
-webkit-justify-content: space-between;
|
|
justify-content: space-between;
|
|
-webkit-box-align: center;
|
|
-webkit-align-items: center;
|
|
align-items: center;
|
|
font-size: 24rpx;
|
|
}
|
|
.remove-tag.data-v-66738fd0 {
|
|
margin-left: 32rpx;
|
|
font-weight: 700;
|
|
font-size: 28rpx;
|
|
height: 20rpx;
|
|
line-height: 20rpx;
|
|
}
|
|
.uni-icon-arrowright.data-v-66738fd0 {
|
|
color: #777;
|
|
}
|
|
.select-unit.data-v-66738fd0 {
|
|
display: -webkit-box;
|
|
display: -webkit-flex;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-webkit-align-items: center;
|
|
align-items: center;
|
|
-webkit-box-pack: end;
|
|
-webkit-justify-content: flex-end;
|
|
justify-content: flex-end;
|
|
width: 70%;
|
|
}
|
|
.select-unit picker.data-v-66738fd0 {
|
|
width: 90%;
|
|
}
|
|
.pickerMask.data-v-66738fd0 {
|
|
position: fixed;
|
|
z-index: 1000;
|
|
top: 0;
|
|
right: 0;
|
|
left: 0;
|
|
bottom: 0;
|
|
background-color: rgba(0, 0, 0, 0.6);
|
|
}
|
|
.mpvue-picker-content.data-v-66738fd0 {
|
|
position: fixed;
|
|
bottom: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
-webkit-transition: all 0.3s ease;
|
|
transition: all 0.3s ease;
|
|
-webkit-transform: translateY(100%);
|
|
transform: translateY(100%);
|
|
z-index: 3000;
|
|
}
|
|
.mpvue-picker-view-show.data-v-66738fd0 {
|
|
-webkit-transform: translateY(0);
|
|
transform: translateY(0);
|
|
}
|
|
.mpvue-picker__hd.data-v-66738fd0 {
|
|
display: -webkit-box;
|
|
display: -webkit-flex;
|
|
display: flex;
|
|
padding: 9px 15px;
|
|
background-color: #fff;
|
|
position: relative;
|
|
text-align: center;
|
|
font-size: 17px;
|
|
}
|
|
.mpvue-picker__hd.data-v-66738fd0:after {
|
|
content: ' ';
|
|
position: absolute;
|
|
left: 0;
|
|
bottom: 0;
|
|
right: 0;
|
|
height: 1px;
|
|
/* border-bottom: 1px solid #e5e5e5; */
|
|
color: #e5e5e5;
|
|
-webkit-transform-origin: 0 100%;
|
|
transform-origin: 0 100%;
|
|
-webkit-transform: scaleY(0.5);
|
|
transform: scaleY(0.5);
|
|
}
|
|
.mpvue-picker__action.data-v-66738fd0 {
|
|
display: block;
|
|
-webkit-box-flex: 1;
|
|
-webkit-flex: 1;
|
|
flex: 1;
|
|
color: #1aad19;
|
|
}
|
|
.mpvue-picker__action.data-v-66738fd0:first-child {
|
|
text-align: left;
|
|
color: #888;
|
|
}
|
|
.mpvue-picker__action.data-v-66738fd0:last-child {
|
|
text-align: right;
|
|
}
|
|
.picker-item.data-v-66738fd0 {
|
|
text-align: center;
|
|
line-height: 40px;
|
|
font-size: 16px;
|
|
}
|
|
.mpvue-picker-view.data-v-66738fd0 {
|
|
position: relative;
|
|
bottom: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 238px;
|
|
background-color: rgba(255, 255, 255, 1);
|
|
}
|
|
.select-item.nb.data-v-66738fd0 {
|
|
border-bottom: 0;
|
|
}
|
|
|