Commit 04afa91e authored by xinzhedeai's avatar xinzhedeai

商户列表

parent 4a30a90a
...@@ -10,18 +10,18 @@ ...@@ -10,18 +10,18 @@
<script type="text/javascript" src="../sdk/includeHead.js"></script> <script type="text/javascript" src="../sdk/includeHead.js"></script>
<style> <style>
html, body{ html, body{
background-color: #F5F6FA; /* background-color: #fff; */
background: #F5F6FA;
} }
.wrapper { .wrapper {
padding: 0.2rem; /* padding: 0.2rem; */
background-color: #fff; /* background-color: #fff; */
background: #F5F6FA;
} }
.header{ .header{
width: 99vw; width: 100vw;
margin-left: -.15rem; /* margin-top: -.15rem;
margin-top: -.15rem; margin-left: -.15rem; */
} }
/* 条件查询样式 */ /* 条件查询样式 */
.header .van-search__label{ .header .van-search__label{
...@@ -34,6 +34,11 @@ ...@@ -34,6 +34,11 @@
.header .van-search__content .van-cell{ .header .van-search__content .van-cell{
padding-left: 0.24rem; padding-left: 0.24rem;
} }
.van-list{
padding-left: 0.2rem;
padding-right: 0.2rem;
}
</style> </style>
</head> </head>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment