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

10 lines
201 B
Plaintext

/* pages/loading/loading.wxss */
.container{
background-color: #5199FF;
height: 100vh;
display: flex;
align-items: center;
flex-direction: column;
color: white;
justify-content: center;
}