Files
2026-07-10 16:14:31 +08:00

20 lines
396 B
Plaintext

/**app.wxss**/
.container {
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
padding: 200rpx 0;
box-sizing: border-box;
}
image.icon-placeholder {
display: block !important;
flex-shrink: 0 !important;
background: none !important;
border: 0 !important;
box-shadow: none !important;
transform: none !important;
}