创建微服务:microservice-provider-shop-8003;小程序商品列表筛选、商品详情完成
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user