ZJCF_miniProgram/app.wxss
2024-12-07 10:20:50 +08:00

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; }