f58f7e9e by 任超

feat:navbar

1 parent ebf23081
...@@ -96,8 +96,8 @@ export default { ...@@ -96,8 +96,8 @@ export default {
96 color: #fff; 96 color: #fff;
97 overflow: hidden; 97 overflow: hidden;
98 line-height: 28px; 98 line-height: 28px;
99 // background: $light-blue; 99 background: rgba(0, 0, 0, 0.1);
100 width: 500px; 100 width: 100%;
101 101
102 .my-inbox { 102 .my-inbox {
103 white-space: nowrap; 103 white-space: nowrap;
...@@ -109,7 +109,7 @@ export default { ...@@ -109,7 +109,7 @@ export default {
109 text-indent: 30px; 109 text-indent: 30px;
110 110
111 .my-uname { 111 .my-uname {
112 color: #fff; 112 color: red;
113 } 113 }
114 } 114 }
115 } 115 }
......
...@@ -107,7 +107,7 @@ export default { ...@@ -107,7 +107,7 @@ export default {
107 .ls-mask { 107 .ls-mask {
108 width: 100%; 108 width: 100%;
109 height: 100%; 109 height: 100%;
110 z-index: 2000; 110 z-index: 100;
111 position: fixed; 111 position: fixed;
112 left: 0; 112 left: 0;
113 top: 0; 113 top: 0;
......
...@@ -70,7 +70,6 @@ export default { ...@@ -70,7 +70,6 @@ export default {
70 70
71 .NoticeBar { 71 .NoticeBar {
72 position: absolute; 72 position: absolute;
73 left: 330px;
74 bottom: 0; 73 bottom: 0;
75 } 74 }
76 75
......