优化
This commit is contained in:
@@ -167,6 +167,11 @@
|
||||
.zhuanchang_btn--confirm {
|
||||
color: #3cc7c0;
|
||||
}
|
||||
|
||||
/* 自定义医院搜索框样式 */
|
||||
.van-search__field .van-cell{
|
||||
padding: 10rpx !important;
|
||||
}
|
||||
.van-picker__columns {
|
||||
height: 264px !important;
|
||||
top: 40px !important;
|
||||
@@ -175,6 +180,7 @@
|
||||
top: -270px !important;
|
||||
position: relative !important;
|
||||
}
|
||||
|
||||
.van-picker__confirm{
|
||||
color: #3cc7c0 !important;
|
||||
}
|
||||
@@ -207,4 +213,13 @@
|
||||
}
|
||||
.van-picker__title {
|
||||
font-size: 34rpx !important;
|
||||
}
|
||||
.van-empty{
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
left: 50%;
|
||||
top: 180rpx;
|
||||
transform: translateX(-50%);
|
||||
z-index: 9999999;
|
||||
background: rgb(255, 255, 255);
|
||||
}
|
||||
Reference in New Issue
Block a user