You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
365 B
Plaintext
23 lines
365 B
Plaintext
page {
|
|
padding: 10px;
|
|
}
|
|
page .trueName {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
height: 56px;
|
|
line-height: 56px;
|
|
padding: 0px 10px;
|
|
background-color: #fff;
|
|
border-radius: 8px;
|
|
font-size: 16px;
|
|
}
|
|
page .trueName span:last-child {
|
|
color: #999;
|
|
}
|
|
page .explain {
|
|
font-size: 14px;
|
|
text-align: center;
|
|
color: #999;
|
|
margin-top: 10px;
|
|
}
|