Skip to content

Commit

Permalink
feat: 修改设计缺陷
Browse files Browse the repository at this point in the history
  • Loading branch information
hudinghua committed Aug 19, 2022
1 parent ec36537 commit d4f8f90
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .vitepress/theme/components/en/home/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ const jump = (url) => {
.banner {
width: 100%;
height: 640px;
background: #025bff url(/asset/home/banner.png) no-repeat 50% / cover;
background: #025bff url(/asset/home/banner.jpg) no-repeat 50% / cover;
.enter {
color: #ffffff;
width: 476px;
Expand Down Expand Up @@ -344,7 +344,7 @@ const jump = (url) => {
}
.feature-block {
height: 752px;
background: #eef1f7 url(/asset/home/feature-bg.png) no-repeat 100% / cover;
background: #eef1f7 url(/asset/home/feature-bg.jpg) no-repeat 100% / cover;
.card {
padding: 30px;
width: 384px;
Expand Down
3 changes: 2 additions & 1 deletion .vitepress/theme/components/en/home/tiny.vue
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
<div class="app-block">
<div class="w-center block">
<div class="title">
<span>玲珑不断丰富的生态</span>
<span>Enriching Ecosystem</span>
</div>
<div class="u-flex u-items-center u-justify-center">
<ul class="app-list">
Expand Down Expand Up @@ -239,6 +239,7 @@ const jump = (url) => {
font-weight: 400;
padding: 0px 24px;
color: rgba(0, 0, 0, 0.65);
line-height: 1.5;
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion .vitepress/theme/components/zh/header/tiny-header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</svg>
</div>
<div v-if="expand" @click="emits('change',false)" class="close">
<svg width="16" height="16" viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg">
<svg width="24" height="24" viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg">
<path fill="currentColor" d="m256.32 315.136 58.88-58.88L512 453.248l196.864-196.864 58.88 58.88L570.752 512l196.864 196.864-58.88 58.88L512 570.752 315.136 767.616l-58.88-58.88L453.248 512z"></path>
</svg>
</div>
Expand Down
4 changes: 2 additions & 2 deletions .vitepress/theme/components/zh/home/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ const jump = (url) => {
.banner {
width: 100%;
height: 640px;
background: #025bff url(/asset/home/banner.png) no-repeat 50% / cover;
background: #025bff url(/asset/home/banner.jpg) no-repeat 50% / cover;
.enter {
color: #ffffff;
width: 476px;
Expand Down Expand Up @@ -335,7 +335,7 @@ const jump = (url) => {
}
.feature-block {
height: 752px;
background: #eef1f7 url(/asset/home/feature-bg.png) no-repeat 100% / cover;
background: #eef1f7 url(/asset/home/feature-bg.jpg) no-repeat 100% / cover;
.card {
padding: 30px;
width: 384px;
Expand Down
1 change: 1 addition & 0 deletions .vitepress/theme/components/zh/home/tiny.vue
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ const jump = (url) => {
font-weight: 400;
padding: 0px 24px;
color: rgba(0, 0, 0, 0.65);
line-height: 1.5;
}
}
}
Expand Down
Binary file added public/asset/home/banner.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/asset/home/banner1.png
Binary file not shown.
Binary file added public/asset/home/feature-bg.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d4f8f90

Please sign in to comment.