2020-02-14 23:17:01 +08:00

16 lines
214 B
Plaintext

/* pages/welcome/welcome.wxss */
.allPage {
height: 100%;
width:100%;
overflow: hidden;
}
.welcome {
width: 100%;
height: 350rpx;
position: fixed;
bottom: 0px;
}
page {
background-color: #890000;
}