...
|
...
|
@@ -15,27 +15,39 @@ body { |
|
|
.apply-title {
|
|
|
font-family: PingFang-SC-Medium, sans-serif;
|
|
|
color: #444;
|
|
|
font-size: 40px;
|
|
|
padding: 30px 0;
|
|
|
font-size: 48px;
|
|
|
padding: 60px 0 40px 0;
|
|
|
}
|
|
|
|
|
|
li {
|
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
|
align-items: center;
|
|
|
padding: 30px 0;
|
|
|
height: 120px;
|
|
|
border-bottom: 1px solid #e0e0e0;
|
|
|
color: #444;
|
|
|
font-size: 28px;
|
|
|
line-height: 120px;
|
|
|
|
|
|
input {
|
|
|
border: none;
|
|
|
color: #444;
|
|
|
margin-left: 20px;
|
|
|
font-size: 28px;
|
|
|
line-height: 120px;
|
|
|
background-color: transparent;
|
|
|
}
|
|
|
|
|
|
input::-webkit-input-placeholder {
|
|
|
color: #b0b0b0;
|
|
|
}
|
|
|
|
|
|
span {
|
|
|
display: inline-block;
|
|
|
width: 130px;
|
|
|
font-size: 32px;
|
|
|
color: #444;
|
|
|
letter-spacing: 0;
|
|
|
}
|
|
|
}
|
|
|
|
...
|
...
|
@@ -100,7 +112,7 @@ body { |
|
|
}
|
|
|
|
|
|
.other {
|
|
|
padding: 30px 0;
|
|
|
padding: 20px 0;
|
|
|
font-family: PingFang-SC-Regular, sans-serif;
|
|
|
font-size: 24px;
|
|
|
color: #b0b0b0;
|
...
|
...
|
|