89 lines
1.5 KiB
CSS
89 lines
1.5 KiB
CSS
.header {
|
|
display: flex;
|
|
height: .9rem;
|
|
position: fixed;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
width: 100%;
|
|
padding: 0 0.35rem;
|
|
box-sizing: border-box;
|
|
top: 0;
|
|
background: #fff;
|
|
}
|
|
|
|
.header img {
|
|
width: 0.15rem;
|
|
height: 0.29rem;
|
|
}
|
|
|
|
.header .speed {
|
|
font-family: PingFang-SC-Bold;
|
|
font-size: 0.34rem;
|
|
color: #1b1b1b;
|
|
font-weight: 900;
|
|
}
|
|
|
|
|
|
.content {
|
|
margin-top: .9rem;
|
|
|
|
}
|
|
|
|
.process {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
|
|
.content .process {
|
|
box-sizing: border-box;
|
|
}
|
|
.content .process img {
|
|
width: 1.6rem;
|
|
height: 2.04rem;
|
|
margin-bottom: 0.61rem;
|
|
margin-top: 1.45rem;
|
|
}
|
|
|
|
.content .process .apply .in {
|
|
font-family: PingFang-SC-Bold;
|
|
font-size: 0.34rem;
|
|
color: #2b2b2b;
|
|
margin-bottom: 0.53rem;
|
|
padding: 0 2.34rem;
|
|
|
|
}
|
|
|
|
.content .process .apply .please {
|
|
font-family: PingFang-SC-Medium;
|
|
font-size: 0.28rem;
|
|
color: #aaaaaa;
|
|
margin-bottom: 0.72rem;
|
|
padding: 0 1.9rem;
|
|
|
|
}
|
|
|
|
|
|
.revoke{
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
|
|
}
|
|
.content .process .revoke {
|
|
width: 5.8rem;
|
|
height: 0.66rem;
|
|
background-color: #5697f4;
|
|
border-radius: 0.33rem;
|
|
font-family: PingFang-SC-Medium;
|
|
font-size: 0.28rem;
|
|
color: #ffffff;
|
|
|
|
}
|
|
|
|
.content .process .revoke span {
|
|
font-family: PingFang-SC-Medium;
|
|
font-size: 0.28rem;
|
|
color: #ffffff;
|
|
} |