f58f7e9e by 任超

feat:navbar

1 parent ebf23081
......@@ -96,8 +96,8 @@ export default {
color: #fff;
overflow: hidden;
line-height: 28px;
// background: $light-blue;
width: 500px;
background: rgba(0, 0, 0, 0.1);
width: 100%;
.my-inbox {
white-space: nowrap;
......@@ -109,7 +109,7 @@ export default {
text-indent: 30px;
.my-uname {
color: #fff;
color: red;
}
}
}
......
......@@ -107,7 +107,7 @@ export default {
.ls-mask {
width: 100%;
height: 100%;
z-index: 2000;
z-index: 100;
position: fixed;
left: 0;
top: 0;
......
......@@ -70,7 +70,6 @@ export default {
.NoticeBar {
position: absolute;
left: 330px;
bottom: 0;
}
......