/* styles.css */
#telegramButton {
    position: fixed; /* 让按钮固定在页面上 */
    bottom: 50px; /* 距离页面底部的距离 */
    right: 10px; /* 距离页面右侧的距离 */
    z-index: 9999; /* 确保按钮在其他内容上面 */
    cursor: pointer; /* 鼠标指针样式 */
}