|
@@ -201,51 +201,51 @@
|
|
|
.toolbar-cancel{
|
|
|
color: var(--picker-cancel-action-color);
|
|
|
line-height: 44px;
|
|
|
- padding: 0 14rpx
|
|
|
+ padding: 0 7px
|
|
|
}
|
|
|
.toolbar-confirm{
|
|
|
color: var(--picker-confirm-action-color);
|
|
|
line-height: 44px;
|
|
|
- padding: 0 14rpx
|
|
|
+ padding: 0 7px
|
|
|
}
|
|
|
}
|
|
|
.areaListOpen{
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
align-items: center;
|
|
|
- height: 56rpx;
|
|
|
- margin: 20rpx 40rpx ;
|
|
|
+ height: 28px;
|
|
|
+ margin: 10px 20px ;
|
|
|
overflow: hidden;
|
|
|
text{
|
|
|
- margin-right: 20rpx;
|
|
|
+ margin-right: 10px;
|
|
|
font-weight: 400;
|
|
|
- font-size: 32rpx;
|
|
|
+ font-size: 16px;
|
|
|
color: #000000;
|
|
|
- line-height: 44rpx;
|
|
|
+ line-height: 22px;
|
|
|
white-space: nowrap;
|
|
|
overflow: hidden;
|
|
|
text-overflow: ellipsis;
|
|
|
}
|
|
|
image{
|
|
|
flex-shrink: 0;
|
|
|
- width: 32rpx;
|
|
|
- height: 32rpx;
|
|
|
+ width: 16px;
|
|
|
+ height: 16px;
|
|
|
}
|
|
|
}
|
|
|
.searchList {
|
|
|
.icon-search {
|
|
|
- width: 32rpx;
|
|
|
- height: 32rpx;
|
|
|
+ width: 16px;
|
|
|
+ height: 16px;
|
|
|
margin: auto 10rpx auto auto;
|
|
|
}
|
|
|
|
|
|
.van-search {
|
|
|
- margin: 26rpx !important;
|
|
|
+ margin: 13px !important;
|
|
|
padding: 0 !important;
|
|
|
- height: 72rpx !important;
|
|
|
+ height: 36px !important;
|
|
|
background: #F6F6F6 !important;
|
|
|
- border-radius: 35rpx !important;
|
|
|
- border: 1rpx solid #FFFFFF !important;
|
|
|
+ border-radius: 18px !important;
|
|
|
+ border: 1px solid #FFFFFF !important;
|
|
|
}
|
|
|
|
|
|
.van-search__content {
|
|
@@ -254,41 +254,41 @@
|
|
|
}
|
|
|
|
|
|
.van-cell {
|
|
|
- font-size: 26rpx !important;
|
|
|
+ font-size: 13px !important;
|
|
|
}
|
|
|
|
|
|
.searchBtn {
|
|
|
- width: 112rpx;
|
|
|
- line-height: 54rpx !important;
|
|
|
+ width: 56px;
|
|
|
+ line-height: 27px !important;
|
|
|
padding: 0 !important;
|
|
|
text-align: center;
|
|
|
background-color: #000000;
|
|
|
font-weight: 500;
|
|
|
- font-size: 28rpx;
|
|
|
+ font-size: 14px;
|
|
|
color: #FFFFFF;
|
|
|
border-radius: 35rpx;
|
|
|
- margin-right: 8rpx;
|
|
|
+ margin-right: 4px;
|
|
|
}
|
|
|
}
|
|
|
.empty-box{
|
|
|
width: 100%;
|
|
|
- height: 528rpx;
|
|
|
+ height: 264px;
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
|
image {
|
|
|
- width: 225rpx;
|
|
|
- height: 150rpx;
|
|
|
+ width: 112.5px;
|
|
|
+ height: 75px;
|
|
|
}
|
|
|
|
|
|
.empty-text {
|
|
|
font-weight: 400;
|
|
|
- font-size: 28rpx;
|
|
|
+ font-size: 14px;
|
|
|
color: #AAAAAA;
|
|
|
- line-height: 40rpx;
|
|
|
+ line-height: 20px;
|
|
|
text-align: center;
|
|
|
- padding-top: -24rpx;
|
|
|
+ padding-top: -12px;
|
|
|
}
|
|
|
}
|
|
|
}
|