20 lines
269 B
Plaintext

/* pages/order/index.wxss */
.header-wrapper{
height: 50px;
}
.header{
position: fixed;
left:0;
top:0;
right:0;
height: 50px;
}
.item{
height: 300px;
background-color: red;
margin-bottom: 20px;
}
.item1{
background-color: royalblue;
height: 1px;
}