From 7351a6abe90b5944907543de43dbbadaf0498c29 Mon Sep 17 00:00:00 2001 From: guoxing <1369478551@qq.com> Date: Tue, 14 Nov 2023 18:33:03 +0800 Subject: [PATCH] 203 --- src/views/mortgage/index.vue | 38 ++++++++++++++++++------------------ 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/src/views/mortgage/index.vue b/src/views/mortgage/index.vue index 3c4b563..77cae6a 100644 --- a/src/views/mortgage/index.vue +++ b/src/views/mortgage/index.vue @@ -694,10 +694,10 @@ .mortgage_top_item_top_btn1 { z-index: 100; position: absolute; - top: 5px; - left: 618px; - width: 133px; - height: 90px; + top: 0px; + left: 368px; + width: 393px; + height: 150px; background-color: #f0f; /*设置透明度,0为完全透明,1为不透明*/ opacity: 0; @@ -706,11 +706,11 @@ .mortgage_top_item_top_btn2 { z-index: 100; position: absolute; - top: 120px; - left: 611px; - width: 103px; - height: 80px; - background-color: #1d62e2; + top: 150px; + left: 0px; + width: 393px; + height: 150px; + background-color: #ff0; /*设置透明度,0为完全透明,1为不透明*/ opacity: 0; } @@ -718,11 +718,11 @@ .mortgage_top_item_top_btn3 { z-index: 100; position: absolute; - top: 181px; - left: 521px; - width: 83px; - height: 80px; - background-color: #1d62e2; + top: 150px; + left: 368px; + width: 393px; + height: 150px; + background-color: #00f; /*设置透明度,0为完全透明,1为不透明*/ opacity: 0; } @@ -730,11 +730,11 @@ .mortgage_top_item_top_btn4 { z-index: 100; position: absolute; - top: 201px; - left: 415px; - width: 98px; - height: 90px; - background-color: #1d62e2; + top: 0px; + left: 0px; + width: 398px; + height: 150px; + background-color: #0ff; /*设置透明度,0为完全透明,1为不透明*/ opacity: 0; }