Commit d85bb3e9 by 杨翰文

fix: 修复样式

parent f84b5139
...@@ -162,24 +162,28 @@ ...@@ -162,24 +162,28 @@
} }
.modal-wrap{ .modal-wrap {
background: rgba(0,0,0,.7); background: rgba(0, 0, 0, .7);
position: fixed; position: fixed;
z-index: 1000; z-index: 3;
width: 100%; width: 100%;
height: 100%; height: 100%;
display: flex;
} align-items: center;
.modal-container{ justify-content: center;
}
}
.poster{ .modal-container {
width: 6.51rem; position: relative;
height: 10.65rem; transform: scale(0.9);
position: relative; }
margin: 0.56rem auto 0.25rem;
position: relative; .poster {
} width: 6.51rem;
height: 10.65rem;
position: relative;
margin: 0rem auto 0.25rem;
}
.poster-img{ .poster-img{
width: 100%; width: 100%;
height: 100%; height: 100%;
......
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 sign in to comment