|
@@ -1310,10 +1310,11 @@
|
|
|
margin-top: 0;
|
|
|
}
|
|
|
header.sticky .mainmenu-area .main-menu .menu-items>ul>li:hover .submenu{
|
|
|
- /* background:rgba(118, 97, 97, 0.5) */
|
|
|
+ background: rgba(43, 47, 66, .5);
|
|
|
}
|
|
|
header.sticky .mainmenu-area .main-menu .menu-items>ul>li:hover .submenu>li a {
|
|
|
color:#000;
|
|
|
+ color:#fff
|
|
|
/* background:#fff */
|
|
|
}
|
|
|
|
|
@@ -2809,7 +2810,7 @@
|
|
|
footer .copy-right-area .copyrigt-text {
|
|
|
padding: 35px 0 60px;
|
|
|
/* border-top: 1px solid #283742; */
|
|
|
- font-weight: 700;
|
|
|
+ /* font-weight: 700; */
|
|
|
font-size: 14px;
|
|
|
color: #fff;
|
|
|
text-align: center
|
|
@@ -4203,10 +4204,11 @@
|
|
|
justify-content: center;
|
|
|
-ms-flex-align: center;
|
|
|
align-items: center;
|
|
|
- /* background-color: rgba(210, 227, 255, 1); */
|
|
|
- background: rgba(0,0,0,0.3);
|
|
|
+ background: rgba(255,255,255,0.18);
|
|
|
+
|
|
|
+ border: 1px solid rgba(255,255,255,0.6);
|
|
|
|
|
|
- border: 1px solid rgba(255,255,255,0.6);
|
|
|
+
|
|
|
color: #fff;
|
|
|
font-size: 20px;
|
|
|
font-weight: bold;
|
|
@@ -4245,7 +4247,8 @@
|
|
|
height:110px;
|
|
|
line-height:110px;
|
|
|
background: linear-gradient(0deg, rgba(255,255,255,0.3), rgba(50,133,216,0.3));
|
|
|
- border: 1px solid #43648B;
|
|
|
+ border: 1px solid #43648B;
|
|
|
+ border-bottom:0;
|
|
|
color: white;
|
|
|
cursor: pointer;
|
|
|
font-size:24px;
|
|
@@ -6683,6 +6686,10 @@
|
|
|
.feedBackDialog .el-radio-group label{
|
|
|
margin-right:10px
|
|
|
}
|
|
|
+ .dialogTypeLabel .el-form-item__content{
|
|
|
+ margin-left:0!important;
|
|
|
+ text-align:center
|
|
|
+ }
|
|
|
|
|
|
|
|
|
@media(max-width:768px) {
|