Merge remote-tracking branch 'origin/feature/onlineService' into feature/format
Showing
1 changed file
with
4 additions
and
4 deletions
@@ -183,7 +183,7 @@ | @@ -183,7 +183,7 @@ | ||
183 | height: 14px; | 183 | height: 14px; |
184 | margin-right: 5px; | 184 | margin-right: 5px; |
185 | text-align: left; | 185 | text-align: left; |
186 | - background-color: #e2e2e2; | 186 | + background-color: #eaeceb; |
187 | display: inline-block; | 187 | display: inline-block; |
188 | vertical-align: middle; | 188 | vertical-align: middle; |
189 | overflow: hidden; | 189 | overflow: hidden; |
@@ -230,7 +230,7 @@ | @@ -230,7 +230,7 @@ | ||
230 | } | 230 | } |
231 | 231 | ||
232 | .myyoho-hover { | 232 | .myyoho-hover { |
233 | - background-color: #dcdcdc; | 233 | + background-color: #eaeceb; |
234 | 234 | ||
235 | .simple-user-center { | 235 | .simple-user-center { |
236 | display: block; | 236 | display: block; |
@@ -910,7 +910,7 @@ | @@ -910,7 +910,7 @@ | ||
910 | display: inline-block; | 910 | display: inline-block; |
911 | width: 88px; | 911 | width: 88px; |
912 | height: 32px; | 912 | height: 32px; |
913 | - background-color: rgb(220, 220, 220); | 913 | + background-color: #eaeceb; |
914 | box-sizing: border-box; | 914 | box-sizing: border-box; |
915 | } | 915 | } |
916 | 916 | ||
@@ -925,7 +925,7 @@ | @@ -925,7 +925,7 @@ | ||
925 | margin-left: 1px; | 925 | margin-left: 1px; |
926 | width: 88px; | 926 | width: 88px; |
927 | position: absolute; | 927 | position: absolute; |
928 | - background-color: rgb(220, 220, 220); | 928 | + background-color: #eaeceb; |
929 | z-index: 100; | 929 | z-index: 100; |
930 | } | 930 | } |
931 | 931 |
-
Please register or login to post a comment