Commit 943d665b by 陈玉桐

fix fc

parent c9ae49d3
......@@ -607,7 +607,7 @@ export default {
}
#posterCon{
padding: 10px 35.5px 0;
padding-top: 10px;
>img{
height: 30px;
width: 290px;
......@@ -617,9 +617,10 @@ export default {
}
#posterBox{
background-color: #fff;
width: 100%;
width: 304px;
height: 440px;
position: relative;
margin: 0 auto;
#poster21Box{
height: 77.8%;
width: 100%;
......@@ -1118,9 +1119,13 @@ export default {
width: 100%;
height: 100%;
z-index: 99999;
display: flex;
justify-content: center;
align-items: center;
background: #ccc;
img{
width: 100%;
height: 100%;
width: 304px;
height: 440px;
}
#posterClose{
width: 37px;
......
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