Files
2026-09-08 19:49:21 +08:00

191 lines
3.1 KiB
CSS
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
.van-pagination__item--active {
background-color: #1867b0;
color: #FFFFFF !important;
}
.van-pagination__item:active {
background-color: #1867b0 !important;
}
.van-pagination__item {
color: #1867b0;
}
.van-dropdown-menu__bar {
border-top: 1px solid #f8f8f8;
border-bottom: 1px solid #f8f8f8;
box-shadow: none;
overflow-x: auto;
}
/*.van-dropdown-menu__bar > .van-dropdown-menu__item:not(:last-child) {*/
/* border-right: 1px solid #f0f0f0;*/
/*}*/
.van-dropdown-menu__title--active, .van-dropdown-item__option--active, .van-dropdown-item__option--active .van-dropdown-item__icon {
color: #1867b0;
}
.van-tabs {
z-index: 1;
}
.van-tabs__line {
background-color: #1867b0;
}
.font-theme-color {
color: #1867b0;
}
.van-nav-bar {
/*background-color: #1867b0;*/
background-color: #FFFFFF;
z-index: 11;
}
.van-nav-bar .van-nav-bar__left > .van-icon-arrow-left {
/*color: #FFFFFF;*/
color: #000;
}
.van-nav-bar .van-nav-bar__title {
/*color: #FFFFFF;*/
color: #000;
}
.van-dropdown-menu__title {
font-size: 14px;
}
.layui-table th, .layui-table td {
text-align: center !important;
}
.layui-table-fixed {
z-index: 9 !important;
}
.search-fixed {
position: fixed;
top: 46px;
left: 0;
width: 100%;
z-index: 1;
box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
}
.van-empty {
background-color: #FFFFFF;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
width: 100%;
height: 100%;
z-index: 0;
}
.van-dropdown-item__content {
border-bottom-right-radius: 15px;
border-bottom-left-radius: 15px;
}
.van-dropdown-menu__bar {
}
.van-dropdown-menu__item {
flex: unset;
flex-shrink: 0;
}
.van-dropdown-menu__title {
padding: 0 25px;
}
.list-card {
margin-bottom: 20px;
}
.list-card .van-cell {
padding: 8px 16px;
}
.list-card .van-cell__title {
flex: 1;
color: #969799;
/*font-weight: 500;*/
}
.list-card .van-cell__title:after {
content: '';
margin-left: 2px;
}
.list-card .van-cell__value {
text-align: left;
flex: 2.5;
color: #323233;
/*font-weight: 500;*/
}
.van-cell-group__title {
padding: 5px 0 5px 16px;
}
.van-calendar__confirm {
height: 45px;
}
.van-index-bar__sidebar {
top: -webkit-calc(20% + 20px);
top: calc(20% + 20px);
height: -webkit-calc(80% - 100px);
height: calc(80% - 100px);
-webkit-transform: unset;
-ms-transform: unset;
transform: unset;
}
.van-index-bar__index {
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
font-weight: 500;
font-size: 14px;
}
.van-sidebar-item {
margin: 0 !important;
padding: 10px 12px !important;
}
.van-sidebar-item--select::before {
background-color: rgb(0, 78, 100);
left: 5px;
}
.van-sidebar-item--select {
text-indent: 5px;
}
.van-button--info {
background-color: rgb(0, 78, 100);
border: 1px solid rgb(0, 78, 100);
}
.van-tag--primary {
background-color: rgb(0, 78, 100);
}
.van-radio__icon--checked .van-icon {
background-color: rgb(0, 78, 100);
border-color: rgb(0, 78, 100);
}