|
|
@@ -205,20 +205,20 @@
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
height: 44px;
|
|
|
- margin: 0 26rpx;
|
|
|
- border-bottom: 2rpx solid #F2F2F2;
|
|
|
+ margin: 0 13px;
|
|
|
+ border-bottom: 1px solid #F2F2F2;
|
|
|
font-size: var(--picker-option-font-size);
|
|
|
|
|
|
.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
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@@ -226,16 +226,16 @@
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
align-items: center;
|
|
|
- height: 56rpx;
|
|
|
- margin: 20rpx 40rpx;
|
|
|
+ height: 18px;
|
|
|
+ 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;
|
|
|
@@ -243,25 +243,25 @@
|
|
|
|
|
|
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 {
|
|
|
@@ -270,44 +270,44 @@
|
|
|
}
|
|
|
|
|
|
.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: url('https://oss.dayaedu.com/ktyq/1739695178829.png') no-repeat;
|
|
|
background-size: 100% 100%;
|
|
|
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: 216rpx;
|
|
|
- height: 150rpx;
|
|
|
+ width: 108px;
|
|
|
+ height: 75px;
|
|
|
}
|
|
|
|
|
|
.empty-text {
|
|
|
font-weight: 400;
|
|
|
- font-size: 28rpx;
|
|
|
+ font-size: 14px;
|
|
|
color: #AAAAAA;
|
|
|
- line-height: 40rpx;
|
|
|
+ line-height: 20px;
|
|
|
text-align: center;
|
|
|
- margin-top: -24rpx;
|
|
|
+ margin-top: -12px;
|
|
|
}
|
|
|
}
|
|
|
}
|