技术支持改为图片引入

This commit is contained in:
禺狨
2023-06-30 15:37:45 +08:00
parent 55e1664dae
commit 2f648cbf4a
7 changed files with 20 additions and 10 deletions

View File

@@ -103,15 +103,11 @@
}
.support-box {
position: fixed;
bottom: 90px;
left: 0;
right: 0;
font-size: 12px;
font-weight: 400;
color: rgba(0, 0, 0, 0.3);
line-height: 12px;
margin-top: 200px;
margin-top: 120px;
}
}
}

View File

@@ -151,7 +151,12 @@ const LoginPage = () => {
</Button>
</div>
<div className={styles["support-box"]}>PlayEdu提供技术支持</div>
<div className={styles["support-box"]}>
<i
style={{ fontSize: 20, color: "rgba(0, 0, 0, 0.3)" }}
className="iconfont icon-playedu"
></i>
</div>
</div>
</div>
);

View File

@@ -254,7 +254,12 @@ const MemberPage = () => {
)}
</div>
</div>
<div className={styles["support-box"]}>PlayEdu提供技术支持</div>
<div className={styles["support-box"]}>
<i
style={{ fontSize: 20, color: "rgba(0, 0, 0, 0.3)" }}
className="iconfont icon-playedu"
></i>
</div>
<Mask
visible={visible}
onMaskClick={() => {