tanxue пре 4 година
родитељ
комит
a3f127bd93

+ 4 - 4
assets/scss/cus-client/cus-client-common.scss

@@ -174,7 +174,7 @@ h1,h2,h3,h4,h5,h6,p{font-weight:normal;margin: 0;}
   .head-left{
     display: flex;
     //头部图标
-    >a{width: 164px;height:70px;display: inline-block;background-image: url("~static/images/client/component/nav-logo.png");background-repeat: no-repeat;background-position: center;background-size: cover;margin-top: 5px;margin-right: 40px;}
+    >a{width: 200px;height:79px;display: inline-block;background-image: url("~static/images/client/component/nav-logo.jpg");background-repeat: no-repeat;background-position: center;background-size: cover;margin-right: 40px;}
   }
 
   //头部右侧区域
@@ -186,14 +186,14 @@ h1,h2,h3,h4,h5,h6,p{font-weight:normal;margin: 0;}
       .system-box{width: 130px;height: 60px;position: absolute;top: 20px;}
       .system-box{
          div{
-          display: none;min-width:240px;position: absolute;background: #fff;border: 1px solid #b5b5b5;border-radius: 4px;padding: 10px 8px;left: 0;top:57px;transition: 5s;
+          display: none;min-width:260px;height:120px;position: absolute;background: #fff;border: 1px solid #b5b5b5;border-radius: 4px;padding: 10px 8px;left: 0;top:57px;transition: 5s;
           a{
             display: inline-block;
             i{width: 110px;height: 84px;display: block;background-size: cover;}
           }
           a:nth-child(1){i{background-image:url("~static/images/client/exam/product-function-icon3.png");} }
           a:nth-child(3){i{background-image:url("~static/images/client/train/product-function-icon6.png");} }
-          span{width: 1px;height: auto;background:#e8e8e8;@include setFontStyle(-4);margin: 10px;}
+          span{width: 1px;min-height: 88px;display:inline-block;background:#e8e8e8;@include setFontStyle(-4);margin: 10px;}
           p{@include setFontStyle(-4);color: rgba(0,0,0,0.85);line-height: 24px;text-align: center;}
         }
         // 伪类气泡箭头
@@ -221,7 +221,7 @@ h1,h2,h3,h4,h5,h6,p{font-weight:normal;margin: 0;}
       }
     .system-box:hover{
       >div{
-        display: flex;
+        display: block;
       }
     }
   }

BIN
static/images/client/component/nav-logo.jpg


BIN
static/images/client/component/nav-logo.png