×
注意!页面内容来自http://www.daluacc.com/梦幻西游之超级签到免费阅读 - 解锁通_2020.html,本站不储存任何内容,为了更好的阅读体验进行在线解析,若有广告出现,请及时反馈。若您觉得侵犯了您的利益,请通知我们进行删除,然后访问 原网页
CN
<> /* 客服插件容器 */ #cs-widget-container { position: fixed; bottom: 30px; right: 30px; z-index: 999999; font-family: -apple-systemBlinkMacSystemFont"Segoe UI"Roboto"Helvetica Neue"Arialsans-serif; } /* 消息提示气泡 */ .cs-message-tip { position: absolute; bottom: 80px; right: 0; background: #fff; padding: 12px 20px; border-radius: 12px; box-shadow: 0 4px 15px rgba(0000.1); width: 200px; font-size: 14px; color: #333; border: 1px solid #eee; animation: cs-bounce 2s infinite; display: block; } .cs-message-tip::after { content: ''; position: absolute; bottom: -8px; right: 25px; border-left: 8px solid transparent; border-right: 8px solid transparent; border-top: 8px solid #fff; } /* 主按钮 */ .cs-main-btn { width: 60px; height: 60px; background: linear-gradient(135deg#007AFF#0056b3); border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; box-shadow: 0 4px 12px rgba(01222550.4); transition: all 0.3s cubic-bezier(0.1750.8850.321.275); position: relative; } .cs-main-btn:hover { transform: scale(1.1) rotate(5deg); } /* 按钮图标 (SVG) */ .cs-icon { width: 30px; height: 30px; fill: white; } /* 快捷菜单 */ .cs-menu { position: absolute; bottom: 75px; right: 0; display: flex; flex-direction: column; gap: 10px; opacity: 0; visibility: hidden; transform: translateY(20px); transition: all 0.3s ease; } .cs-menu.active { opacity: 1; visibility: visible; transform: translateY(0); } .cs-menu-item { background: #fff; padding: 10px 15px; border-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,0.1); text-decoration: none; color: #333; font-size: 13px; white-space: nowrap; display: flex; align-items: center; gap: 8px; transition: background 0.2s; } .cs-menu-item:hover { background: #f8f9fa; color: #007AFF; } /* 动画关键帧 */ @keyframes cs-bounce { 0%20%50%80%100% {transform: translateY(0);} 40% {transform: translateY(-10px);} 60% {transform: translateY(-5px);} } /* 移动端适配 */ @media (max-width: 480px) { #cs-widget-container { bottom: 20px; right: 20px; } .cs-message-tip { display: none; /* 手机端隐藏气泡 */ } } >