日照项目的居民端小程序
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.
 
 
 

115 lines
2.0 KiB

@import '../c/conf';
@import '../c/mx';
.m-dist-picker {
.mdp-panel {
@include shield;
> view {
@include fs3;
@include bs3;
position: fixed;
bottom: 0;
left: 0;
width: 100%;
height: 762rpx;
background-color: #fff;
color: $fc1;
.mdp-title {
@include fs4;
position: relative;
text-align: center;
font-weight: normal;
height: 80rpx;
line-height: 80rpx;
border-bottom: 1rpx solid $bdc2;
.i-close {
position: absolute;
box-sizing: border-box;
top: 0;
bottom: 0;
right: 0;
margin: auto 0;
width: 80rpx;
height: 80rpx;
border-radius: 100%;
&::after,
&::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
width: 40rpx;
height: 2rpx;
border-radius: 2rpx;
background-color: #bbb;
transform: rotate(45deg);
}
&::after {
transform: rotate(-45deg);
}
}
}
.mdp-tags {
overflow: hidden;
line-height: 80rpx;
border-bottom: 1rpx solid $bdc2;
view {
display: block;
float: left;
margin-right: 20rpx;
margin-bottom: -1rpx;
padding: 0 16rpx;
border-bottom: 3rpx solid transparent;
&.z-on {
color: $c1;
border-bottom: 3rpx solid $c1;
}
}
}
.mdp-list {
height: 600rpx;
color: $fc2;
overflow: auto;
>view {
view {
@include toe;
display: block;
line-height: 80rpx;
padding: 0 16rpx;
&.z-on {
color: $c1;
&::after {
content: '';
display: inline-block;
position: relative;
top: - 8rpx;
width: 24rpx;
height: 12rpx;
margin-left: 20rpx;
border-left: 3rpx solid $c1;
border-bottom: 3rpx solid $c1;
transform: rotate(-45deg);
}
}
}
}
}
}
}
}