Commit a4d00474 by hank

fix bug

parent 6d754501
...@@ -1083,6 +1083,14 @@ export default { ...@@ -1083,6 +1083,14 @@ export default {
} }
} }
} }
.isIos.iframe-container {
.arrow-left {
left: 0;
}
.arrow-right {
right: 0px;
}
}
.iframe-container { .iframe-container {
box-sizing: border-box; box-sizing: border-box;
// display: flex; // display: flex;
...@@ -1097,7 +1105,7 @@ export default { ...@@ -1097,7 +1105,7 @@ export default {
margin-bottom: 10px; margin-bottom: 10px;
.arrow-left { .arrow-left {
position: absolute; position: absolute;
left: 0px; left: 15px;
top: calc(50% - 11px); top: calc(50% - 11px);
z-index: 1999; z-index: 1999;
width: 6.5px; width: 6.5px;
...@@ -1106,7 +1114,7 @@ export default { ...@@ -1106,7 +1114,7 @@ export default {
} }
.arrow-right { .arrow-right {
position: absolute; position: absolute;
right: 0px; right: 15px;
top: calc(50% - 11px); top: calc(50% - 11px);
z-index: 1999; z-index: 1999;
width: 6.5px; width: 6.5px;
...@@ -1125,6 +1133,7 @@ export default { ...@@ -1125,6 +1133,7 @@ export default {
margin: 0 auto; margin: 0 auto;
} }
.isIos .iframe { .isIos .iframe {
box-shadow: 0px 14px 27px 0px rgba(0, 0, 0, 0.16); box-shadow: 0px 14px 27px 0px rgba(0, 0, 0, 0.16);
} }
.iframe { .iframe {
......
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