23 lines
403 B
Plaintext
23 lines
403 B
Plaintext
![]() |
/**app.wxss**/
|
||
|
@font-face {
|
||
|
font-family: 'iconfont';
|
||
|
src: url('iconfont.ttf?t=1731926234801') format('truetype');
|
||
|
}
|
||
|
|
||
|
.container {
|
||
|
height: 100%;
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
align-items: center;
|
||
|
justify-content: space-between;
|
||
|
padding: 200rpx 0;
|
||
|
box-sizing: border-box;
|
||
|
}
|
||
|
button{
|
||
|
border-radius: 0;
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
}
|
||
|
button::after{ border: none; }
|
||
|
|