@@ -279,8 +282,8 @@ const goIndex = () => router.push("/")
border-bottom: 4px solid rgba(78, 144, 204, 1);
}
-.top-bg-img-box .info-box .btm-seach-btn-box .tab-btn:hover{
- color:#fff !important;
+.top-bg-img-box .info-box .btm-seach-btn-box .tab-btn:hover {
+ color: #fff !important;
}
.top-bg-img-box .info-box .btm-seach-btn-box .tab-btn {
diff --git a/src/components/public/public-list-item.vue b/src/components/public/public-list-item.vue
index 2aaf32a..31ca462 100644
--- a/src/components/public/public-list-item.vue
+++ b/src/components/public/public-list-item.vue
@@ -24,6 +24,13 @@
{{ listData.gender[data.gender] }}
+
+ {{ data.rentalduration == 0 ? '租期不限' : listData['rentalduration'][data.rentalduration] }}
+
+
+
+
+
@@ -44,8 +51,8 @@
{{ data.rent.join(' ~ ') }}
{{ data.rent }}
/月
- [ 租期{{ data.rentalduration == 0 ? '不限' :
- listData['rentalduration'][data.rentalduration] }} ]
+
@@ -480,7 +487,7 @@ img {
.btm-box {
padding: 0 20px;
height: 58px;
- border-top: 1px dotted #d7d7d7;
+ border-top: 1px dotted #d7d7d7;
.intermediary-tab-img {
width: 85px;
diff --git a/src/views/edit.vue b/src/views/edit.vue
index 5479c27..3d3f453 100644
--- a/src/views/edit.vue
+++ b/src/views/edit.vue
@@ -2395,7 +2395,7 @@ export default {
border: 1px solid rgba(215, 215, 215, 1);
&:hover {
- background-color: #aaa;
+ border-color: #aaa;
}
}