50 lines
924 B
Plaintext
50 lines
924 B
Plaintext
.t-cell__note,.t-class-note,.note{
|
|
font-size: 30rpx !important;
|
|
}
|
|
.t-tabs__item--active{
|
|
color: #49B9AD !important;
|
|
}
|
|
.t-tabs__track{
|
|
background-color: #49B9AD !important;
|
|
}
|
|
.t-icon-check{
|
|
color: #49B9AD !important;
|
|
}
|
|
.zhuanchang_btn--confirm {
|
|
color: #3cc7c0;
|
|
}
|
|
.van-picker__cancel{
|
|
font-size: 32rpx !important;
|
|
}
|
|
.van-picker__confirm{
|
|
color: #3cc7c0 !important;
|
|
font-size: 32rpx !important;
|
|
}
|
|
.van-picker__title {
|
|
font-size: 34rpx !important;
|
|
}
|
|
.van-cell {
|
|
padding: 32rpx !important;
|
|
}
|
|
|
|
/* 自定义医院搜索框样式 */
|
|
.van-search__field .van-cell{
|
|
padding: 10rpx !important;
|
|
}
|
|
.van-picker__columns {
|
|
height: 264px !important;
|
|
top: 40px !important;
|
|
}
|
|
.van-search {
|
|
top: -270px !important;
|
|
position: relative !important;
|
|
}
|
|
.van-empty{
|
|
position: absolute;
|
|
width: 100%;
|
|
left: 50%;
|
|
top: 180rpx;
|
|
transform: translateX(-50%);
|
|
z-index: 9999999;
|
|
background: rgb(255, 255, 255);
|
|
} |