From b20f8b51a1d53125201883371ecfc15fd18a1c3b Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Fri, 11 Jul 2025 15:22:25 +0800
Subject: [PATCH] 换地址
---
src/assets/css/order/index.scss | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/assets/css/order/index.scss b/src/assets/css/order/index.scss
index 0d271ee..2b34977 100644
--- a/src/assets/css/order/index.scss
+++ b/src/assets/css/order/index.scss
@@ -40,7 +40,7 @@
min-width:100px;
height:40px;
line-height: 40px;
- background-color: #1D91FF;
+ background-color: #f7b328;
color:rgb(255, 255, 255);
border-radius: 5px;
outline: none;
@@ -114,7 +114,7 @@
/* 左侧边菜单选中的样式,主色调黄色 */
.menu-active-color{
background-color:#f5f5f5;
- border-left:4px solid #1d91ff;
+ border-left:4px solid #f7b328;
font-weight: 500;
}
.menu-list{
@@ -405,7 +405,7 @@
/*充值(提币)未到账内容块*/
.recharge-question-box{
- border:1px solid #e5e5e5;
+ // border:1px solid #e5e5e5;
padding:15px;
margin:10px 0;
}
@@ -429,7 +429,7 @@
.el-button--primary:hover{
/* background-color:rgb(252, 213, 53) !important;
border-color:rgb(252, 213, 53) !important; */
- background: #1D91FF !important;
+ background: #f7b328 !important;
}
/* tab选项卡颜色 */
.el-tabs__item{
@@ -448,7 +448,7 @@
}
.el-tabs__active-bar{
- background-color:#1d91ff !important;
+ background-color:#f7b328 !important;
}
/* 自定义tab按钮切样样式 */
@@ -471,7 +471,7 @@
}
.tabActive{
- background-color: #1d91ff;
+ background-color: #f7b328;
opacity: 0.8;
color: #fff;
}
--
Gitblit v1.9.3