feat:navbar
Showing
3 changed files
with
4 additions
and
5 deletions
| ... | @@ -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; | ... | ... |
-
Please register or sign in to post a comment