|
@@ -733,6 +733,7 @@ html,body{
|
|
|
}
|
|
|
&.on{
|
|
|
background-color: $smp--color-white;
|
|
|
+ background-image: url('~@/assets/img/nav/menu-btn-bg.jpg');
|
|
|
span{
|
|
|
color:$smp--color-blue;
|
|
|
}
|
|
@@ -745,6 +746,9 @@ html,body{
|
|
|
width:120px;
|
|
|
height:80px;
|
|
|
}
|
|
|
+ .nbmw-open .nbm-item.on{
|
|
|
+ background-image: none;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
/* smp navbar-news
|
|
@@ -790,6 +794,7 @@ html,body{
|
|
|
padding:0 10px;
|
|
|
position:relative;
|
|
|
z-index:101;
|
|
|
+ cursor: pointer;
|
|
|
.nu-main{
|
|
|
display: flex;
|
|
|
height:40px;
|
|
@@ -944,6 +949,15 @@ html,body{
|
|
|
color:$smp--color-white;
|
|
|
}
|
|
|
}
|
|
|
+ .el-menu-item:hover{
|
|
|
+ background-color:$smp--color-blue ;
|
|
|
+ .smpsbm-point{
|
|
|
+ color:$smp--color-white;
|
|
|
+ }
|
|
|
+ .smpsbm-name{
|
|
|
+ color:$smp--color-white;
|
|
|
+ }
|
|
|
+ }
|
|
|
.el-submenu.is-opened{
|
|
|
background-color: $smp--color-gray_f5;
|
|
|
.el-menu--inline{
|
|
@@ -1545,4 +1559,24 @@ html,body{
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
}
|
|
|
+}
|
|
|
+
|
|
|
+// 无地址对应页面
|
|
|
+.main-no-url-page{
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
+ background-color: #f8f8f8;
|
|
|
+ width:100%;
|
|
|
+ height: 100%;
|
|
|
+ font-size:40px;
|
|
|
+ background-image: url('~@/assets/img/common/nopage-bg.png');
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-position: center center;
|
|
|
+ background-size: 500px 500px;
|
|
|
+}
|
|
|
+
|
|
|
+// 主导航菜单下无子菜单,左侧隐藏
|
|
|
+.aui-wrapper.all-main-wraper .smp_main-r.main-no-left{
|
|
|
+ padding-left:10px;
|
|
|
}
|