From f500d1cd5553ac25860980165767841e4719541d Mon Sep 17 00:00:00 2001 From: XiaoMo Date: Wed, 29 Mar 2023 18:00:10 +0800 Subject: [PATCH] =?UTF-8?q?a1300399510@qq.com=20=E6=8F=90=E4=BA=A4?= =?UTF-8?q?=E4=BA=8E=202023/03/29=20-18:00:01?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../search/searchResult/SearchResult.vue | 37 ++++++++++++++++++- 1 file changed, 36 insertions(+), 1 deletion(-) diff --git a/src/views/search/searchResult/SearchResult.vue b/src/views/search/searchResult/SearchResult.vue index 2e28b1e..71310d6 100755 --- a/src/views/search/searchResult/SearchResult.vue +++ b/src/views/search/searchResult/SearchResult.vue @@ -16,7 +16,14 @@
-
+
+
租房
+
诚招室友一起合租香港大学附近房子 女生
+
+ +
+ 香港理工大学附近求租房,红磡何文田或黄埔附近最好 +
@@ -97,6 +104,7 @@ export default { .result-box { justify-content: center; + .result-item { margin-bottom: .32rem; width: 9.36rem; @@ -107,6 +115,33 @@ export default { -moz-box-shadow: 0 0 .16rem rgba(0, 0, 0, 0.0784313725490196); -webkit-box-shadow: 0 0 .16rem rgba(0, 0, 0, 0.08); box-shadow: 0 0 .16rem rgba(0, 0, 0, .08); + padding: 0.4rem; + box-sizing: border-box; + + .result-header { + margin-bottom: .32rem; + + .result-label { + font-size: .28rem; + height: .52rem; + line-height: .52rem; + background: rgb(51, 51, 51); + color: #fff; + display: inline-block; + border-radius: .16rem; + padding: 0 .12rem; + margin-right: .12rem; + } + + .result-title { + color: #000; + font-size: 0.37333rem; + line-height: 0.65rem; + display: inline; + } + + } + } }