浏览代码

样式修改完工

shaogen1995 4 年之前
父节点
当前提交
e334605db6

二进制
src/assets/img/4dage-logo.png


二进制
src/assets/img/bg1.png


二进制
src/assets/img/icon2s.png


+ 1 - 1
src/components/nums/index.vue

@@ -23,7 +23,7 @@ export default {
     height: 100px;
     border-radius: 50%;
     background-color: #DDCC92;
-    color: #6D1C1C;
+    color: #0B4362;
     /* background-color: rgba(255, 255, 255, 0.05); */
     position: relative;
   }

+ 2 - 2
src/pages/layout/aside.vue

@@ -98,7 +98,7 @@ export default {
   color: rgba(0, 0, 0, 1);
 }
 .aside-item div:not(:first-child):hover{
-  background-color: #6c1c1c;
+  background-color: #0B4362;
   border-radius: 80px;
   color: #fff;
 }
@@ -118,7 +118,7 @@ export default {
 }
 
 .aside-item .active{
-  background-color: #6c1c1c;
+  background-color: #0B4362;
   border-radius: 80px;
   position: relative;
   color: #fff!important;

+ 10 - 5
src/pages/layout/head.vue

@@ -77,19 +77,24 @@ export default {
   padding: 0 1.875rem;
   box-sizing: border-box;
   color: #fff;
-  background: url('~@/assets/img/bar.png') no-repeat center center;
+  background-color: #0B4362;
+  /* background: url('~@/assets/img/bar.png') no-repeat center center; */
 }
 
 .header-title {
-  color: #b9b47f;
-  font-size: 1.25rem;
+  /* color: #b9b47f; */
+  width: 147px;
+  height: 41px;
+  /* font-size: 1.25rem; */
   text-align: center;
   vertical-align: middle;
 }
 .header-title img{
-  vertical-align: middle;
+  width: 100%;
+  height: 100%;
+  /* vertical-align: middle;
   height: 50px;
-  margin-right: 30px;
+  margin-right: 30px; */
 }
 .header-title span{
   vertical-align: middle;

+ 1 - 1
src/pages/login/style.css

@@ -2,7 +2,7 @@
   width: 100%;
 }
 .layout-con{
-  background-color: #6D1C1C;
+  background-color: #0B4362;
 }
 .logo{
   position: fixed;

+ 8 - 1
src/router/index.js

@@ -140,7 +140,14 @@ export default new Router({
           name: 'device',
           component: Device,
           meta: {index: 10}
-        } ]
+        },
+        // {
+        //   path: '/scene',
+        //   name: 'scene',
+        //   component: Scene,
+        //   meta: {index: 11}
+        // }
+      ]
     },
     {
       path: '/login',

文件差异内容过多而无法显示
+ 1 - 1
theme/index.css