mirror of
https://github.com/PlayEdu/h5.git
synced 2025-06-22 02:14:14 +08:00
技术支持改为图片引入
This commit is contained in:
parent
55e1664dae
commit
2f648cbf4a
@ -1,8 +1,8 @@
|
|||||||
@font-face {
|
@font-face {
|
||||||
font-family: "iconfont"; /* Project id 3943555 */
|
font-family: "iconfont"; /* Project id 3943555 */
|
||||||
src: url('iconfont.woff2?t=1687663647724') format('woff2'),
|
src: url('iconfont.woff2?t=1688110248865') format('woff2'),
|
||||||
url('iconfont.woff?t=1687663647724') format('woff'),
|
url('iconfont.woff?t=1688110248865') format('woff'),
|
||||||
url('iconfont.ttf?t=1687663647724') format('truetype');
|
url('iconfont.ttf?t=1688110248865') format('truetype');
|
||||||
}
|
}
|
||||||
|
|
||||||
.iconfont {
|
.iconfont {
|
||||||
@ -13,6 +13,10 @@
|
|||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.icon-playedu:before {
|
||||||
|
content: "\e756";
|
||||||
|
}
|
||||||
|
|
||||||
.icon-icon-xuexi:before {
|
.icon-icon-xuexi:before {
|
||||||
content: "\e753";
|
content: "\e753";
|
||||||
}
|
}
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -103,15 +103,11 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.support-box {
|
.support-box {
|
||||||
position: fixed;
|
|
||||||
bottom: 90px;
|
|
||||||
left: 0;
|
|
||||||
right: 0;
|
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
color: rgba(0, 0, 0, 0.3);
|
color: rgba(0, 0, 0, 0.3);
|
||||||
line-height: 12px;
|
line-height: 12px;
|
||||||
margin-top: 200px;
|
margin-top: 120px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -151,7 +151,12 @@ const LoginPage = () => {
|
|||||||
登 录
|
登 录
|
||||||
</Button>
|
</Button>
|
||||||
</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>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
@ -254,7 +254,12 @@ const MemberPage = () => {
|
|||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
</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
|
<Mask
|
||||||
visible={visible}
|
visible={visible}
|
||||||
onMaskClick={() => {
|
onMaskClick={() => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user