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.

21 lines
329 B
Plaintext

2 years ago
page {
padding: 10px;
}
2 years ago
page .nickname {
2 years ago
display: flex;
justify-content: space-between;
2 years ago
padding: 20px 10px;
2 years ago
background-color: #fff;
border-radius: 8px;
font-size: 16px;
}
2 years ago
page .nickname span:last-child {
2 years ago
color: #999;
}
page .explain {
font-size: 14px;
text-align: center;
color: #999;
margin-top: 10px;
}