1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

小程序订单详情筛选条件完成

This commit is contained in:
2023-03-21 14:53:33 +08:00
parent c9f171e5d5
commit 87eaf03b9d
8 changed files with 166 additions and 67 deletions

View File

@@ -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 {