@@ -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;
}
@@ -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{
color: #fff!important;
@@ -77,19 +77,24 @@ export default {
padding: 0 1.875rem;
box-sizing: border-box;
- background: url('~@/assets/img/bar.png') no-repeat center center;
+ /* 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{
@@ -2,7 +2,7 @@
width: 100%;
.layout-con{
- background-color: #6D1C1C;
.logo{
position: fixed;
@@ -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',