From 54849757852f6ab40eb17afbd03d1d839b60a38d Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Mon, 13 Nov 2023 17:09:15 +0800
Subject: [PATCH] 重复定时和连续执行

---
 src/styles/common.scss |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/src/styles/common.scss b/src/styles/common.scss
index 9f2d9a0..309b937 100644
--- a/src/styles/common.scss
+++ b/src/styles/common.scss
@@ -6,6 +6,13 @@
 .dis_opticy{
   opacity: .25;
 }
+.white-color {
+  color: #fff;
+}
+.describe{
+  font-size: 12px;
+  color: hsla(0,0%,100%,.6);
+}
 body {
   background-color: #f7f9fa;
   -webkit-font-smoothing: antialiased;

--
Gitblit v1.9.3