13 lines
165 B
Plaintext
13 lines
165 B
Plaintext
/**index.wxss**/
|
|
page {
|
|
height: 100vh;
|
|
display: flex;
|
|
flex-direction: column;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.usermotto {
|
|
margin-top: 200px;
|
|
text-align: center;
|
|
}
|