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