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.
 

222 lines
3.3 KiB

.region_picker {
width: 100vw;
height: 100vh;
position: fixed;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.5);
z-index: 999;
}
.box {
width: 100%;
position: absolute;
border-radius: 10px 10px 0px 0px;
height: 50vh;
bottom: 0;
left: 0;
box-sizing: border-box;
background: white;
}
.header {
width: 100%;
height: 90rpx;
display: flex;
align-items: center;
justify-content: center;
font-weight: bold;
font-size: 28rpx;
color: #333333;
}
.middle_tag {
width: 100%;
height: 120rpx;
display: flex;
align-items: center;
box-sizing: border-box;
padding: 0 30rpx;
}
.middle_tag view {
width: calc((100%/3) - 42rpx);
padding: 10rpx 0;
color: #666666;
position: relative;
border: 1px solid #E6E6E6;
border-radius: 12rpx;
font-size: 28rpx;
text-align: center;
margin-left: 26rpx;
}
.middle_tag view image {
width: 38rpx;
height: 38rpx;
position: absolute;
top: -19rpx;
right: -19rpx;
}
.handle{
width: 100%;
height: 94rpx;
display: flex;
align-items: center;
justify-content: space-between;
box-sizing: border-box;
font-size: 28rpx;
border-top: 2rpx solid #E6E6E6;
}
.handle text{
padding: 10rpx 30rpx;
}
.handle text:nth-child(1){
color: #666666;
}
.handle text:nth-child(2){
color: #1B64F8;
}
.footer {
width: 100%;
height:calc(50vh - 90rpx);
display: flex;
border-top: 2rpx solid #E6E6E6;
position: absolute;
bottom: 0;
left: 0;
}
.footer scroll-view {
flex: 1;
height: 100%;
}
.footer scroll-view text{
position: relative;
}
/*
.footer scroll-view:nth-of-type(1) {
} */
.footer scroll-view:nth-of-type(2){
background: #FBFBFB;
flex: 1;
display: flex;
align-items: center;
flex-direction: column;
}
.footer scroll-view:nth-of-type(2) view {
display: flex;
align-items: center;
justify-content: space-between;
}
.footer scroll-view:nth-of-type(3) view {
display: flex;
align-items: center;
justify-content: space-between;
}
.footer scroll-view view{
flex-shrink: 0;
width: 100%;
height: 100rpx;
line-height: 100rpx;
border-left: solid 4rpx transparent;
box-sizing: border-box;
padding: 0 30rpx;
}
.footer scroll-view image{
width: 26rpx;
height: 18rpx;
}
.footer scroll-view .province_active{
color: #3476FE;
border-left: solid 4rpx #3476FE;
}
.footer scroll-view .city_active{
color: #3476FE;
}
.active_dot::after{
content: '';
display: inline-block;
width: 12rpx;
height: 12rpx;
border-radius: 50%;
background: #F63315;
position: absolute;
top: -4rpx;
right: -16rpx;
}
.odd_box{
width: 100%;
height: 618rpx;
position: absolute;
border-radius: 10px 10px 0px 0px;
bottom: 0;
left: 0;
box-sizing: border-box;
background: white;
}
.odd_box_header{
width: 100%;
height: 94rpx;
display: flex;
align-items: center;
justify-content: space-between;
box-sizing: border-box;
font-size: 28rpx;
}
.odd_box_header text{
padding: 10rpx 30rpx;
}
.odd_box_header text:nth-child(1){
color: #666666;
}
.odd_box_header text:nth-child(2){
color: #1B64F8;
}
.odd_container{
width: 100%;
height: 500rpx;
box-sizing: border-box;
padding: 0 28rpx;
}
.odd_container view{
height: 100rpx;
line-height: 100rpx;
text-align: center;
}
.odd_indicator_class{
height: 86rpx;
border-top: 2rpx solid #E6E6E6;
border-bottom: 2rpx solid #E6E6E6;
}