Commit 56eece95c14a84989e9e910d536097e39f521874
1 parent
dff2f9b9
官网样式
Showing
1 changed file
with
7 additions
and
4 deletions
src/views/user/cnlive_login.vue
| ... | ... | @@ -307,7 +307,7 @@ onMounted(() => { |
| 307 | 307 | a { |
| 308 | 308 | position: absolute; |
| 309 | 309 | right: 0; |
| 310 | - top: 65px; | |
| 310 | + top: 35px; | |
| 311 | 311 | width: 170px; |
| 312 | 312 | height: 46px; |
| 313 | 313 | line-height: 46px; |
| ... | ... | @@ -472,6 +472,9 @@ body { |
| 472 | 472 | &:last-child { |
| 473 | 473 | margin-left: 80px; |
| 474 | 474 | } |
| 475 | + &:first-child { | |
| 476 | + margin-left: 0; | |
| 477 | + } | |
| 475 | 478 | } |
| 476 | 479 | .gtco-nav .menu-1 ul li a { |
| 477 | 480 | color: #333333; |
| ... | ... | @@ -554,7 +557,7 @@ body { |
| 554 | 557 | animation-name: fadeInUpMenu; |
| 555 | 558 | } |
| 556 | 559 | .menu-one { |
| 557 | - margin: 0 0 25px 90px; | |
| 560 | + margin: 0 0 25px 0; | |
| 558 | 561 | text-align: left; |
| 559 | 562 | a { |
| 560 | 563 | font-size: 18px; |
| ... | ... | @@ -562,8 +565,8 @@ body { |
| 562 | 565 | line-height: 24px; |
| 563 | 566 | color: #999; |
| 564 | 567 | margin: 0; |
| 565 | - margin-left: 4px; | |
| 566 | - padding: 0 30px; | |
| 568 | + margin-left: 6px; | |
| 569 | + padding: 0 20px; | |
| 567 | 570 | letter-spacing: 1px; |
| 568 | 571 | border-right: 1px solid #d8d8d8; |
| 569 | 572 | display: inline-block; | ... | ... |