Commit a9b8c496 by 陈玉桐

fix

parent 0c4b38e7
...@@ -414,6 +414,7 @@ export default { ...@@ -414,6 +414,7 @@ export default {
#tool{ #tool{
// height: 100%; // height: 100%;
padding-bottom: 80px; padding-bottom: 80px;
position: relative;
} }
#posterCon{ #posterCon{
padding: 10px 35.5px 0; padding: 10px 35.5px 0;
...@@ -685,7 +686,7 @@ export default { ...@@ -685,7 +686,7 @@ export default {
// top: 0; // top: 0;
z-index: 999999; z-index: 999999;
>img{ >img{
height: 74%; height: 72%;
width: 100%; width: 100%;
display: block; display: block;
} }
...@@ -772,7 +773,7 @@ export default { ...@@ -772,7 +773,7 @@ export default {
// top: 0; // top: 0;
z-index: 999999; z-index: 999999;
>img{ >img{
height: 74%; height: 72%;
width: 100%; width: 100%;
display: block; display: block;
z-index: 1; z-index: 1;
...@@ -893,9 +894,8 @@ export default { ...@@ -893,9 +894,8 @@ export default {
#poster{ #poster{
position: fixed; position: fixed;
top: 0; top: 0;
left: 0; width: 100%;
right: 0; height: 100%;
bottom: 0;
z-index: 99999; z-index: 99999;
img{ img{
width: 100%; width: 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 to comment