代码
书迷正在阅读:[霸刀x刀宗]寸间山海 , 缱绻 , 【G/B】当虫族女王变成虐文女主后 , [赤井秀一X安室透]秘密情人 , 【庆余年all泽/主闲泽必泽】西风多少恨 , 【崩铁乙女】短篇集合-就是要跟男人睡觉啊! , 入幕之宾(SM SP) , 朝朝与向 , 甜诱王纪缭爆,禁欲王爷论陷 , 从孤岛回来后我np了 , 【文野/主攻】今天太宰全图鉴了吗 , 少年情怀总是诗(1v2)
ndex: 10; } .back-btn { cursor: pointer; transition: all 0.2s ease; width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; border-radius: 8px; } .back-btn:hover { background: rgba(0, 0, 0, 0.05); transform: scale(1.05); } .card { background: white; border-radius: 16px; padding: 18px; margin-bottom: 16px; box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05); border: 1px solid rgba(0, 0, 0, 0.03); transition: all 0.3s ease; } .card:hover { box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); transform: translateY(-2px); } .chat-bubble { max-width: 75%; border-radius: 18px; padding: 12px 16px; margin-bottom: 12px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); position: relative; animation: fadeIn 0.3s ease; } @keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } } .chat-left { background: f1f1f1; align-self: flex-start; border-bottom-left-radius: 4px; } .chat-right { background: 000; color: white; align-self: flex-end; border-bottom-right-radius: 4px; } .chat-container {