From e23a1db0b60437f17d09d65c65f8fd0c8a5d88c7 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期一, 26 八月 2024 18:11:07 +0800
Subject: [PATCH] 最新版本
---
admin/src/assets/style/style.scss | 38 ++++++++++++++++++++++++++++++++++----
1 files changed, 34 insertions(+), 4 deletions(-)
diff --git a/admin/src/assets/style/style.scss b/admin/src/assets/style/style.scss
index d281a72..52c0841 100644
--- a/admin/src/assets/style/style.scss
+++ b/admin/src/assets/style/style.scss
@@ -1,4 +1,5 @@
@import "variables.scss";
+@import "./element-variables.scss";
// 鏍峰紡閲嶇疆
html {
height: 100%;
@@ -113,10 +114,20 @@
font-weight: bold;
}
}
+.status-blue{
+ color: #3C77DA;
+}
+.status-green{
+ color:green;
+}
+.status-red{
+ color:red;
+}
.tip-warn {
- margin: 4px 0 12px 0;
+ margin: 4px 0 25px 0;
font-size: 12px;
color: #999;
+ line-height: 25px;
i {
color: orange;
margin-right: 4px;
@@ -130,6 +141,10 @@
background-color: #fff;
padding: 30px;
margin: 0 16px;
+}
+.query_btns{
+ border-bottom: 1px solid #eee;
+ padding-bottom: 10px;
}
/** 鍩虹閫氱敤 **/
// 澶у皬 澶栬竟璺�
@@ -146,7 +161,7 @@
width: 200px !important;
}
.w300{
- width: 300px;
+ width: 300px !important;
}
.w400{
width: 400px !important;
@@ -213,15 +228,30 @@
.red{
color: red !important;
}
+.green{
+ color: #00BA67;
+}
+.primaryColor{
+ color: $primary-color !important;
+}
+.placeholder9{
+ color: #999999;
+}
+.placeholder6{
+ color: #666666;
+}
+.pointer{
+ cursor: pointer;
+}
.table_btns{
border-bottom: 1px solid #eee;
padding-bottom: 10px;
}
.ml20 {
- margin-left: 20px;
+ margin-left: 20px !important;
}
.mt30 {
- margin-top: 30px;
+ margin-top: 30px !important;
}
.mr30 {
--
Gitblit v1.9.3