Jelajahi Sumber

feat:改变css引入路径

jinx 3 tahun lalu
induk
melakukan
47633990ed
2 mengubah file dengan 11 tambahan dan 5 penghapusan
  1. 7 1
      css/style.css
  2. 4 4
      index.html

+ 7 - 1
css/style.css

@@ -687,7 +687,13 @@ hr {
 input {
     background: transparent !important;
     border: 1px solid rgba(255, 255, 255, 0.4) !important;
-    color: #fff !important;
+    /* color: #fff !important; */
+}
+
+.cke_dialog_container input {
+    background: transparent !important;
+    border: 1px solid #bcbcbc !important;
+    /* color: #fff !important; */
 }
 
 .ui-widget-content {

+ 4 - 4
index.html

@@ -17,16 +17,16 @@
             overflow: hidden;
         }
     </style>
-    <link rel="stylesheet" href="https://laser.4dkankan.com/public/css/element.css">
-    <link rel="stylesheet" href="https://laser.4dkankan.com/public/css/style.css">
+    <link rel="stylesheet" href="./css/element.css">
+    <link rel="stylesheet" href="./css/style.css">
 </head>
 <script type="text/javascript">
     const ossPrefix = 'https://laser.4dkankan.com/data/';
     const ossPrefixDep = 'https://laser.4dkankan.com/public/';
     const sceneNum = '@replace';
-    //const sceneNum = 't-vZkqRV8';
+    // const sceneNum = 't-vZkqRV8';
     // const sceneNum = 't-iksBApb';
-	//const sceneNum = 't-2XuBP3o';
+    //const sceneNum = 't-2XuBP3o';
 </script>
 <script src="https://laser.4dkankan.com/public/bus/bus.js"></script>
 <script src="https://laser.4dkankan.com/public/main.js?v=21"></script>