diff --git a/src/assets/images/indexLogo.png b/src/assets/images/indexLogo.png index f9a292f..7a07017 100644 Binary files a/src/assets/images/indexLogo.png and b/src/assets/images/indexLogo.png differ diff --git a/src/views/home/index.vue b/src/views/home/index.vue index f5c9ac0..2792680 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -40,7 +40,7 @@ - 新建项目 + 新建项目 -

他们都在使用

+

他们都在使用

@@ -117,7 +117,7 @@
- +
@@ -405,6 +405,13 @@ body { align-content: center; align-items: center; justify-content: flex-start; + margin-top: 200px; + & > div { + display: flex; + align-content: center; + justify-content: center; + align-items: center; + } div { margin: 10px 3px; } @@ -419,7 +426,7 @@ body { background: linear-gradient(163deg, rgba(32, 84, 241, 0.67), rgba(34, 78, 243, 0.67), rgba(56, 234, 255, 0.67)); display: flex; flex-direction: column; - justify-content: space-evenly; + justify-content: space-between; .top { display: flex; flex-direction: row; @@ -477,7 +484,7 @@ body { .is-fixed { position: fixed; z-index: 999; - animation: stickyMenu 0.7s ease-in-out; + animation: stickyMenu 0.5s ease-in-out; top: 0; background: linear-gradient(-67deg, rgba(32, 84, 241, 1), rgba(51, 201, 253, 1), rgba(35, 86, 244, 1)); }