cyx-ament-wechat/miniprogram/pages/loading/loading.wxss

10 lines
201 B
Plaintext
Raw Permalink Normal View History

2023-08-31 10:38:54 +08:00
/* pages/loading/loading.wxss */
.container{
background-color: #5199FF;
height: 100vh;
display: flex;
align-items: center;
flex-direction: column;
color: white;
justify-content: center;
}