From fb336f319c71291fa09de3e7f67f1ccfab3cb7c8 Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Sat, 23 Sep 2023 15:58:40 +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