1
0
Эх сурвалжийг харах

页面顶部header样式优化

wangqi49 5 сар өмнө
parent
commit
2a47f5a194

+ 3 - 6
src/main/resources/static/css/client/chat.css

@@ -9,14 +9,11 @@ body {
 }
 .header-container {
     position: fixed;
-    top: 30px;
-    width: 930px;
+    width: 100%;
     height: 40px;
     padding: 10px;
-    background-color: white;
-    border-radius: 10px;
-    left: calc((100% - 950px)/2);
-    box-shadow: 0px 0px 30px #e6e5e5;
+    background-color: transparent;
+    left: 0px;
 }
 .header-menus {
     position: relative;