/* Base styles for the Services content area */ #taiwan-sme-rent-services-fullwidth-content { font-family: ‘Roboto’, ‘Helvetica Neue’, ‘PingFang TC’, ‘Microsoft JhengHei’, Arial, sans-serif; line-height: 1.7; color: #333; background-color: #FFF9ED; /* Main background color – Light Cream, spans full width */ padding: 30px 0; /* Vertical padding, horizontal managed by inner containers */ overflow-x: hidden; } #taiwan-sme-rent-services-fullwidth-content .tsr-services-header-container { max-width: 1000px; /* Max width for heading for readability */ margin: 0 auto 2.5em auto; padding: 0 20px; /* Horizontal padding for header content */ text-align: center; } #taiwan-sme-rent-services-fullwidth-content h1#tsr-services-main-heading { font-size: 2.5em; /* Slightly larger */ color: #1A3553; margin-top: 0; margin-bottom: 0.6em; /* Increased margin */ text-transform: uppercase; letter-spacing: 1px; font-weight: 600; /* Bolder main title */ } /* Service Section Styling */ #taiwan-sme-rent-services-fullwidth-content .tsr-service-section-outer { /* This outer wrapper can be used for full-width background effects if needed, but for now, we’ll let the main page background be full-width. */ margin-bottom: 40px; /* Space between service sections */ } #taiwan-sme-rent-services-fullwidth-content .tsr-service-section-inner { max-width: 1100px; /* Max width for each service section’s content */ margin: 0 auto; padding: 30px; /* Padding within the card */ background-color: #FFFFFF; /* White cards for sections */ border-radius: 10px; /* More rounded corners */ box-shadow: 0 8px 25px rgba(26, 53, 83, 0.1); /* Enhanced shadow */ border-left: 6px solid #1A3553; /* Prominent accent border */ } #taiwan-sme-rent-services-fullwidth-content h2.tsr-service-title { font-size: 2.1em; /* Larger service titles */ color: #1A3553; margin-top: 0; padding-bottom: 0.5em; border-bottom: 2px solid #e0e0e0; display: flex; align-items: center; font-weight: 500; margin-bottom: 1em; /* Space after title */ } /* Icon before H2 titles */ #taiwan-sme-rent-services-fullwidth-content h2.tsr-service-title::before { content: ”; display: inline-block; width: 28px; /* Larger icon */ height: 28px; margin-right: 15px; /* More space for icon */ background-color: #1A3553; -webkit-mask-size: contain; mask-size: contain; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-position: center; mask-position: center; } #taiwan-sme-rent-services-fullwidth-content h2#tsr-laptop-rental-title::before { -webkit-mask-image: url(“data:image/svg+xml,%3Csvg xmlns=’http://www.w3.org/2000/svg’ viewBox=’0 0 24 24′ fill=’%23FFF9ED’%3E%3Cpath d=’M20 18c1.1 0 1.99-.9 1.99-2L22 6c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2H0v2h24v-2h-4zM4 6h16v10H4V6z’/%3E%3C/svg%3E”); mask-image: url(“data:image/svg+xml,%3Csvg xmlns=’http://www.w3.org/2000/svg’ viewBox=’0 0 24 24′ fill=’%23FFF9ED’%3E%3Cpath d=’M20 18c1.1 0 1.99-.9 1.99-2L22 6c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2H0v2h24v-2h-4zM4 6h16v10H4V6z’/%3E%3C/svg%3E”); } #taiwan-sme-rent-services-fullwidth-content h2#tsr-wifi-rental-title::before { -webkit-mask-image: url(“data:image/svg+xml,%3Csvg xmlns=’http://www.w3.org/2000/svg’ viewBox=’0 0 24 24′ fill=’%23FFF9ED’%3E%3Cpath d=’M1 9l2 2c4.97-4.97 13.03-4.97 18 0l2-2C19.73 5.73 14.27 3 9 3S-.27 5.73 1 9zm8 8l3 3 3-3c-1.65-1.66-4.34-1.66-6 0zm-4-4l2 2c2.76-2.76 7.24-2.76 10 0l2-2C15.14 9.14 8.87 9.14 5 13z’/%3E%3C/svg%3E”); mask-image: url(“data:image/svg+xml,%3Csvg xmlns=’http://www.w3.org/2000/svg’ viewBox=’0 0 24 24′ fill=’%23FFF9ED’%3E%3Cpath d=’M1 9l2 2c4.97-4.97 13.03-4.97 18 0l2-2C19.73 5.73 14.27 3 9 3S-.27 5.73 1 9zm8 8l3 3 3-3c-1.65-1.66-4.34-1.66-6 0zm-4-4l2 2c2.76-2.76 7.24-2.76 10 0l2-2C15.14 9.14 8.87 9.14 5 13z’/%3E%3C/svg%3E”); } #taiwan-sme-rent-services-fullwidth-content h3.tsr-sub-heading { font-size: 1.5em; /* Larger sub-headings */ color: #2c5079; margin-top: 1.8em; /* More space above sub-headings */ margin-bottom: 0.8em; position: relative; padding-left: 20px; /* Space for decorative element */ font-weight: 500; } #taiwan-sme-rent-services-fullwidth-content h3.tsr-sub-heading::before { content: ”; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 6px; /* Thicker element */ height: 24px; /* Taller element */ background-color: #1A3553; border-radius: 3px; } #taiwan-sme-rent-services-fullwidth-content p { margin-bottom: 1.2em; /* More space between paragraphs */ color: #454545; } #taiwan-sme-rent-services-fullwidth-content .tsr-commitment-text { font-size: 1.15em; /* Larger commitment text */ font-style: italic; color: #1A3553; padding: 15px; /* More padding */ background-color: #eef3f8; border-radius: 6px; margin-bottom: 2em; /* More space after commitment */ border-left: 4px solid #1A3553; /* Accent for commitment */ } #taiwan-sme-rent-services-fullwidth-content a { color: #2a75bb; text-decoration: none; font-weight: 500; } #taiwan-sme-rent-services-fullwidth-content a:hover { text-decoration: underline; color: #1A3553; } /* Lists for features, target audience, process */ #taiwan-sme-rent-services-fullwidth-content ul.tsr-styled-list, #taiwan-sme-rent-services-fullwidth-content ol.tsr-styled-list { list-style: none; padding-left: 0; } #taiwan-sme-rent-services-fullwidth-content ul.tsr-styled-list li, #taiwan-sme-rent-services-fullwidth-content ol.tsr-styled-list li { padding: 12px 15px; /* More padding in list items */ margin-bottom: 10px; /* More space between list items */ border-radius: 5px; background-color: #f8f9fa; position: relative; padding-left: 35px; /* More space for custom bullet */ border: 1px solid #e9ecef; transition: background-color 0.2s ease; } #taiwan-sme-rent-services-fullwidth-content ul.tsr-styled-list li:hover, #taiwan-sme-rent-services-fullwidth-content ol.tsr-styled-list li:hover { background-color: #f1f3f5; } #taiwan-sme-rent-services-fullwidth-content ul.tsr-styled-list li::before { content: ‘✓’; position: absolute; left: 12px; /* Adjusted position */ top: 12px; color: #1A3553; font-weight: bold; font-size: 1.1em; } #taiwan-sme-rent-services-fullwidth-content ol.tsr-styled-list { counter-reset: process-counter; } #taiwan-sme-rent-services-fullwidth-content ol.tsr-styled-list li::before { content: counter(process-counter); counter-increment: process-counter; position: absolute; left: 10px; top: 50%; transform: translateY(-50%); background-color: #1A3553; color: #FFF9ED; width: 26px; /* Larger number circle */ height: 26px; border-radius: 50%; text-align: center; line-height: 26px; font-size: 0.95em; font-weight: bold; } /* Image and Text Layout */ #taiwan-sme-rent-services-fullwidth-content .tsr-service-layout-container { display: flex; flex-wrap: wrap; align-items: flex-start; /* Align items to the start */ gap: 30px; /* Gap between image and text block */ margin-bottom: 1.5em; } #taiwan-sme-rent-services-fullwidth-content .tsr-service-image-block { flex: 1 1 300px; /* Image block takes up space, min 300px */ max-width: 450px; /* Max width for image block */ margin: 0 auto; /* Center if it doesn’t fill flex space */ } #taiwan-sme-rent-services-fullwidth-content .tsr-service-text-block { flex: 2 1 400px; /* Text block takes more space, min 400px */ } #taiwan-sme-rent-services-fullwidth-content .tsr-service-image { width: 100%; height: auto; border-radius: 8px; /* Rounded image corners */ box-shadow: 0 6px 18px rgba(26, 53, 83, 0.12); border: 4px solid #FFFFFF; /* White border around image for pop */ display: block; } /* Responsive Design – Media Queries */ @media (max-width: 992px) { /* Tablet breakpoint */ #taiwan-sme-rent-services-fullwidth-content .tsr-service-image-block { max-width: 100%; /* Allow image to be full width of its flex container */ margin-bottom: 20px; /* Space below image when stacked */ } #taiwan-sme-rent-services-fullwidth-content .tsr-service-layout-container { flex-direction: column; /* Stack image and text */ align-items: center; /* Center stacked items */ } #taiwan-sme-rent-services-fullwidth-content .tsr-service-text-block { flex-basis: auto; /* Reset flex-basis */ } } @media (max-width: 768px) { /* Mobile breakpoint */ #taiwan-sme-rent-services-fullwidth-content { padding: 20px 0; } #taiwan-sme-rent-services-fullwidth-content .tsr-services-header-container { padding: 0 15px; margin-bottom: 2em; } #taiwan-sme-rent-services-fullwidth-content .tsr-service-section-inner { padding: 20px; /* Less padding on mobile */ border-left-width: 5px; /* Slightly thinner accent border */ } #taiwan-sme-rent-services-fullwidth-content h1#tsr-services-main-heading { font-size: 2em; } #taiwan-sme-rent-services-fullwidth-content h2.tsr-service-title { font-size: 1.8em; /* Adjust title size */ } #taiwan-sme-rent-services-fullwidth-content h2.tsr-service-title::before { width: 22px; height: 22px; margin-right: 10px; } #taiwan-sme-rent-services-fullwidth-content h3.tsr-sub-heading { font-size: 1.35em; padding-left: 15px; } #taiwan-sme-rent-services-fullwidth-content h3.tsr-sub-heading::before { width: 5px; height: 20px; } #taiwan-sme-rent-services-fullwidth-content .tsr-commitment-text { font-size: 1.1em; padding: 12px; } #taiwan-sme-rent-services-fullwidth-content ul.tsr-styled-list li, #taiwan-sme-rent-services-fullwidth-content ol.tsr-styled-list li { padding: 10px 12px; padding-left: 30px; } }

