Commit 943d665b by 陈玉桐

fix fc

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