系统导航样式修改
Showing
1 changed file
with
12 additions
and
8 deletions
... | @@ -316,7 +316,7 @@ export default { | ... | @@ -316,7 +316,7 @@ export default { |
316 | padding: 0 !important; | 316 | padding: 0 !important; |
317 | .header-top { | 317 | .header-top { |
318 | height: 60px; | 318 | height: 60px; |
319 | border-bottom: 1px solid rgba(242, 242, 242, 1); | 319 | border-bottom: 1px solid#EAEAEA; |
320 | box-sizing: border-box; | 320 | box-sizing: border-box; |
321 | .top-items { | 321 | .top-items { |
322 | cursor: pointer; | 322 | cursor: pointer; |
... | @@ -337,16 +337,20 @@ export default { | ... | @@ -337,16 +337,20 @@ export default { |
337 | } | 337 | } |
338 | } | 338 | } |
339 | .top-items:not(:last-child)::after { | 339 | .top-items:not(:last-child)::after { |
340 | content: ""; | 340 | // content: ""; |
341 | width: 1px; | 341 | // width: 1px; |
342 | height: 14px; | 342 | // height: 14px; |
343 | background: #eaeaea; | 343 | // background: #eaeaea; |
344 | position: absolute; | 344 | // position: absolute; |
345 | right: -1px; | 345 | // right: -1px; |
346 | top: 24px; | 346 | // top: 24px; |
347 | } | 347 | } |
348 | .top-items.is-active { | 348 | .top-items.is-active { |
349 | color: #006cff; | 349 | color: #006cff; |
350 | border-left: 1px solid #EAEAEA; | ||
351 | border-right: 1px solid #EAEAEA; | ||
352 | height: 59px; | ||
353 | border-bottom: 1px solid #FFF; | ||
350 | } | 354 | } |
351 | } | 355 | } |
352 | .header-bottom { | 356 | .header-bottom { | ... | ... |
-
Please register or sign in to post a comment