mirror of
https://github.com/m1ngsama/FUJI.git
synced 2025-12-25 02:56:38 +00:00
loading="lazy"
This commit is contained in:
parent
904343337d
commit
93a7a3071a
2 changed files with 4 additions and 3 deletions
|
|
@ -7,13 +7,15 @@ import logo from "./_assets/nbtca.gif";
|
||||||
<BaseLayout title="加入我们">
|
<BaseLayout title="加入我们">
|
||||||
<main>
|
<main>
|
||||||
<div style="margin: -30px;display:flex; justify-content: center;">
|
<div style="margin: -30px;display:flex; justify-content: center;">
|
||||||
<img src={logo.src} style="max-width: 450px;" />
|
<img src={logo.src} style="max-width: 450px;" loading="lazy" />
|
||||||
</div>
|
</div>
|
||||||
<div style="display:flex; justify-content: center;font-size: large;">
|
<div style="display:flex; justify-content: center;font-size: large;">
|
||||||
加入计算机协会
|
加入计算机协会
|
||||||
</div>
|
</div>
|
||||||
<ReactChild client:only="react" />
|
<ReactChild client:only="react" />
|
||||||
<div style="display:flex; justify-content: center;margin-left: 20px;margin-right: 20px;">
|
<div
|
||||||
|
style="display:flex; justify-content: center;margin-left: 20px;margin-right: 20px;"
|
||||||
|
>
|
||||||
1.本页面仅作计算机协会新人信息登记使用,原则上登记即可加入。但入社后可能仍需要在学校的平台登记,后续请留意群内通知。
|
1.本页面仅作计算机协会新人信息登记使用,原则上登记即可加入。但入社后可能仍需要在学校的平台登记,后续请留意群内通知。
|
||||||
<br />
|
<br />
|
||||||
2.允许多次提交表单,通常以最后一次提交为准。
|
2.允许多次提交表单,通常以最后一次提交为准。
|
||||||
|
|
|
||||||
|
|
@ -30,7 +30,6 @@ function QrCodeContent({ qrcode }: { qrcode: string }) {
|
||||||
style={{
|
style={{
|
||||||
display: "flex",
|
display: "flex",
|
||||||
justifyContent: "center",
|
justifyContent: "center",
|
||||||
// flexDirection: "column",
|
|
||||||
textAlign: "center",
|
textAlign: "center",
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue