From 60bb69f4cfc33cd0224e856afc2b00f6bc80e4d4 Mon Sep 17 00:00:00 2001
From: husq <931347610@qq.com>
Date: Mon, 25 Sep 2023 14:24:51 +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