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

创建微服务:microservice-provider-shop-8003;小程序商品列表筛选、商品详情完成

This commit is contained in:
2023-03-18 23:00:58 +08:00
parent ee7e2e9acb
commit 7eab148104
41 changed files with 1161 additions and 84 deletions

View File

@@ -1,7 +1,23 @@
/* pages/shop/shop.wxss */
.search {
height: 36px;
}
.search-input {
margin: 4px 10px;
padding: 2px 18px;
height: 32px;
line-height: 28px;
background-color: rgb(226, 226, 226);
border-radius: 50px;
box-sizing: border-box;
text-align: center;
}
.container {
/* background-color: aqua; */
height: 100vh;
height: calc(100vh - 50px);
margin: 0;
padding: 0;
@@ -66,6 +82,6 @@
.no-more {
text-align: center;
color:grey;
color: grey;
margin: 20px;
}