guoxing 2 years ago
parent
commit
7351a6abe9
  1. 38
      src/views/mortgage/index.vue

38
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;
}

Loading…
Cancel
Save