()
| 171 | } |
| 172 | chat_button_img.style.display = 'block' |
| 173 | function resizeImg() { |
| 174 | const rate = window.outerWidth / window.innerWidth; |
| 175 | chat_button_img.style.width = `${30 * (1 / rate)}px`; |
| 176 | chat_button_img.style.height = `${30 * (1 / rate)}px`; |
| 177 | } |
| 178 | resizeImg() |
| 179 | window.addEventListener('resize', resizeImg); |
| 180 | // 对话框元素 |