170 lines
2.5 KiB
SCSS
170 lines
2.5 KiB
SCSS
page {
|
|
position: relative;
|
|
}
|
|
|
|
.container {
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
.picker {
|
|
padding: 30rpx 30rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.exit {
|
|
height: 100rpx;
|
|
line-height: 40px;
|
|
border-bottom: solid 0.5px #ebebf7;
|
|
box-sizing: border-box;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
|
|
.exitItem {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.iconoscope {
|
|
z-index: 9999;
|
|
width: 8px;
|
|
height: 8px;
|
|
display: inline-block;
|
|
border: solid 2px #c2c2c2;
|
|
margin-left: 10px;
|
|
transform: rotate(45deg);
|
|
border-bottom: white;
|
|
border-left: white;
|
|
}
|
|
}
|
|
|
|
.sigh_btns {
|
|
transform: rotate(-90deg);
|
|
transform-origin: center
|
|
}
|
|
|
|
.sigh_btns_noRotate {}
|
|
|
|
.input_box {
|
|
width: 638rpx;
|
|
background: #f8f9fa;
|
|
border-radius: 16rpx;
|
|
padding: 20rpx 32rpx;
|
|
display: flex;
|
|
margin-bottom: 24rpx;
|
|
display: flex;
|
|
align-items: center
|
|
}
|
|
|
|
.input_lable {
|
|
width: 180rpx;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
font-weight: bold;
|
|
font-size: 28rpx;
|
|
color: #101010;
|
|
line-height: 40rpx;
|
|
font-style: normal;
|
|
}
|
|
|
|
.input_width {
|
|
width: 400rpx;
|
|
height: 40rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.uiwu-flex-align {
|
|
align-items: center;
|
|
}
|
|
|
|
.uiwu-flex {
|
|
display: flex;
|
|
}
|
|
|
|
.uiwu-flex-space {
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.uiwu-picker-search {
|
|
position: absolute;
|
|
height: 1031rpx;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
background: url('../../../assets/images/popuptiobg.png') no-repeat 0 0 #fff;
|
|
background-size: 100% auto;
|
|
border-radius: 30rpx 30rpx 0 0;
|
|
|
|
&-btn {
|
|
padding: 20rpx 30rpx 40rpx;
|
|
|
|
text {
|
|
&:nth-child(1) {
|
|
color: #999;
|
|
}
|
|
|
|
&:nth-child(2) {
|
|
color: rgb(73, 143, 242);
|
|
}
|
|
}
|
|
}
|
|
|
|
&-input {
|
|
box-sizing: border-box;
|
|
height: 80rpx;
|
|
background: rgba(#f3f6fd, 0.6);
|
|
border-radius: 16rpx;
|
|
margin: 0 30rpx;
|
|
padding-left: 24rpx;
|
|
padding-right: 10rpx;
|
|
|
|
input {
|
|
font-size: 28rpx;
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
.scroll-view {
|
|
width: 100%;
|
|
height: 800rpx;
|
|
margin-top: 30rpx;
|
|
}
|
|
|
|
.radio-group {
|
|
padding: 0 50rpx 30rpx;
|
|
overflow-y: scroll;
|
|
|
|
&-item {
|
|
margin-bottom: 20rpx;
|
|
|
|
text {
|
|
font-size: 28rpx;
|
|
color: #666;
|
|
}
|
|
|
|
radio {
|
|
transform: scale(0.8);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.searchButton {
|
|
height: 60rpx;
|
|
width: 200rpx;
|
|
border-radius: 10rpx;
|
|
line-height: 60rpx;
|
|
text-align: center;
|
|
color: #fff;
|
|
background-color: rgb(73, 143, 242);
|
|
}
|