16 lines
214 B
Plaintext
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;
|
|
}
|