* { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); min-height: 100vh; padding-bottom: 20px; } .header { background: rgba(255, 255, 255, 0.95); padding: 20px; text-align: center; box-shadow: 0 2px 10px rgba(0,0,0,0.1); } .header h1 { color: #667eea; font-size: 24px; margin-bottom: 5px; } .header p { color: #666; font-size: 14px; } .container { max-width: 600px; margin: 20px auto; padding: 0 15px; } .card { background: white; border-radius: 15px; padding: 20px; margin-bottom: 15px; box-shadow: 0 4px 15px rgba(0,0,0,0.1); } .wallet-section { display: flex; align-items: center; justify-content: space-between; padding: 15px; background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%); border-radius: 12px; color: white; } .wallet-info { flex: 1; } .wallet-label { font-size: 12px; opacity: 0.9; margin-bottom: 5px; } .wallet-address { font-size: 14px; font-weight: bold; word-break: break-all; } .connect-btn { background: white; color: #f5576c; border: none; padding: 10px 20px; border-radius: 20px; font-weight: bold; cursor: pointer; white-space: nowrap; margin-left: 10px; } .form-section { margin-bottom: 20px; } .section-title { font-size: 16px; font-weight: bold; color: #333; margin-bottom: 15px; display: flex; align-items: center; } .section-title::before { content: ''; display: inline-block; width: 4px; height: 16px; background: #667eea; margin-right: 8px; border-radius: 2px; } .input-group { margin-bottom: 15px; } .input-label { font-size: 14px; color: #666; margin-bottom: 8px; display: block; } .input-field { width: 100%; padding: 12px; border: 1px solid #e0e0e0; border-radius: 8px; font-size: 14px; transition: border 0.3s; } .input-field:focus { outline: none; border-color: #667eea; } .switch-group { display: flex; align-items: center; justify-content: space-between; padding: 15px; background: #f5f5f5; border-radius: 8px; } .switch-label { font-size: 14px; color: #333; } .deploy-btn { width: 100%; padding: 16px; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; border: none; border-radius: 12px; font-size: 16px; font-weight: bold; cursor: pointer; transition: transform 0.2s; } .deploy-btn:active { transform: scale(0.98); } .deploy-btn:disabled { opacity: 0.6; cursor: not-allowed; } .info-box { background: #fff3e0; border-left: 4px solid #ff9800; padding: 12px; border-radius: 8px; font-size: 13px; color: #666; line-height: 1.6; } .result-card { background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%); color: white; padding: 20px; border-radius: 12px; margin-top: 20px; } .result-title { font-size: 18px; font-weight: bold; margin-bottom: 15px; } .result-item { margin-bottom: 10px; font-size: 14px; } .result-label { opacity: 0.9; margin-bottom: 5px; } .result-value { font-weight: bold; word-break: break-all; } .link-btn { display: inline-block; background: white; color: #4facfe; padding: 8px 16px; border-radius: 20px; text-decoration: none; font-size: 13px; margin-top: 10px; margin-right: 10px; } .loading { text-align: center; padding: 20px; } .spinner { border: 3px solid #f3f3f3; border-top: 3px solid #667eea; border-radius: 50%; width: 40px; height: 40px; animation: spin 1s linear infinite; margin: 0 auto 15px; } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
快速部署您的BEP20代币到币安智能链