This commit is contained in:
haomingming
2023-03-28 20:52:22 +08:00
parent 69df3bf6b3
commit 5ba50e4e61
58 changed files with 1122 additions and 347 deletions
+15
View File
@@ -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);
}