瀏覽代碼

feat:更新样式

jinx 3 年之前
父節點
當前提交
565ee97807
共有 2 個文件被更改,包括 8 次插入2 次删除
  1. 7 1
      css/style.css
  2. 1 1
      index.html

+ 7 - 1
css/style.css

@@ -127,7 +127,8 @@ left-panel .threeD-overlay {
 }
 
 .threeD-overlay #left-panel-pois {
-    background: rgba(0, 0, 0, 0.8) !important;
+    /* background: rgba(0, 0, 0, 0.8) !important; */
+    background: #141414 !important;
     border: 1px solid rgba(255, 255, 255, .2);
     border-radius: 32px !important;
 }
@@ -571,6 +572,11 @@ poi-type-list .fa-pencil:before,
     color: #fff;
 }
 
+.cke_contents,
+.cke_reset {
+    color: #333;
+}
+
 .modal-dialog .modal-content .form-group select {
     background: transparent;
     border: 1px solid rgba(255, 255, 255, 0.4);

+ 1 - 1
index.html

@@ -4,7 +4,7 @@
 <head>
     <meta charset="UTF-8">
     <link rel="icon" href="favicon.ico" type="image/x-icon">
-    <title>四维展厅</title>
+    <title>@title</title>
     <style>
         html,
         body {