|
@@ -181,8 +181,8 @@ view{box-sizing: border-box;}
|
|
|
|
|
|
/***** 筛选查询框 *****/
|
|
|
.select-search-row {
|
|
|
- width: 100%;background-color:#f4f6fa;padding: 20rpx 42rpx;box-sizing: border-box;position: relative;
|
|
|
- .select-search-body{display: flex;background-color:#fff;border-radius: 55rpx;}
|
|
|
+ width: 100%;background-color:#f4f6fa;padding: calc(20rpx + var(--status-bar-height)) 42rpx 20rpx;box-sizing: border-box;
|
|
|
+ .select-search-body{display: flex;background-color:#fff;border-radius: 55rpx;position: relative;}
|
|
|
.select-jt-box {width: 130rpx;height: 70rpx;line-height: 70rpx;flex-shrink: 0;
|
|
|
display: flex;align-items: center;justify-content: center;}
|
|
|
.selected-item {font-size: 28rpx;}
|
|
@@ -207,13 +207,13 @@ view{box-sizing: border-box;}
|
|
|
font-size: 28rpx;height: 70rpx;line-height: 70rpx;padding: 0 120rpx 0 10rpx;text-align: left;flex: 1;}
|
|
|
.search-icon {
|
|
|
width: 100rpx;height: 60rpx;line-height: 60rpx;text-align: center;
|
|
|
- position: absolute;right: 52rpx;top: 25rpx;
|
|
|
+ position: absolute;right: 10rpx;top: 5rpx;
|
|
|
background-color: #3fd2a1;
|
|
|
border-radius: 40rpx;
|
|
|
}
|
|
|
}
|
|
|
.search-clear-box{
|
|
|
- width: 100%;height: 80rpx;line-height: 80rpx;display: flex;background-color: #fff;
|
|
|
+ width: 100%;height: 100rpx;line-height: 100rpx;display: flex;background-color: #fff;
|
|
|
align-items: center;justify-content: center;
|
|
|
icon{width: 30rpx;height: 30rpx;@include ezy-no-repeat-cover;
|
|
|
background-image: url("@/static/images/common/clear-icon.svg");}
|