2024-12-27 17:08:36 +08:00
|
|
|
/**app.wxss**/
|
|
|
|
.container {
|
2025-01-02 17:33:12 +08:00
|
|
|
height: 100vh;
|
2025-01-02 17:39:17 +08:00
|
|
|
width: 100vw;
|
2024-12-27 17:08:36 +08:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
2025-01-02 17:33:12 +08:00
|
|
|
align-items: center;
|
|
|
|
justify-content: flex-start;
|
2024-12-27 17:08:36 +08:00
|
|
|
box-sizing: border-box;
|
2025-01-02 17:31:12 +08:00
|
|
|
}
|