|
@@ -179,11 +179,51 @@ h1,h2,h3,h4,h5,h6,p{font-weight:normal;margin: 0;}
|
|
|
|
|
|
//头部右侧区域
|
|
|
.head-right{
|
|
|
- line-height: 80px;
|
|
|
- a{width: 130px;height: 40px;line-height: 40px;@include setFontStyle(-4);border-radius: 4px;display: inline-block;border: 1px solid #0366cd;color:#0064cc;box-sizing: border-box;margin-right:10px;text-align: center;}
|
|
|
- a.right-tel-btn{width:auto;color: #fff;background: #3e7ce7;border: 1px solid #3e7ce7;padding: 0 8px;margin-right: 0;}
|
|
|
- a:hover{cursor: pointer;}
|
|
|
- i{width: 24px;height: 24px;display:inline-block;background-image: url("~static/images/client/component/nav-phone.png");margin-right: 4px;vertical-align: middle;}
|
|
|
+ line-height: 80px;position: relative;
|
|
|
+ >a{height: 40px;line-height: 40px;@include setFontStyle(-4);padding: 0 30px;border-radius: 4px;display: inline-block;border: 1px solid #0366cd;color:#0064cc;box-sizing: border-box;text-align: center;}
|
|
|
+ >a.right-tel-btn{width: 130px;color: #fff;background: #3e7ce7;border: 1px solid #3e7ce7;padding: 0 8px;margin-right:10px;position: relative;}
|
|
|
+ >a:hover{cursor: pointer;}
|
|
|
+ .system-box{width: 130px;height: 60px;position: absolute;top: 20px;}
|
|
|
+ .system-box{
|
|
|
+ div{
|
|
|
+ display: none;position: absolute;background: #fff;border: 1px solid #b5b5b5;border-radius: 4px;padding: 10px 8px;left: 0;top:57px;transition: 3s;
|
|
|
+ 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;}
|
|
|
+ p{@include setFontStyle(-4);color: rgba(0,0,0,0.85);line-height: 24px;text-align: center;}
|
|
|
+ }
|
|
|
+ /* >div:after,>div:before {
|
|
|
+ width: 0;
|
|
|
+ height: 0;
|
|
|
+ font-size: 0;
|
|
|
+ overflow: hidden;
|
|
|
+ position: absolute;
|
|
|
+ content: ' ';
|
|
|
+ }
|
|
|
+ >div:after{
|
|
|
+ border-width: 20px;
|
|
|
+ border-style: dashed dashed solid ;
|
|
|
+ border-color: transparent transparent #666 ;
|
|
|
+ left: 100px;
|
|
|
+ bottom: 85px;
|
|
|
+ }
|
|
|
+ >div:before{
|
|
|
+ border-width: 20px;
|
|
|
+ border-style: dashed dashed solid ;
|
|
|
+ border-color: transparent transparent #ffffff;
|
|
|
+ left: 100px;
|
|
|
+ bottom: 78px;
|
|
|
+ }*/
|
|
|
+ }
|
|
|
+ .system-box:hover{
|
|
|
+ >div{
|
|
|
+ display: flex;
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -464,7 +504,7 @@ h1,h2,h3,h4,h5,h6,p{font-weight:normal;margin: 0;}
|
|
|
// 发展现状
|
|
|
.industrydetails-develop-box{
|
|
|
.client-container{padding: 48px 0 80px;text-align: center;}
|
|
|
- p{width: 480px;display: inline-block;@include setFontStyle(-6);color: rgba(0,0,0,0.65);line-height: 30px;vertical-align: middle;margin-right: 120px;text-align: justify;}
|
|
|
+ p{width: 480px;display: inline-block;@include setFontStyle(-5);color: rgba(0,0,0,0.65);line-height: 30px;vertical-align: middle;margin-right: 120px;text-align: justify;}
|
|
|
img{display: inline-block;vertical-align: middle;}
|
|
|
}
|
|
|
// 产品和服务
|
|
@@ -505,5 +545,5 @@ h1,h2,h3,h4,h5,h6,p{font-weight:normal;margin: 0;}
|
|
|
li{margin-bottom: 16px;}
|
|
|
i{width: 14px;height: 14px;float:left;box-sizing: border-box;opacity: 0.8;display: block;border: 1px solid #13192D;transform: rotate(45deg);margin-right: 16px;margin-top: 4px;}
|
|
|
h5{@include setFontStyle(-2);color: rgba(0,0,0,0.85);margin-bottom: 24px;text-align: center;}
|
|
|
- p{@include setFontStyle(-6);color: rgba(0,0,0,0.65);line-height: 22px;text-align: left;}
|
|
|
+ p{@include setFontStyle(-5);color: rgba(0,0,0,0.65);line-height: 22px;text-align: left;}
|
|
|
}
|