Browse Source

2023-11-15

master
guoxing 2 years ago
parent
commit
847daa2fda
  1. 20
      src/views/mortgage/index.vue

20
src/views/mortgage/index.vue

@ -697,23 +697,25 @@
} }
.mortgage_top_item_top_btn1 { .mortgage_top_item_top_btn1 {
//
// z-index: 100; // z-index: 100;
position: absolute; position: absolute;
top: 81%; top: 81%;
left: 75%; left: 75%;
width: 6%; width: 6%;
height: 12%; height: 13%;
background-color: #f0f; background-color: #f0f;
/*设置透明度,0为完全透明,1为不透明*/ /*设置透明度,0为完全透明,1为不透明*/
// opacity: 0; // opacity: 0;
} }
.mortgage_top_item_top_btn2 { .mortgage_top_item_top_btn2 {
//
// z-index: 100; // z-index: 100;
position: absolute; position: absolute;
top: 77%; top: 77%;
left: 64%; left: 64.5%;
width: 7%; width: 5.5%;
height: 12%; height: 12%;
background-color: #ff0; background-color: #ff0;
/*设置透明度,0为完全透明,1为不透明*/ /*设置透明度,0为完全透明,1为不透明*/
@ -721,11 +723,12 @@
} }
.mortgage_top_item_top_btn3 { .mortgage_top_item_top_btn3 {
//
// z-index: 100; // z-index: 100;
position: absolute; position: absolute;
top: 80%; top: 81%;
left: 54%; left: 54.5%;
width: 7%; width: 6%;
height: 13%; height: 13%;
background-color: #00f; background-color: #00f;
/*设置透明度,0为完全透明,1为不透明*/ /*设置透明度,0为完全透明,1为不透明*/
@ -733,12 +736,13 @@
} }
.mortgage_top_item_top_btn4 { .mortgage_top_item_top_btn4 {
//
// z-index: 100; // z-index: 100;
position: absolute; position: absolute;
top: 62%; top: 63%;
left: 81%; left: 81%;
width: 6%; width: 6%;
height: 12%; height: 11%;
background-color: #0ff; background-color: #0ff;
/*设置透明度,0为完全透明,1为不透明*/ /*设置透明度,0为完全透明,1为不透明*/
// opacity: 0; // opacity: 0;

Loading…
Cancel
Save