diff --git a/src/assets/mprtgage/WarehousePlan.jpg b/src/assets/mprtgage/WarehousePlan.jpg new file mode 100644 index 0000000..e6cc0ce Binary files /dev/null and b/src/assets/mprtgage/WarehousePlan.jpg differ diff --git a/src/assets/mprtgage/camera.jpg b/src/assets/mprtgage/camera.jpg new file mode 100644 index 0000000..3b9f52e Binary files /dev/null and b/src/assets/mprtgage/camera.jpg differ diff --git a/src/views/mortgage/index.vue b/src/views/mortgage/index.vue index 56f08f7..c8a2dd6 100644 --- a/src/views/mortgage/index.vue +++ b/src/views/mortgage/index.vue @@ -49,11 +49,15 @@
- -
-
-
-
+ + + + +
@@ -90,7 +94,7 @@
-
@@ -689,54 +693,55 @@ img { width: 100%; height: 100%; + object-fit: cover; } .mortgage_top_item_top_btn1 { // z-index: 100; position: absolute; - top: 0%; - left: 50%; - width: 50%; - height: 50%; + top: 81%; + left: 75%; + width: 6%; + height: 12%; background-color: #f0f; /*设置透明度,0为完全透明,1为不透明*/ - opacity: 0; + // opacity: 0; } .mortgage_top_item_top_btn2 { // z-index: 100; position: absolute; - top: 50%; - left: 0%; - width: 50%; - height: 50%; + top: 77%; + left: 64%; + width: 7%; + height: 12%; background-color: #ff0; /*设置透明度,0为完全透明,1为不透明*/ - opacity: 0; + // opacity: 0; } .mortgage_top_item_top_btn3 { // z-index: 100; position: absolute; - top: 50%; - left: 50%; - width: 50%; - height: 50%; + top: 80%; + left: 54%; + width: 7%; + height: 13%; background-color: #00f; /*设置透明度,0为完全透明,1为不透明*/ - opacity: 0; + // opacity: 0; } .mortgage_top_item_top_btn4 { // z-index: 100; position: absolute; - top: 0%; - left: 0%; - width: 50%; - height: 50%; + top: 62%; + left: 81%; + width: 6%; + height: 12%; background-color: #0ff; /*设置透明度,0为完全透明,1为不透明*/ - opacity: 0; + // opacity: 0; } }