Browse Source

新主题,先不要发版

ZaiZai 1 year ago
parent
commit
3cc36bee74
1 changed files with 23 additions and 14 deletions
  1. 23 14
      src/styles/theme/using/query.scss

+ 23 - 14
src/styles/theme/using/query.scss

@@ -1,18 +1,5 @@
 html.dark {
     .hc-using-query-page {
-        .el-card.hc-card-box {
-            border: 0;
-            box-shadow: none;
-            --el-card-padding: 24px 0;
-            --el-card-border-radius: 0;
-            .hc-query-content-header-box {
-                border-color: var(--el-color-primary);
-            }
-            .flex_box {
-                width: 100%;
-                color: white;
-            }
-        }
         .hc-query-input-box .hc-icon-mic {
             color: var(--hc-text-color);
             &:hover {
@@ -26,10 +13,32 @@ html.dark {
             &.gui.is-mac {
                 background: #0A1450;
             }
+            .el-card.hc-new-card-box {
+                background: transparent;
+            }
+            .el-card.hc-new-card-box .hc-card-header-box {
+                border-bottom: 1px dashed var(--el-color-primary);
+            }
+            .el-card.hc-tab-card-box .tab-card-header-tabs .item {
+                color: #838791;
+                background: transparent;
+                border: 1px dashed var(--el-color-primary);
+            }
+            .el-card.hc-tab-card-box .tab-card-header-tabs .item.cur {
+                color: #fff;
+                background: var(--el-color-primary);
+                border-color: var(--el-color-primary);
+                transition: .1s;
+            }
+            .el-card.hc-tab-card-box .tab-card-header-tabs .item.cur:after {
+                background: var(--el-color-primary);
+                height: 4px;
+                bottom: -3px;
+            }
             .hc-card-item-box {
                 color: white;
                 padding: 12px;
-                background: transparent;
+                background: transparent !important;
                 border: 1px solid var(--el-color-primary);
                 .header,.body.num-text {
                     color: var(--hc-text-color);