
信貸小額借款安全怎麼辦ptt 網友強推提高貸款過件率的方法
信貸小額借款安全怎麼辦ptt
信貸整合負債利率ptt
【超震撼】貸款試算竟然這麼簡單?3分鐘算出最省錢方案! body { font-family: 'Noto Sans TC', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; line-height: 1.8; margin: 0; padding: 20px; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: #333; } .container { max-width: 800px; margin: 0 auto; background: white; border-radius: 15px; box-shadow: 0 20px 40px rgba(0,0,0,0.1); overflow: hidden; } .header { background: linear-gradient(135deg, #FF6B6B, #4ECDC4); padding: 40px 30px; text-align: center; color: white; } .title { font-size: 28px; font-weight: 800; margin: 0; text-shadow: 2px 2px 4px rgba(0,0,0,0.3); line-height: 1.3; } .subtitle { font-size: 16px; margin-top: 15px; opacity: 0.9; font-weight: 300; } .content { padding: 40px 30px; } .section { margin-bottom: 35px; } h2 { color: #2E86AB; font-size: 24px; font-weight: 700; margin-bottom: 20px; padding-bottom: 10px; border-bottom: 3px solid #FFE66D; position: relative; } h2::before { content: "📌 "; font-size: 20px; } h3 { color: #A23B72; font-size: 20px; font-weight: 600; margin: 25px 0 15px 0; } h3::before { content: "🎯 "; font-size: 16px; } p { margin-bottom: 18px; font-size: 16px; color: #444; } .highlight { background: linear-gradient(120deg, #FFE66D 0%, #FFE66D 100%); background-repeat: no-repeat; background-size: 100% 0.2em; background-position: 0 88%; font-weight: 600; color: #2E86AB; } .warning-box { background: linear-gradient(135deg, #FF6B6B, #FF8E53); color: white; padding: 25px; border-radius: 12px; margin: 25px 0; box-shadow: 0 8px 20px rgba(255, 107, 107, 0.3); } .warning-box h4 { margin: 0 0 15px 0; font-size: 18px; font-weight: 700; } .tip-box { background: linear-gradient(135deg, #4ECDC4, #44A08D); color: white; padding: 25px; border-radius: 12px; margin: 25px 0; box-shadow: 0 8px 20px rgba(78, 205, 196, 0.3); } .tip-box h4 { margin: 0 0 15px 0; font-size: 18px; font-weight: 700; } .calculator-box { background: linear-gradient(135deg, #667eea, #764ba2); color: white; padding: 30px; border-radius: 12px; margin: 25px 0; box-shadow: 0 8px 20px rgba(102, 126, 234, 0.3); } .calculator-box h4 { margin: 0 0 20px 0; font-size: 18px; font-weight: 700; text-align: center; } .calc-row { display: flex; margin-bottom: 15px; align-items: center; gap: 15px; } .calc-label { min-width: 120px; font-weight: 600; } .calc-input { flex: 1; padding: 10px; border: none; border-radius: 8px; font-size: 16px; background: rgba(255,255,255,0.9); } .calc-button { background: #FFD700; color: #333; padding: 12px 30px; border: none; border-radius: 8px; font-weight: 700; cursor: pointer; font-size: 16px; transition: all 0.3s ease; } .calc-button:hover { background: #FFA500; transform: translateY(-2px); } .calc-result { background: rgba(255,255,255,0.2); padding: 20px; border-radius: 8px; margin-top: 20px; text-align: center; } .result-value { font-size: 24px; font-weight: 700; margin: 10px 0; } ul { padding-left: 0; } li { list-style: none; padding: 12px 0; border-bottom: 1px solid #f0f0f0; position: relative; padding-left: 30px; } li::before { content: "✓"; color: #4ECDC4; font-weight: bold; position: absolute; left: 5px; font-size: 16px; } .comparison-table { width: 100%; border-collapse: collapse; margin: 20px 0; background: white; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1); } .comparison-table th { background: linear-gradient(135deg, #667eea, #764ba2); color: white; padding: 15px; text-align: center; font-weight: 600; } .comparison-table td { padding: 12px; text-align: center; border-bottom: 1px solid #f0f0f0; } .comparison-table tbody tr:hover { background: #f8f9fa; } .cta-section { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; padding: 40px 30px; text-align: center; margin: 40px -30px -40px -30px; } .cta-button { display: inline-block; background: linear-gradient(135deg, #FFD700, #FFA500); color: #B22222 !important; padding: 18px 40px; border-radius: 50px; text-decoration: none; font-weight: 800; font-size: 18px; margin: 20px 0; box-shadow: 0 8px 25px rgba(255, 215, 0, 0.4); transition: all 0.3s ease; text-transform: uppercase; letter-spacing: 1px; } .cta-button:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(255, 215, 0, 0.6); } .states-list { background: #f8f9fa; padding: 25px; border-radius: 12px; margin: 20px 0; } .states-list h4 { color: #2E86AB; margin-bottom: 15px; font-weight: 700; } .disclaimer { font-size: 10px; color: #888; text-align: center; margin-top: 20px; opacity: 0.7; } .image-container { text-align: center; margin: 30px 0; } .image-container img { max-width: 100%; height: auto; border-radius: 12px; box-shadow: 0 8px 20px rgba(0,0,0,0.1); } @media (max-width: 768px) { body { padding: 10px; } .header { padding: 30px 20px; } .title { font-size: 24px; } .content { padding: 30px 20px; } h2 { font-size: 20px; } h3 { font-size: 18px; } .calc-row { flex-direction: column; align-items: stretch; } .calc-label { min-width: auto; margin-bottom: 5px; } .comparison-table { font-size: 14px; } .comparison-table th, .comparison-table td { padding: 8px; } .cta-section { margin: 30px -20px -30px -20px; padding: 30px 20px; } }