Files
ClassContent/历届学生/zheng-yuqing/项目练习/学生项目/1(131)登录/css/index.css
2024-09-27 02:06:13 +08:00

83 lines
1.3 KiB
CSS

.header {
height: 0.9rem;
width: 100%;
left: 0;
top: 0;
position: fixed;
align-items: center;
justify-content: space-between;
background: #fff;
padding-left: 0.21rem;
padding-right: 0.21rem;
box-sizing: border-box;
display: flex;
}
.header img {
width: 0.2rem;
height: 0.35rem;
}
body {
background: #fff;
}
.content {
margin: 0 0.6rem;
margin-top: 2.69rem;
margin-bottom: 4.45rem;
box-sizing: border-box;
}
.center {}
.center .login {
font-size: 0.54rem;
color: #000000;
}
.center .text {
margin-top: 1.21rem;
}
.center .text input {
font-size: 0.36rem;
color: #c7c7cc;
margin-bottom: 0.71rem;
border-bottom: 0.01rem solid #e8e8e8;
padding-bottom: 0.32rem;
width: 100%;
}
.center .button {
background-color: #5697f4;
border-radius: 0.49rem;
font-size: 0.34rem;
color: #ffffff;
height: 0.98rem;
align-items: center;
display: flex;
justify-content: center;
}
.center .bottom {
display: flex;
justify-content: space-between;
margin-top: 0.55rem;
box-sizing: border-box;
}
.bottom {
font-size: 0.28rem;
color: #666666;
display: flex;
}
.bottom .bottom_right {
display: flex;
}
.bottom .enroll {
font-size: 0.28rem;
color: #5697f4;
}