logo调整
Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -543,7 +543,7 @@ export default { | ... | @@ -543,7 +543,7 @@ export default { |
| 543 | height: 66px; | 543 | height: 66px; |
| 544 | border-bottom: 1px solid rgba(255, 255, 255, 0.2); | 544 | border-bottom: 1px solid rgba(255, 255, 255, 0.2); |
| 545 | box-sizing: border-box; | 545 | box-sizing: border-box; |
| 546 | padding: 10px; | 546 | padding: 10px 20px; |
| 547 | transition: width 0.3s; | 547 | transition: width 0.3s; |
| 548 | background-color: #287CC5; | 548 | background-color: #287CC5; |
| 549 | .logo-img { | 549 | .logo-img { |
| ... | @@ -554,7 +554,7 @@ export default { | ... | @@ -554,7 +554,7 @@ export default { |
| 554 | padding-left: 10px; | 554 | padding-left: 10px; |
| 555 | color: #ffffff; | 555 | color: #ffffff; |
| 556 | line-height: 44px; | 556 | line-height: 44px; |
| 557 | font-size: 23px; | 557 | font-size: 20px; |
| 558 | } | 558 | } |
| 559 | } | 559 | } |
| 560 | .search-box{ | 560 | .search-box{ | ... | ... |
-
Please register or sign in to post a comment