Commit 8272c00cd69e7280157a9cc28c2e3fed357820ca

Authored by xianghenggang
1 parent 189a4ab165

医院列表偏移问题

Showing 1 changed file with 2 additions and 1 deletions

littleApp_child/pages/hospitalList/hospitalList.wxss View file @ 8272c00
1 1 .area_name {
2 2 font-size: 12px;
3 3 color: #999;
4   - width: 100%;
  4 + width: calc(100%-15px);
5 5 padding-top: 3px;
6 6 padding-bottom: 2px;
7 7 padding-left: 10px;
... ... @@ -13,6 +13,7 @@
13 13 background: #fff;
14 14 height: 58px;
15 15 line-height: 58px;
  16 +
16 17 }
17 18  
18 19 .icon {