@@ -1776,7 +1776,7 @@ export default {
// 使用异步函数
(async () => {
setTimeout(function() {
- player.Native.Camera.setAnchorPos([-9.9559907913208, -20.36981773376465, 0]);
+ player.Native.Camera.setAnchorPos([-18.374309539794922, -20.014415740966797, 0]);
}, 3000);
})();
}
@@ -71,8 +71,8 @@
.reconnect{
position: absolute;
- top:45%;
- left: 0;
+ top:0px;
+ left: 0px;
height: 100%;
width: 100%;
background-color: #1b0f0f9b;
@@ -80,6 +80,7 @@
font-size: 24px;
z-index: 1000001;
text-align: center;
+ padding-top: 25%;
#iframeWin .content,#iframeWin iframe{
height: 724px;