兌換 eSIM

文章搜尋框 /* 搜尋圖示 */ .search-box i { font-size: 18px; color: #888; margin-right: 10px; padding-left: 20px; display: inline-block; } /* 輸入框 */ .search-box input { flex: 1; border: none; outline: none; font-size: 16px; color: #333; background: transparent; } /* 按鈕 */ .search-box button { background: #17a582; color: white; border: none; padding: 8px 15px; border-radius: 10px; font-size: 14px; font-weight: bold; cursor: pointer; transition: background 0.3s; } /* 按鈕 hover 效果 */ .search-box button:hover { background: #138f6e; }