diff --git a/pages/personList/personList.wxml b/pages/personList/personList.wxml index aed864f..9c7f83d 100644 --- a/pages/personList/personList.wxml +++ b/pages/personList/personList.wxml @@ -5,49 +5,47 @@ 寄托香港租房 - - - + + - - - - {{ item['keyword'] }} - + + + + {{ item['keyword'] }} + + + + + + + + + + + + + + + + + {{ (money.rent_min || '') + '~' + (money.rent_max || '') }} + + 租金 + + - - - - - - - - - - - - - - {{ (money.rent_min || '') + '~' + (money.rent_max || '') }} - - 租金 - - - - - - - - 更多 - - - - - - + + + + 更多 + + - + + + + diff --git a/pages/personList/personList.wxss b/pages/personList/personList.wxss index ca15eac..323af70 100644 --- a/pages/personList/personList.wxss +++ b/pages/personList/personList.wxss @@ -462,5 +462,5 @@ } .list { - background-color: rgba(246, 246, 246, 1); + /* background-color: rgba(246, 246, 246, 1); */ } \ No newline at end of file