mirror of
https://github.com/PlayEdu/h5.git
synced 2025-06-22 09:26:05 +08:00
我的、登录页面优化
This commit is contained in:
parent
b55f8fe54a
commit
566e08556b
@ -100,13 +100,16 @@
|
|||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.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: 120px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
@ -190,6 +190,7 @@ const LoginPage = () => {
|
|||||||
登 录
|
登 录
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<div className={styles["support-box"]}>
|
<div className={styles["support-box"]}>
|
||||||
<i
|
<i
|
||||||
style={{ fontSize: 20, color: "rgba(0, 0, 0, 0.3)" }}
|
style={{ fontSize: 20, color: "rgba(0, 0, 0, 0.3)" }}
|
||||||
@ -197,7 +198,6 @@ const LoginPage = () => {
|
|||||||
></i>
|
></i>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -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%;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user