tangshi300/node_modules/cos-wx-sdk-v5/demo/app.wxss

11 lines
187 B
Plaintext
Raw Permalink Normal View History

2024-12-05 14:56:07 +08:00
/**app.wxss**/
.container {
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
padding: 0;
box-sizing: border-box;
}