LoRa Unit 433MHz with Antenna (E220)
/* ===== Global Body & Typography ===== */ body, p, ul, li, h2 { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; color: #2c2c2c; /* 正文深灰色 */ line-height: 1.65; font-size: 16px; } /* ===== Headings ===== */ h2 { font-size: 1.8em; color: #0D47A1; /* M5Stack 蓝色 */ border-left: 4px solid #1f6fe5; /* 浅蓝条 */ padding-left: 12px; margin-top: 32px; margin-bottom: 16px; } /* ===== Lists ===== */ ul { padding-left: 20px; margin-bottom: 16px; } li { margin-bottom: 6px; } /* ===== Links ===== */ a { color: #0288D1; /* 科技蓝色 */ text-decoration: none; transition: color 0.3s ease; } a:hover { color: #01579B; } /* ===== M5Stack-style Spec Table ===== */ .table-container { width: 100%; margin: 24px 0; overflow-x: auto; } /* 卡片感 */ .table-container table { width: 100%; border-collapse: collapse; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",