代码
书迷正在阅读:鬼灭之刃——月霞同人 , 龍騎士浪漫香豔史 , 合理使用外表转变人生 , 大小姐被灌日常(NPH) , 殿下你的内裤是粉色 , 苦情女配手撕剧本[七零] , [女攻]系统催眠实录 , 女奴养成手册 , 政聂:曾回首 , 【综总攻】海王无所畏惧 , 陆沉与你 长情系列 , 作态(剧情向,迟钝白月光vs忠犬总裁)
x; height: 44px; background: rgba(255, 255, 255, 0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; font-size: 20px; cursor: pointer; transition: all 0.2s ease; } .close-viewer:hover { background: rgba(255, 255, 255, 0.2); transform: scale(1.1); } .app-title { font-size: 1.25rem; font-weight: 700; } .product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 12px; } .product-item { text-align: center; } .product-icon { height: 80px; background: f8f8f8; border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 8px; font-size: 24px; color: 555; } .calculator { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; padding: 20px; } .calc-btn { height: 70px; border-radius: 16px; display: flex; align-items: center; justify-content: center; font-size: 24px; font-weight: 500; cursor: pointer; transition: all 0.2s ease; } .calc-btn:hover { transform: scale(0.95); } .calc-number {