@@ -31,6 +31,9 @@ function Z2Scene() {
{uid ? (
<iframe
// src={`${isEnvUrl}/scene/index.html#/?m=${uid}`}
+ // 本地化
+ // src={`/swkk/spg.html?m=${uid}`}
+
src={`https://www.4dkankan.com/spg.html?m=${uid}`}
frameBorder="0"
></iframe>
@@ -112,8 +112,9 @@
.openBox img {
position: absolute;
- top: 38px;
- left: 20px;
+ top: 50%;
+ transform: translateY(-50%);
+ right: 20px;
cursor: pointer;
height: 51px;
}