我的、登录页面优化

This commit is contained in:
禺狨 2023-06-30 16:44:54 +08:00
parent b55f8fe54a
commit 566e08556b
3 changed files with 17 additions and 15 deletions

View File

@ -100,13 +100,16 @@
font-weight: 600; font-weight: 600;
} }
} }
.support-box {
font-size: 12px;
font-weight: 400;
color: rgba(0, 0, 0, 0.3);
line-height: 12px;
margin-top: 120px;
}
} }
} }
.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;
}

View File

@ -190,12 +190,12 @@ const LoginPage = () => {
</Button> </Button>
</div> </div>
<div className={styles["support-box"]}> </div>
<i <div className={styles["support-box"]}>
style={{ fontSize: 20, color: "rgba(0, 0, 0, 0.3)" }} <i
className="iconfont icon-playedu" style={{ fontSize: 20, color: "rgba(0, 0, 0, 0.3)" }}
></i> className="iconfont icon-playedu"
</div> ></i>
</div> </div>
</div> </div>
); );

View File

@ -15,7 +15,6 @@
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;
} }
.content-box { .content-box {
width: 100%; width: 100%;