diff --git a/src/App.vue b/src/App.vue
index e034b4c..0f3928a 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -137,4 +137,8 @@ input[type="number"] {
/* 隐藏 Chrome 浏览器的滚动条 */
}
}
+
+.rotate180 {
+ transform: rotate(180deg);
+}
diff --git a/src/assets/img/publicImage/video-icon.svg b/src/assets/img/publicImage/video-icon.svg
new file mode 100644
index 0000000..0983826
--- /dev/null
+++ b/src/assets/img/publicImage/video-icon.svg
@@ -0,0 +1,21 @@
+
+
\ No newline at end of file
diff --git a/src/components/detail/imageWatch.vue b/src/components/detail/imageWatch.vue
index c60c547..958a28f 100644
--- a/src/components/detail/imageWatch.vue
+++ b/src/components/detail/imageWatch.vue
@@ -6,10 +6,10 @@
-
![]()
+
-
+
@@ -30,7 +30,7 @@
-
![]()
+
diff --git a/src/components/public/viewMap.vue b/src/components/public/viewMap.vue
index db20391..31b70cf 100644
--- a/src/components/public/viewMap.vue
+++ b/src/components/public/viewMap.vue
@@ -87,6 +87,10 @@ const showPop = () => show.value = !show.value
border-radius: 20px;
padding: 20px;
+ .close {
+ display: block;
+ }
+
#container {
width: 100%;
height: 100%;
@@ -105,6 +109,7 @@ const showPop = () => show.value = !show.value
right: -25px;
cursor: pointer;
z-index: 1002;
+ display: none;
.icon {
width: 20px;
diff --git a/src/views/apartmentDetail.vue b/src/views/apartmentDetail.vue
index c12074c..265a3c0 100644
--- a/src/views/apartmentDetail.vue
+++ b/src/views/apartmentDetail.vue
@@ -9,29 +9,52 @@