我們的服務項目

企業筆電租賃方案

服務項目

我們的承諾: 提供高效能、穩定可靠的國際品牌商用筆記型電腦,搭配彈性租期和完善的售後服務,助您降低 IT 成本,提升辦公效率。

方案特色

  • 嚴選品牌機種: 提供 HP、DELL、Lenovo 等國際知名品牌的商用筆記型電腦,品質與效能兼具。
  • 主流規格配置: 主要提供 14 吋 Windows 筆電,搭載 16GB RAM、512GB SSD,確保流暢運行各種辦公軟體。
  • 彈性租期選擇: 標準租期為 24 個月,亦可根據企業長期需求評估更彈性的租期方案。
  • 快速維護與換機: 提供 3 小時線上響應,6 小時快速換機服務,最大程度減少因設備問題導致的停工時間。
  • 期滿彈性處理: 租賃期滿,客戶可選擇將電腦歸為己有(依合約規定)或回收續租並享有租金折抵 2 個月。
  • 客製化需求評估: 可根據企業的特殊需求,如特定軟體相容性、額外硬體配置等進行評估。

適用對象

  • 新創企業、中小企業、大型企業
  • 短期專案、員工培訓、外派人員
  • 注重成本效益和設備彈性的企業

基本服務流程

  1. 需求諮詢: 企業客戶提出筆電租賃需求,包括數量、規格、預算等。
  2. 方案評估: 我們根據客戶需求提供最適合的筆電型號和租賃方案報價。
  3. 簽訂合約: 雙方確認方案內容並簽訂租賃合約。
  4. 設備交付: 我們將高效將筆電送達客戶指定地點。
  5. 售後服務: 提供合約期間的技術支援和快速換機服務。
  6. 期滿處理: 依照合約約定進行設備歸還、續租或購買。

