Commit f86751b7 by 陈玉桐

fix60天

parent d9ad93bf
...@@ -570,9 +570,9 @@ export default { ...@@ -570,9 +570,9 @@ export default {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
background: #fff;
font-weight: 500;
span{ span{
color: #fff;
font-weight: 500;
padding: 15px 20px; padding: 15px 20px;
} }
} }
...@@ -715,7 +715,6 @@ export default { ...@@ -715,7 +715,6 @@ export default {
position: absolute; position: absolute;
top: 0; top: 0;
left: 0; left: 0;
z-index: 0;
img{ img{
position: absolute; position: absolute;
} }
...@@ -731,7 +730,7 @@ export default { ...@@ -731,7 +730,7 @@ export default {
img:nth-child(2){ img:nth-child(2){
width: 100%; width: 100%;
height: 100%; height: 100%;
z-index: 1; z-index: 0;
} }
} }
} }
......
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