first commit

This commit is contained in:
编码猿
2024-09-27 02:06:13 +08:00
commit 852d94fbb9
36760 changed files with 3274413 additions and 0 deletions

View File

@@ -0,0 +1,99 @@
.header {
position: fixed;
height: .9rem;
width: 100%;
display: flex;
align-items: center;
padding: 0 0.21rem;
box-sizing: border-box;
top: 0;
background: #fff;
}
.header img {
width: 0.2rem;
height: 0.35rem;
}
.content{
margin-top: .9rem;
position: relative;
/* left: 0.6rem; */
top: 1.33rem;
}
.content .list{
position: absolute;
width: 100%;
padding: 0 0.6rem;
box-sizing: border-box;
}
.content .list .entry{
font-family: PingFang-SC-Medium;
font-size: 0.54rem;
font-weight: bold;
color: #000000;
margin-bottom: 1.23rem;
}
.content .please .input{
}
.content .list .please .input li{
font-family: PingFang-SC-Regular;
font-size: 0.36rem;
color: #c7c7cc;
margin-bottom: 0.7rem;
border-bottom: solid 0.01rem #e8e8e8;
}
/* .content .list .please .input li:last-child{
margin-top: 0.17rem;
} */
.content .list .please .button{
width: 6.3rem;
height: 0.98rem;
background-color: #5697f4;
border-radius: 0.49rem;
display: flex;
justify-content: center;
align-items: center;
margin-top: 0.6rem;
}
.content .please .button span{
font-family: PingFang-SC-Medium;
font-size: 0.34rem;
color: #ffffff;
}
.content .list .doubt{
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 0.55rem;
}
.content .doubt .forget{
font-family: PingFang-SC-Regular;
font-size: 0.28rem;
color: #666666;
}
.content .list .doubt .no{
display: flex;
}
.content .doubt .no .number{
font-family: PingFang-SC-Regular;
font-size: 0.28rem;
color: #666666;
}
.content .list .doubt .no .register{
font-family: PingFang-SC-Regular;
font-size: 0.28rem;
color: #5697f4;
}