Skip to main content

產品校正報告書

/* 全局深色背景主題 */ html, body, .full-width-section { background-color: #0a0e27 !important; color: #e8e8e8 !important; } /* 移除所有默認白色背景 */ * { background-color: transparent !important; } /* 重新設置區塊背景 */ .full-width-section { background-color: #0a0e27 !important; width: 100vw !important; margin-left: calc(50% - 50vw) !important; padding: 60px 20px !important; overflow-x: hidden !important; } /* 標題樣式 */ h1, h2, h3, h4, h5, h6 { color: #00d9ff !important; font-weight: 700 !important; margin-bottom: 20px !important; } h1 { font-size: 2.8em !impo