Commit a4d00474 by hank

fix bug

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