門市 WiFi 無線網路設備租賃方案

[圖片:咖啡廳內顧客使用WiFi的舒適場景]

我們的承諾: 為各類型門市提供穩定、快速、安全的無線網路解決方案,提升顧客體驗,增加停留時間,並簡化網路管理。

方案特色

  • 企業級設備租賃: 提供適用於商業環境的專業級無線基地台、路由器等設備,確保網路的穩定性和覆蓋範圍。
  • 客製化網路規劃: 根據門市坪數、格局、預計連線人數等因素,提供最佳的無線網路覆蓋和頻寬規劃建議。
  • 專業安裝與設定: 由經驗豐富的技術人員進行設備安裝和網路參數設定,確保網路穩定運行。
  • 遠端監控與維護: 提供遠端網路監控服務,主動偵測並排除潛在問題,減少網路中斷的風險。
  • 故障快速排除與更換: 若設備發生故障,我們將提供快速的線上支援和必要的設備更換服務。
  • 訪客網路安全設定: 可協助設定安全的訪客網路登入機制,保障店家和顧客的網路安全。

適用對象

  • 咖啡廳、餐廳、零售商店
  • 民宿、飯店、展覽場地
  • 任何需要為顧客提供無線網路服務的營業場所

基本服務流程

  1. 需求諮詢: 門市業者提出 WiFi 租賃需求,包括門市類型、坪數、預計使用者數量等。
  2. 現場評估 (可選): 根據情況,我們可能安排現場勘查以評估最佳的設備佈局和網路規劃。
  3. 方案規劃: 我們根據門市需求提供詳細的設備清單和租賃方案報價。
  4. 簽訂合約: 雙方確認方案內容並簽訂租賃合約。
  5. 設備安裝與設定: 我們的技術人員將前往門市進行設備安裝和網路設定。
  6. 穩定運行與售後服務: 提供合約期間的遠端監控和技術支援。
  7. 期滿處理: 依照合約約定進行設備歸還或續租。
返回頂端