:global { .var-popup .var-popup--center { overflow: initial; } } .startBtn { position: fixed; left: 50%; top: 50%; margin-left: -70px; margin-top: -70px; width: 140px; height: 140px; z-index: 11; & > img { display: block; width: 100%; height: 100%; } } .endBtn{ position: fixed; left: 50%; bottom: 16px; width: 120px; height: 40px; margin-left: -70px; z-index: 11; & > img { display: block; width: 100%; height: 100%; } } .dialogueBox { position: fixed; bottom: -1px; right: 0; z-index: 9; display: flex; flex-direction: column; align-items: flex-end; .dialogue { position: relative; right: 21px; top: 15px; width: 190px; height: 50px; .dialoguebg { position: absolute; left: 0; top: 0; width: 100%; } &>div { position: relative; z-index: 1; padding: 10px; font-size: 11px; font-weight: 400; color: #6F4900; line-height: 18px; } } .dialogueing { position: absolute; bottom: 10px; right: 70%; width: 54px; line-height: 23px; background: #FFE1B8; border-radius: 12px; border: 1px solid #FFFFFF; font-size: 11px; color: #6F4900; text-align: center; z-index: 1; } .dialogueIcon { width: 100px; height: 100px; } .inRadioIcon { width: 66px; height: 72px; margin-right: 6px; } }