Skip to content

Commit 16997a0

Browse files
committed
feat: 部分调整
1 parent 95d5d52 commit 16997a0

File tree

7 files changed

+11
-9
lines changed

7 files changed

+11
-9
lines changed

components/footer/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ const Footer: FC<IFooterProps> = ({
7979
<Image
8080
src={qrCode?.image}
8181
alt={qrCode?.text}
82-
width={56}
83-
height={56}
82+
width={120}
83+
height={120}
8484
></Image>
8585
</div>
8686
<div className={styles.text}>{qrCode?.text}</div>

components/navbar/styles.module.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
display: flex;
33
align-items: center;
44
justify-content: space-between;
5-
background-color: transparent;
5+
background-color: hsla(0,0%,100%,.5);
66
backdrop-filter: blur(0.5rem);
77
width: 100%;
88
height: 4rem;
9-
position: fixed;
9+
position: sticky;
1010
top: 0;
1111
left: 0;
1212
padding: 1.25rem 8rem;

pages/_app.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {getIsMobile, getIsSupportWebp} from '@/utils';
88
import {ThemeContextProvider} from '@/stores/theme';
99
import {UserAgentProvider} from '@/stores/userAgent';
1010
import {LanguageContextProvider} from '@/stores/language';
11-
import QRCode from '@/public/code.png';
11+
import QRCode from '@/public/code.jpg';
1212
import './global.scss';
1313
import {isEmpty} from "lodash";
1414
import publicLogo from "@/public/public_logo.png";

pages/components/banner/styles.module.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@
123123
}
124124

125125
.banner {
126+
margin-top: -4rem;
126127
width: 100%;
127128
padding: 12rem 8rem;
128129
background: url("/img.png");

pages/components/contributors/styles.module.scss

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
display: flex;
33
-ms-flex-pack: justify;
44
justify-content: space-between;
5+
align-items: center;
56
width: 60%;
67
margin-bottom: 5rem;
78
padding-top: 3.125rem;
@@ -23,16 +24,16 @@
2324
margin-left: -100px;
2425
}
2526
.title {
26-
font-size: 1rem;
27+
font-size: 1.25rem;
2728
font-weight: 700;
28-
line-height: 34px;
29+
line-height: 3.5rem;
2930
letter-spacing: .5px;
3031
}
3132
img {
3233
width: 100%;
3334
}
3435
.description {
35-
font-size: 0.875rem;
36+
font-size: 1rem;
3637
line-height: 1.56rem;
3738
letter-spacing: .15px;
3839
}

pages/components/platform/styles.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
.row {
55
img {
66
width: 100%;
7-
height: 18.75rem;
7+
height: 24rem;
88
box-shadow: 0 2px 1rem 0 var(--box-shadow);
99
margin-top: 4rem;
1010
transition: .5s;

public/code.jpg

26.3 KB
Loading

0 commit comments

Comments
 (0)