|
@@ -58,8 +58,7 @@ input,button {
|
|
|
.externalPage-w {
|
|
|
width: 100%;
|
|
|
height: 45px;
|
|
|
-
|
|
|
- background: #D9D9D9
|
|
|
+ background: rgb(217, 217, 217,0.7) !important
|
|
|
|
|
|
/* background: url('../../../assets/image/XMLID_19_.png') no-repeat center center;
|
|
|
background-size: cover; */
|
|
@@ -236,7 +235,7 @@ input,button {
|
|
|
|
|
|
.pagesHeader-w {
|
|
|
width: 100%;
|
|
|
- background: rgba(94, 204, 196, 0.5) !important;
|
|
|
+ background: rgb(0, 221, 188,0.5) !important;
|
|
|
margin-top: -6px;
|
|
|
position: relative;
|
|
|
height: 50px;
|
|
@@ -494,14 +493,32 @@ input,button {
|
|
|
margin: 0 auto;
|
|
|
direction: ltr;
|
|
|
}
|
|
|
+
|
|
|
+
|
|
|
|
|
|
.menuHeaderEn-w li a {
|
|
|
float: left;
|
|
|
margin: 0 15px;
|
|
|
+ transition: all 0.5s;
|
|
|
+ background-color: #02635c;
|
|
|
+ color: #fff;
|
|
|
+ margin-top: -2px;
|
|
|
+ height: 49px;
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
+ .menuHeader-w li a:hover{
|
|
|
+ background-color: #1dc1b5;
|
|
|
+ color: #fff;
|
|
|
}
|
|
|
|
|
|
+
|
|
|
+
|
|
|
.menuHeader-w li a {
|
|
|
font-size: 18px;
|
|
|
+ color: #fff;
|
|
|
+ margin-top: -2px;
|
|
|
+ height: 49px;
|
|
|
}
|
|
|
|
|
|
.menuHeader-w li a img {
|
|
@@ -623,15 +640,7 @@ input,button {
|
|
|
direction: ltr;
|
|
|
}
|
|
|
|
|
|
- .menuHeader-w li {
|
|
|
- border: 1px solid #fff;
|
|
|
- }
|
|
|
-
|
|
|
- .menuHeader-w li a {
|
|
|
- font-size: 18px;
|
|
|
- float: right;
|
|
|
- margin: 0 10px;
|
|
|
- }
|
|
|
+
|
|
|
|
|
|
|
|
|
|