Browse Source

2023-11-15

master
guoxing 1 year 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 {
//
// 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;

Loading…
Cancel
Save