呼叫管理

This commit is contained in:
2024-04-22 14:09:42 +08:00
parent f09e688c1f
commit 915e468d26
3 changed files with 224 additions and 102 deletions

View File

@@ -250,7 +250,7 @@ uni-button:after {
height 52rpx
_font(26rpx,52rpx,#666,,center)
background-color #e5e5e5
border-radius 26rpx
border-radius 10rpx
.item-font-7
_font(24rpx,52rpx,#666,,center)
.isChecked
@@ -532,7 +532,7 @@ uni-button[disabled]:not([type]), uni-button[disabled][type=default] {
// transform scale(0)
.pop_point_content
position relative
margin-top 40rpx
margin 40rpx auto
padding 20rpx
background-color #fff
border-radius 10rpx
@@ -544,4 +544,25 @@ uni-button[disabled]:not([type]), uni-button[disabled][type=default] {
width: 0;
height: 0;
border: 20rpx solid;
border-color: transparent transparent #fff transparent
border-color: transparent transparent #fff transparent
.pop_point_content_up
top -270rpx
&::after
border-color: #fff transparent transparent transparent
top auto
bottom -36rpx
.filter_select_wraper
position absolute
top 100%
z-index 3
width 100%
background-color: #FFFFFF;
border: 1px solid #EBEEF5;
border-radius: 6px;
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
padding 10rpx 22rpx
.filter_select_item
line-height: 80rpx
height: 80rpx
font-size: 28rpx
color: #606266