|
@@ -797,6 +797,7 @@
|
|
|
margin: 0px 44px 0 0;
|
|
|
position: static;
|
|
|
cursor: pointer;
|
|
|
+ border-bottom:4px solid rgba(0,0,0,0)
|
|
|
}
|
|
|
|
|
|
header.header-two .mainmenu-area .main-menu {
|
|
@@ -6422,70 +6423,59 @@
|
|
|
right:30px;
|
|
|
bottom:30%;
|
|
|
z-index:2;
|
|
|
+ }
|
|
|
+ .feedBackBox>div{
|
|
|
+ width:40px;
|
|
|
+ height:40px;
|
|
|
+ background-size:cover;
|
|
|
+ background-repeat:no-repeat;
|
|
|
+ margin-top:20px;
|
|
|
+ cursor:pointer;
|
|
|
+ }
|
|
|
+ .feedBackBox .contactOne:hover .contactInner{
|
|
|
+ display:block
|
|
|
+ }
|
|
|
+ .feedBackBox .contactQr{
|
|
|
+ position:relative;
|
|
|
|
|
|
- >div{
|
|
|
- width:40px;
|
|
|
- height:40px;
|
|
|
- background-size:cover;
|
|
|
- background-repeat:no-repeat;
|
|
|
- margin-top:20px;
|
|
|
- cursor:pointer;
|
|
|
- }
|
|
|
- .contactOne:hover{
|
|
|
- .contactInner{
|
|
|
- display:block
|
|
|
- }
|
|
|
-
|
|
|
- }
|
|
|
- .contactQr{
|
|
|
- position:relative;
|
|
|
-
|
|
|
- }
|
|
|
- .contactQr div{
|
|
|
- width:140px;
|
|
|
- display:none;
|
|
|
- position:absolute;
|
|
|
- right:60px;
|
|
|
- top:-30px
|
|
|
- }
|
|
|
- .contactQr:hover{
|
|
|
- div{
|
|
|
- display:block
|
|
|
- }
|
|
|
-
|
|
|
- }
|
|
|
- .contactInner{
|
|
|
- display:none;
|
|
|
- position:absolute;
|
|
|
- right:50px;
|
|
|
- top:0px;
|
|
|
- width:230px;
|
|
|
- padding:15px 15px;
|
|
|
- color:#000;
|
|
|
- background-image: url(../img/home/f_bg1.png);
|
|
|
- background-size:100% 100%;
|
|
|
- li{
|
|
|
- display:flex;vertical-align: top;
|
|
|
-
|
|
|
-
|
|
|
- span:first-child{
|
|
|
- /* width:80px; */
|
|
|
- display:block;
|
|
|
-
|
|
|
- }
|
|
|
- &:not(:first-child) {
|
|
|
- margin-top:5px;
|
|
|
-
|
|
|
- }
|
|
|
-
|
|
|
-
|
|
|
- }
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
- }
|
|
|
}
|
|
|
+ .feedBackBox .contactQr div{
|
|
|
+ width:140px;
|
|
|
+ display:none;
|
|
|
+ position:absolute;
|
|
|
+ right:60px;
|
|
|
+ top:-30px
|
|
|
+ }
|
|
|
+ .feedBackBox .contactQr:hover div{
|
|
|
+ display:block
|
|
|
+ }
|
|
|
+ .feedBackBox .contactInner{
|
|
|
+ display:none;
|
|
|
+ position:absolute;
|
|
|
+ right:50px;
|
|
|
+ top:0px;
|
|
|
+ width:230px;
|
|
|
+ padding:15px 15px;
|
|
|
+ color:#000;
|
|
|
+ background-image: url(../img/home/f_bg1.png);
|
|
|
+ background-size:100% 100%;
|
|
|
+
|
|
|
+ }
|
|
|
+ .feedBackBox .contactInner li{
|
|
|
+ display:flex;vertical-align: top;
|
|
|
+ }
|
|
|
+
|
|
|
+ .feedBackBox .contactInner li &:not(:first-child) {
|
|
|
+ margin-top:5px;
|
|
|
+ }
|
|
|
+ .feedBackBox .contactInner li span:first-child{
|
|
|
+ /* width:80px; */
|
|
|
+ display:block;
|
|
|
+
|
|
|
+ }
|
|
|
+ .feedBackBox .contactInner li &:not(:first-child) {
|
|
|
+ margin-top:5px;
|
|
|
+ }
|
|
|
|
|
|
.feedBackDialog .el-dialog{
|
|
|
display: flex;
|
|
@@ -6525,6 +6515,13 @@
|
|
|
}
|
|
|
|
|
|
|
|
|
+ @media(max-width:992px) {
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
.solutionType .solutionTypeOne{
|
|
|
text-align:center;
|
|
|
padding:20px 0;
|