From 847daa2fda6cd5936054cb975f45d3a6809bea23 Mon Sep 17 00:00:00 2001 From: guoxing <1369478551@qq.com> Date: Wed, 15 Nov 2023 12:46:32 +0800 Subject: [PATCH] 2023-11-15 --- src/views/mortgage/index.vue | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/src/views/mortgage/index.vue b/src/views/mortgage/index.vue index c8a2dd6..e02e4c4 100644 --- a/src/views/mortgage/index.vue +++ b/src/views/mortgage/index.vue @@ -697,23 +697,25 @@ } .mortgage_top_item_top_btn1 { + //二通道 // z-index: 100; position: absolute; top: 81%; left: 75%; width: 6%; - height: 12%; + height: 13%; background-color: #f0f; /*设置透明度,0为完全透明,1为不透明*/ // opacity: 0; } .mortgage_top_item_top_btn2 { + // 三通道 // z-index: 100; position: absolute; top: 77%; - left: 64%; - width: 7%; + left: 64.5%; + width: 5.5%; height: 12%; background-color: #ff0; /*设置透明度,0为完全透明,1为不透明*/ @@ -721,11 +723,12 @@ } .mortgage_top_item_top_btn3 { + // 四通道 // z-index: 100; position: absolute; - top: 80%; - left: 54%; - width: 7%; + top: 81%; + left: 54.5%; + width: 6%; height: 13%; background-color: #00f; /*设置透明度,0为完全透明,1为不透明*/ @@ -733,12 +736,13 @@ } .mortgage_top_item_top_btn4 { + // 一通道 // z-index: 100; position: absolute; - top: 62%; + top: 63%; left: 81%; width: 6%; - height: 12%; + height: 11%; background-color: #0ff; /*设置透明度,0为完全透明,1为不透明*/ // opacity: 0;