diff --git a/view/molistar/modules/smashEggs/css/index.css b/view/molistar/modules/smashEggs/css/index.css index 828c3eb..3552a11 100644 --- a/view/molistar/modules/smashEggs/css/index.css +++ b/view/molistar/modules/smashEggs/css/index.css @@ -235,3 +235,23 @@ body { font-size: 0.32rem; font-weight: bold; } + +.mc { + position: fixed; + left: 0; + top: 0; + bottom: 0; + right: 0; + background: #8B37E4; + display: none; +} + +.mc .text { + color: #fff; + text-align: center; + position: absolute; + left: 50%; + top: 50%; + transform: translate(-50%, -50%); + font-size: 0.34667rem; +} diff --git a/view/molistar/modules/smashEggs/css/index.scss b/view/molistar/modules/smashEggs/css/index.scss index e85d89d..1dc8ef4 100644 --- a/view/molistar/modules/smashEggs/css/index.scss +++ b/view/molistar/modules/smashEggs/css/index.scss @@ -241,4 +241,24 @@ body { } } } +} + +.mc { + position: fixed; + left: 0; + top: 0; + bottom: 0; + right: 0; + background: #8B37E4; + display: none; + + .text { + color: #fff; + text-align: center; + position: absolute; + left: 50%; + top: 50%; + transform: translate(-50%, -50%); + font-size: px2rem(26); + } } \ No newline at end of file diff --git a/view/molistar/modules/smashEggs/index.html b/view/molistar/modules/smashEggs/index.html index 89697b6..1429bce 100644 --- a/view/molistar/modules/smashEggs/index.html +++ b/view/molistar/modules/smashEggs/index.html @@ -57,6 +57,10 @@ --> + +
+
+
diff --git a/view/molistar/modules/smashEggs/js/index.js b/view/molistar/modules/smashEggs/js/index.js index daf6358..f89214f 100644 --- a/view/molistar/modules/smashEggs/js/index.js +++ b/view/molistar/modules/smashEggs/js/index.js @@ -146,7 +146,7 @@ function draw(num) { data: { deviceId: pubInfo.deviceInfo.deviceId, sendMessage: 1, - roomUid: pubInfo.roomUid, + roomUid: browser.ios ? '7562632' : pubInfo.roomUid, num, }, success(res) {