小程序订单详情筛选条件完成
This commit is contained in:
@@ -1,6 +1,17 @@
|
||||
/* pages/shop/myOrder.wxss */
|
||||
.filterbar {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
padding: 10px 20px;
|
||||
background-color: white;
|
||||
border: 1px solid black;
|
||||
}
|
||||
|
||||
.container {
|
||||
padding: 20px 8vw;
|
||||
|
||||
margin-top: 30px;
|
||||
}
|
||||
|
||||
.order-card {
|
||||
|
Reference in New Issue
Block a user