From e812829d83b1fd296b25fbc244f89e9b38f687a9 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期一, 28 九月 2020 09:28:15 +0800
Subject: [PATCH] 2020-09-28

---
 src/menu/stylecontroller/index.scss |   64 +++++++++++++++++++++++++++++++-
 1 files changed, 62 insertions(+), 2 deletions(-)

diff --git a/src/menu/stylecontroller/index.scss b/src/menu/stylecontroller/index.scss
index 6acbf69..3205800 100644
--- a/src/menu/stylecontroller/index.scss
+++ b/src/menu/stylecontroller/index.scss
@@ -1,7 +1,7 @@
-.mob-controller {
+.menu-style-controller {
   width: 100%;
-  height: 100%;
   overflow: hidden;
+
   >.ant-form >.ant-collapse {
     border: 0;
     background: #262E3F;
@@ -77,6 +77,9 @@
                 }
               }
               .ant-radio-group {
+                span {
+                  color: rgba(255, 255, 255, 0.65);
+                }
                 .ant-radio-button-wrapper {
                   background: transparent;
                   color: rgba(255, 255, 255, 0.65);
@@ -144,4 +147,61 @@
   .ant-popover-arrow {
     display: none;
   }
+}
+
+.menu-style-drawer {
+  .ant-drawer-body {
+    height: calc(100vh - 50px);
+    overflow-y: auto;
+  }
+  .ant-drawer-body::-webkit-scrollbar {
+    width: 7px;
+  }
+  .ant-drawer-body::-webkit-scrollbar-thumb {
+    border-radius: 5px;
+    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.13);
+    background: rgba(0, 0, 0, 0.13);
+  }
+  .ant-drawer-body::-webkit-scrollbar-track {
+    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
+    border-radius: 3px;
+    border: 1px solid rgba(0, 0, 0, 0.07);
+    background: rgba(0, 0, 0, 0);
+  }
+  .ant-drawer-wrapper-body {
+    background: #262E3F;
+    .ant-drawer-header {
+      background: #001529;
+      padding: 0px;
+      height: 48px;
+      border-radius: 0;
+      border: 0;
+      .header-logo {
+        width: 180px;
+        line-height: 48px;
+        height: 48px;
+        img {
+          max-width: 100%;
+          max-height: 100%;
+        }
+      }
+      .ant-drawer-close {
+        height: 48px;
+        width: 48px;
+        line-height: 48px;
+        color: rgba(255, 255, 255, 0.65);
+      }
+    }
+  }
+  .ant-drawer-body {
+    padding: 0;
+    .color-sketch-block {
+      .color-sketch-block-inner {
+        box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
+      }
+      .color-sketch-value {
+        color: rgba(255, 255, 255, 0.65);
+      }
+    }
+  }
 }
\ No newline at end of file

--
Gitblit v1.8.0