Browse Source

新主题,先不要发版

ZaiZai 1 year ago
parent
commit
06a6c3252e
2 changed files with 24 additions and 27 deletions
  1. 24 0
      src/styles/page/using/query.scss
  2. 0 27
      src/views/using/query.vue

+ 24 - 0
src/styles/page/using/query.scss

@@ -17,7 +17,13 @@
             justify-content: space-between;
             width: 100%;
             flex-shrink: 0;
+            .hc-tag-box {
+                position: relative;
+                width: calc(100% - 40px);
+                overflow: hidden;
+            }
             .scrollbar-content {
+                white-space: nowrap;
                 padding: 0;
             }
         }
@@ -313,6 +319,14 @@
             }
         }
     }
+    .hc-preloaded-video {
+        position: absolute;
+        bottom: 10px;
+        z-index: -222;
+        width: 200px;
+        left: 10px;
+        opacity: 0;
+    }
 }
 
 
@@ -687,3 +701,13 @@
 }
 
 
+
+.col_tree{
+    font-size: 16px;
+}
+
+.flex_box{
+    display: flex;
+    justify-content: center;
+    align-items: center;
+}

+ 0 - 27
src/views/using/query.vue

@@ -1549,32 +1549,5 @@ const mediaMicChange = (data) => {
 
 <style lang="scss">
 @import '~style/using/query.scss';
-.col_tree{
-    font-size: 16px;
-}
-.hc-tag-box {
-    position: relative;
-    width: calc(100% - 40px);
-    overflow: hidden;
-}
-.scrollbar-content {
-    white-space: nowrap;
-    padding: 10px;
-}
-.flex_box{
-    display: flex;
-    justify-content: center;
-    align-items: center;
-}
-
 @import '~src/styles/theme/using/query.scss';
-
-.hc-preloaded-video {
-    position: absolute;
-    bottom: 10px;
-    z-index: -222;
-    width: 200px;
-    left: 10px;
-    opacity: 0;
-}
 </style>