From 49b44937d189694347ee38da47788466bf0ee871 Mon Sep 17 00:00:00 2001 From: zhouhefeng Date: Tue, 26 May 2026 16:39:47 +0800 Subject: [PATCH] commit --- .../static/assets/mobile/css/theme.css | 20 +++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/src/main/resources/static/assets/mobile/css/theme.css b/src/main/resources/static/assets/mobile/css/theme.css index 296c88d..05b9e85 100644 --- a/src/main/resources/static/assets/mobile/css/theme.css +++ b/src/main/resources/static/assets/mobile/css/theme.css @@ -1,14 +1,14 @@ .van-pagination__item--active { - background-color: #1867b0; + background-color: #004e64; color: #FFFFFF !important; } .van-pagination__item:active { - background-color: #1867b0 !important; + background-color: #004e64 !important; } .van-pagination__item { - color: #1867b0; + color: #004e64; } .van-dropdown-menu__bar { @@ -24,7 +24,7 @@ /*}*/ .van-dropdown-menu__title--active, .van-dropdown-item__option--active, .van-dropdown-item__option--active .van-dropdown-item__icon { - color: #1867b0; + color: #004e64 !important; } .van-tabs { @@ -32,15 +32,19 @@ } .van-tabs__line { - background-color: #1867b0; + background-color: #004e64 !important; +} + +.van-tab--active { + color: #004e64 !important; } .font-theme-color { - color: #1867b0; + color: #004e64; } .van-nav-bar { - /*background-color: #1867b0;*/ + /*background-color: #004e64;*/ background-color: #FFFFFF; z-index: 11; } @@ -158,7 +162,7 @@ } .van-sidebar-item--select::before { - background-color: #1867b0; + background-color: #004e64; left: 5px; }