門市貨號位置系統 (雲端 Firestore 版) 原封不動貼回此處) */ #hc-app-root { position: fixed !important; top: 0 !important; left: 0 !important; right: 0 !important; bottom: 0 !important; z-index: 99999 !important; background: radial-gradient(circle at 15% 50%, rgba(15, 23, 42, 1), transparent 50%), radial-gradient(circle at 85% 30%, rgba(30, 27, 75, 1), transparent 50%), linear-gradient(135deg, #020617 0%, #0f172a 100%) !important; overflow-y: auto !important; margin: 0 !important; padding: 10px 10px 150px 10px !important; box-sizing: border-box !important; -webkit-overflow-scrolling: touch !important; color: #e2e8f0 !important; } body { overflow: hidden !important; font-family: 'SF Pro Display', -apple-system, Arial, sans-serif; background: #020617; margin: 0; padding: 10px; padding-bottom: 80px; user-select: none; -webkit-tap-highlight-color: transparent; font-size: 20px; letter-spacing: 0.5px; } header, footer, #header, #footer, .header, .footer, .sl-header, .sl-footer { display: none !important; } .container, .section-box, .map-container, .floor-plan-wrapper, .input-row, #mapManagerSection { background: rgba(255, 255, 255, 0.03) !important; backdrop-filter: blur(24px) !important; -webkit-backdrop-filter: blur(24px) !important; border: 1px solid rgba(255, 255, 255, 0.08) !important; box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5) !important; border-radius: 16px !important; } .container { padding: 20px; } h1, h2, h3, h4 { color: #e0f2fe !important; font-weight: 600; text-shadow: 0 2px 10px rgba(0,0,0,0.5); } h2 { margin-top: 0; border-bottom: 1px solid rgba(255,255,255,0.1); padding-bottom: 15px; display:flex; justify-content:space-between; align-items:center; font-size: 1.5rem;} button { border: none; border-radius: 10px; font-weight: bold; cursor: pointer; color: white; transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1); font-size: 15px; letter-spacing: 1px; } button:active { transform: scale(0.95); } .btn-teal { background: linear-gradient(135deg, #0ea5e9 0%, #3b82f6 100%) !important; box-shadow: 0 4px 15px rgba(14, 165, 233, 0.4) !important; border: 1px solid rgba(255,255,255,0.2) !important; } .btn-teal:hover { box-shadow: 0 0 25px rgba(14, 165, 233, 0.6) !important; } .btn-blue { background: rgba(56, 189, 248, 0.1) !important; border: 1px solid #38bdf8 !important; color: #38bdf8 !important; } .btn-red { background: rgba(244, 63, 94, 0.1) !important; border: 1px solid #f43f5e !important; color: #f43f5e !important; } .btn-outline { background: rgba(0,0,0,0.3) !important; border: 1px solid rgba(255,255,255,0.2) !important; color: #cbd5e1 !important; padding: 10px; font-size: 14px; margin-top: 10px; width: 100%; border-radius: 10px;} .btn-float { position: fixed; bottom: 20px; right: 20px; width: 65px; height: 65px; border-radius: 50%; font-size: 28px; z-index: 1000; display: flex; justify-content: center; align-items: center; background: linear-gradient(135deg, #0ea5e9, #3b82f6) !important; box-shadow: 0 8px 30px rgba(14, 165, 233, 0.6) !important; border: 1px solid rgba(255,255,255,0.2); } .btn-db { width: 200px; max-width: 100%; padding: 12px; font-size: 15px; text-align: center; display: inline-flex; align-items: center; justify-content: center; } .section-box { padding: 16px; margin-bottom: 20px; } #hc-app-root input, #hc-app-root select { border: 1px solid rgba(56, 189, 248, 0.3) !important; background-color: rgba(15, 23, 42, 0.6) !important; color: #38bdf8 !important; border-radius: 10px !important; padding: 12px 16px !important; transition: all 0.3s ease !important; box-shadow: inset 0 2px 10px rgba(0,0,0,0.3); } #hc-app-root input:focus, #hc-app-root select:focus { border-color: #0ea5e9 !important; background-color: rgba(15, 23, 42, 0.8) !important; box-shadow: 0 0 15px rgba(14, 165, 233, 0.5), inset 0 2px 10px rgba(0,0,0,0.5) !important; outline: none !important; } #hc-app-root input::placeholder { color: #475569 !important; font-weight: normal !important; } .large-input { font-size: 32px !important; font-weight: bold; height: auto !important; letter-spacing: 2px; text-shadow: 0 0 10px rgba(56,189,248,0.2); } .large-input::placeholder { font-size: 32px !important; } .img-upload-box { width: 160px; height: 160px; border: 2px dashed rgba(56, 189, 248, 0.5) !important; border-radius: 12px; position: relative; overflow: hidden; background: rgba(0,0,0,0.4) !important; flex-shrink: 0; box-shadow: inset 0 0 20px rgba(0,0,0,0.6); transition: 0.3s;} .img-upload-box:hover { border-color: #0ea5e9 !important; box-shadow: inset 0 0 20px rgba(14,165,233,0.3); } .img-upload-box img { width: 100%; height: 100%; object-fit: cover; display: none; position: absolute; top: 0; left: 0; z-index: 1; } .img-upload-box input { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 10; cursor: pointer; background: transparent !important; border: none !important; color: transparent !important;} .img-label { font-size:16px; color:#38bdf8; text-align:center; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:100%; line-height: 1.2; z-index: 0; text-shadow: 0 0 10px rgba(56, 189, 248, 0.5); font-weight: bold; } .required-field { border-left: 4px solid #f43f5e !important; } .fields-group { flex: 1; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 10px; } .full-width { grid-column: span 3; } .input-row { display: flex; gap: 0; background: rgba(255, 255, 255, 0.03); padding: 10px; border-radius: 6px; margin-bottom: 10px; border: 1px solid rgba(255, 255, 255, 0.08); position: relative;} .img-col { display: flex; flex-direction: column; align-items: center; justify-content: flex-start; flex-shrink: 0; margin-right: 10px; margin-top: 10px; } table { width: 100%; border-collapse: collapse; margin-top:10px;} th, td { padding: 12px 4px; text-align: left; vertical-align: middle;} th { color: #94a3b8 !important; font-weight: bold; white-space: nowrap; border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important; text-transform: uppercase; font-size: 16px; letter-spacing: 1px;} td { border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important; } .thumb { width: 110px !important; height: 110px !important; object-fit: cover; border-radius: 12px; background: rgba(0,0,0,0.5); display: block; box-shadow: 0 4px 15px rgba(0,0,0,0.4); border: 1px solid rgba(255,255,255,0.1);} .pagination-box { display: flex; justify-content: center; align-items: center; gap: 15px; margin-top: 20px; padding: 12px; background: rgba(0,0,0,0.3) !important; border-radius: 12px; border: 1px solid rgba(255,255,255,0.05); } .page-btn { background: rgba(255,255,255,0.05) !important; color: #38bdf8 !important; border: 1px solid rgba(56,189,248,0.3) !important; padding: 10px 20px; border-radius: 8px; } .page-btn:disabled { background: transparent !important; color: #475569 !important; border-color: rgba(255,255,255,0.05) !important; cursor: not-allowed; transform: none; box-shadow: none !important;} .page-info { font-size: 16px; color: #cbd5e1; font-weight: bold; } .hidden { display: none !important; } #toast { position: fixed; bottom: 30px; left: 50%; transform: translateX(-50%); background: rgba(15, 23, 42, 0.9) !important; border: 1px solid #0ea5e9; box-shadow: 0 0 25px rgba(14, 165, 233, 0.5); color: #e0f2fe; padding: 14px 28px; border-radius: 30px; font-size: 16px; display: none; z-index: 9999; font-weight: bold; letter-spacing: 1px; backdrop-filter: blur(10px); } #progressModal { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(2, 6, 23, 0.8); backdrop-filter: blur(10px); z-index: 10000; display: none; justify-content: center; align-items: center; } .progress-box { background: rgba(30, 41, 59, 0.9); padding: 30px; border-radius: 16px; width: 80%; text-align: center; box-shadow: 0 0 40px rgba(0,0,0,0.8); border: 1px solid rgba(255,255,255,0.1); } .progress-box h3 { margin-top: 0; color: #38bdf8 !important; font-size: 18px; text-shadow: 0 0 10px rgba(56,189,248,0.3); } #itemModal { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; z-index: 100000; display: none; overflow-y: auto; padding: 30px 15px; box-sizing: border-box; -webkit-overflow-scrolling: touch; } .modal-backdrop { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background: rgba(2, 6, 23, 0.85) !important; backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); z-index: 1; } .modal-content { position: relative; z-index: 10; width: 100%; max-width: 600px; margin: 0 auto; background: #0f172a !important; border: 1px solid rgba(56, 189, 248, 0.5) !important; box-shadow: 0 0 40px rgba(0,0,0,0.9), inset 0 0 20px rgba(56, 189, 248, 0.15) !important; padding: 30px 15px; text-align: center; display: flex; flex-direction: column; align-items: center; border-radius: 20px; } .modal-close { position: absolute; top: 15px; right: 15px; background: rgba(244, 63, 94, 0.2) !important; color: #f43f5e !important; border: 1px solid rgba(244, 63, 94, 0.4) !important; font-size: 28px; width: 45px; height: 45px; border-radius: 50%; display: flex; justify-content: center; align-items: center; z-index: 99; box-shadow: 0 4px 15px rgba(244,63,94,0.3); cursor: pointer; } #modalImg { width: 100%; max-height: 40vh; object-fit: contain; margin-bottom: 20px; border-radius: 12px; background: rgba(0,0,0,0.6) !important; border: 1px solid rgba(255,255,255,0.1) !important; box-shadow: 0 10px 30px rgba(0,0,0,0.6); display: none; } .modal-id-color { font-size: 50px; font-weight: 900; color: #e0f2fe !important; line-height: 1.1; margin-bottom: 5px; word-break: break-all; text-shadow: 0 0 20px rgba(56, 189, 248, 0.6) !important; } .modal-location { font-size: 100px; font-weight: 900; color: #38bdf8 !important; line-height: 1; word-break: break-all; margin-top: 5px; text-shadow: 0 0 30px rgba(56, 189, 248, 0.4) !important; } #modalFloorBadge { background: linear-gradient(135deg, #0ea5e9, #3b82f6) !important; color: white; padding: 6px 18px; border-radius: 20px; font-weight: bold; font-size: 16px; box-shadow: 0 4px 15px rgba(14, 165, 233, 0.5); border: 1px solid rgba(255,255,255,0.3); position: absolute; top: 15px; left: 15px; z-index: 99; display: none; } .map-title { color: #38bdf8 !important; border-bottom: none !important; margin-bottom: 15px; font-size: 18px; letter-spacing: 1px; } .floor-toggle { display: inline-flex; background: rgba(0,0,0,0.5) !important; border-radius: 10px; padding: 4px; border: 1px solid rgba(255,255,255,0.1); } .floor-btn { background: transparent; color: #64748b; border: none; padding: 8px 18px; border-radius: 6px; font-size: 16px; font-weight: bold; cursor: pointer; transition: 0.3s; } .floor-btn.active { background: linear-gradient(135deg, #0ea5e9, #3b82f6) !important; color: white !important; box-shadow: 0 2px 15px rgba(14,165,233,0.5); } #mainMapWrapper img, #modalMapContainer img { filter: invert(0.9) sepia(0.2) hue-rotate(180deg) brightness(1.1) contrast(1.4) !important; border-radius: 12px; } #mainMapWrapper, #modalMapContainer { width: 100%; overflow-x: auto; position: relative; background: rgba(0, 0, 0, 0.6) !important; border: 1px solid rgba(56, 189, 248, 0.2) !important; box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.8) !important; border-radius: 12px; -webkit-overflow-scrolling: touch; margin-bottom: 20px; } .hotspot { position: absolute; background: rgba(255,255,255,0); cursor: pointer; border-radius: 6px; transform: translate(-50%, -50%); transition: background 0.2s; } .hotspot:active { background: rgba(56, 189, 248, 0.4) !important; box-shadow: 0 0 20px rgba(56, 189, 248, 0.8); } .pulse-dot { position: absolute; width: 26px; height: 26px; background-color: #0ea5e9; border-radius: 50%; border: 3px solid #fff; transform: translate(-50%, -50%); box-shadow: 0 0 15px #0ea5e9, 0 0 30px #0ea5e9; animation: pulse-holo 1.5s infinite cubic-bezier(0.66, 0, 0, 1); z-index: 100; } @keyframes pulse-holo { 0% { box-shadow: 0 0 0 0 rgba(14, 165, 233, 0.8); } 70% { box-shadow: 0 0 0 30px rgba(14, 165, 233, 0); } 100% { box-shadow: 0 0 0 0 rgba(14, 165, 233, 0); } }

門市貨號位置系統 (雲端版)

📡 全息樓層藍圖

⚙️ 系統雲端權限 (預設唯讀)

訊息提示

處理中...

已加入購物車
已更新購物車
網路異常,請重新整理