Commit d9ad93bf by 陈玉桐

fix

parent 3d82fad1
...@@ -715,6 +715,7 @@ export default { ...@@ -715,6 +715,7 @@ export default {
position: absolute; position: absolute;
top: 0; top: 0;
left: 0; left: 0;
z-index: 0;
img{ img{
position: absolute; position: absolute;
} }
...@@ -937,7 +938,7 @@ export default { ...@@ -937,7 +938,7 @@ export default {
// top: 0; // top: 0;
z-index: 999999; z-index: 999999;
>img{ >img{
height: 72%; height: 450px;
width: 100%; width: 100%;
display: block; display: block;
z-index: 1; z-index: 1;
...@@ -959,7 +960,7 @@ export default { ...@@ -959,7 +960,7 @@ export default {
color: #fff; color: #fff;
position: absolute; position: absolute;
right: 25px; right: 25px;
top: 300px; top: 290px;
display: flex; display: flex;
z-index: 2; z-index: 2;
font-weight: 500; font-weight: 500;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment