CINXE.COM
电商网站模板 - 适用于您在线商店的免费和高级模板
<!DOCTYPE html> <html class="no-js" lang="ZH-CN"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="preconnect" href="https://cdn.shopify.com" /> <link rel="icon" type="image/png" href="https://cdn.shopify.com/static/shopify-favicon.png" /> <title> 电商网站模板 - 适用于您在线商店的免费和高级模板 </title> <meta name="description" content="Shopify Theme Store 包括 100 多种经过专业设计的免费电子商务模板和高级电子商务模板,您可以将这些模板用于自己的在线商店。" /> <link rel="canonical" href="https://themes.shopify.com/?locale=zh-CN"> <script nonce="">document.documentElement.classList.remove('no-js'); document.documentElement.classList.add('js')</script> <meta name="google-site-verification" content="w4um_4h92pEHOipmSk8JHS8bY0x1c80EtfJAPo_FuU0"> <meta name="google-site-verification" content="Qu2Oloy2MEBgLgnmmmCTQ-0TuRH40OIOx63D8L8MbYQ"> <meta property="og:description" content="Shopify Theme Store 包括 100 多种经过专业设计的免费电子商务模板和高级电子商务模板,您可以将这些模板用于自己的在线商店。"> <meta property="og:url" content="https://themes.shopify.com/?locale=zh-CN"> <meta property="og:type" content="website"> <meta name="csrf-param" content="authenticity_token" /> <meta name="csrf-token" content="R_L_Ahbf77n0VYtCZ2fLyS3zziHZEd33CjlABZfhv4ALZIAnxh24MNQlWOWyosFNllrs1FEu0FqopsjYCd4fnA" /> <meta property="og:title" content="电商网站模板 - 适用于您在线商店的免费和高级模板"> <meta property="og:image" content="https://cdn.shopify.com/shopifycloud/brochure/assets/home/redesign2022/social-share-large-0f279d7763f739fda50c66e7acc2d59ed2200b6c47944f804715ec4d4df4c2a3.png"> <link rel="stylesheet" href="https://themes.shopify.com/cdn/shopifycloud/theme_store/assets/application-511d68ed337deed8f3f67c2eb6a44755ebeac23e02ed2f97e93a43f2c735e574.css" /> <link rel="stylesheet" href="https://themes.shopify.com/cdn/shopifycloud/theme_store/assets/tailwind-a438fb085e78dbd644977daf3d47e4db886575a8053934ac875ece3b5cfb7d32.css" data-turbo-track="reload" /> <link rel="stylesheet" href="https://themes.shopify.com/cdn/shopifycloud/theme_store/assets/inter-font-013a82a3f24b133ada787c7ed29ae12fec6fef808a104afb5332cad9be6be848.css" data-turbo-track="reload" /> <script type="text/javascript" id="dux-data" data-mode=production> (function () { function getData(key) { const dux_info = document.getElementById('dux-data'); if (dux_info && dux_info.dataset && dux_info.dataset[key]) { return dux_info.dataset[key]; } return; } function loadScript(src) { const promise = new Promise(function(resolve, reject){ const script = document.createElement('script'); script.src = src; script.async = true; script.onload = () => { resolve(true); }; script.onerror = () => { reject(false); }; document.head.appendChild(script); }); return promise; } loadScript(`https://cdn.shopify.com/shopifycloud/dux/dux-3.4.1.min.js`).then(() => { Dux.init({ service: "themestore", mode: getData('mode') || 'development', eventHandlerEndpoint: "https://themes.shopify.com/.well-known/dux", emitTrekkiePageViewEvent: true, enableGtm: true, enableGtmLoader: false, enableActiveConsent: false, shopId: getData('shop_id'), identityUuid: getData('identity_uuid'), }); }); })(); </script> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer',"GTM-TMHDF2L");</script> <!-- End Google Tag Manager --> <script type="text/javascript"> (function(){ function trekkieLoadOnError() { var Monorail = { produce: function produce(monorailDomain, schemaId, payload) { var currentMs = new Date().getTime(); var event = { schema_id: schemaId, payload: payload, metadata: { event_created_at_ms: currentMs, event_sent_at_ms: currentMs } }; return Monorail.sendRequest("https://" + monorailDomain + "/v1/produce", JSON.stringify(event)); }, sendRequest: function sendRequest(endpointUrl, payload) { // Try the sendBeacon API if (window && window.navigator && typeof window.navigator.sendBeacon === 'function' && typeof window.Blob === 'function' && !Monorail.isIos12()) { var blobData = new window.Blob([payload], { type: 'text/plain' }); if (window.navigator.sendBeacon(endpointUrl, blobData)) { return true; } // sendBeacon was not successful } // XHR beacon var xhr = new XMLHttpRequest(); try { xhr.open('POST', endpointUrl); xhr.setRequestHeader('Content-Type', 'text/plain'); xhr.send(payload); } catch (e) { console.log(e); } return false; }, isIos12: function isIos12() { return window.navigator.userAgent.lastIndexOf('iPhone; CPU iPhone OS 12_') !== -1 || window.navigator.userAgent.lastIndexOf('iPad; CPU OS 12_') !== -1; } }; Monorail.produce('monorail-edge.shopifysvc.com', 'theme_store_trekkie_load_error/1.0', { url: window.location.href, 'locale': 'zh-CN', }); } var config = { 'Trekkie': { 'appName': 'themestore', 'defaultAttributes': { }, 'navigationTimingApiMeasurementsEnabled': true, 'navigationTimingApiMeasurementsSampleRate': 0.01, 'isServerSideCookieWritingEnabled': true }, 'Clickstream': { 'appName': 'themestore' }, 'Optimizely': {} }; var trekkie_version = '2020.07.23.1'; var analytics = window.analytics = window.analytics || []; if (analytics.integrations) { return; } analytics.methods = [ 'identify', 'page', 'ready', 'track', ]; analytics.factory = function(method){ return function(){ var args = Array.prototype.slice.call(arguments); args.unshift(method); analytics.push(args); return analytics; }; }; for (var i = 0; i < analytics.methods.length; i++) { var key = analytics.methods[i]; analytics[key] = analytics.factory(key); } analytics.load = function(config){ analytics.config = config; var script = document.createElement('script'); script.type = 'text/javascript'; script.onerror = trekkieLoadOnError script.async = true; script.src = '//cdn.shopify.com/s/trekkie.' + config.Trekkie.appName + '.min.js?v=' + trekkie_version; var first = document.getElementsByTagName('script')[0]; first.parentNode.insertBefore(script, first); }; analytics.load(config); analytics.page(); })(); </script> <link rel="alternate" href="https://themes.shopify.com/" hreflang="en"> <link rel="alternate" href="https://themes.shopify.com/?locale=de" hreflang="de"> <link rel="alternate" href="https://themes.shopify.com/?locale=es" hreflang="es"> <link rel="alternate" href="https://themes.shopify.com/?locale=fr" hreflang="fr"> <link rel="alternate" href="https://themes.shopify.com/?locale=it" hreflang="it"> <link rel="alternate" href="https://themes.shopify.com/?locale=nl" hreflang="nl"> <link rel="alternate" href="https://themes.shopify.com/?locale=nb" hreflang="nb"> <link rel="alternate" href="https://themes.shopify.com/?locale=pl" hreflang="pl"> <link rel="alternate" href="https://themes.shopify.com/?locale=pt-BR" hreflang="pt-BR"> <link rel="alternate" href="https://themes.shopify.com/?locale=pt-PT" hreflang="pt-PT"> <link rel="alternate" href="https://themes.shopify.com/?locale=fi" hreflang="fi"> <link rel="alternate" href="https://themes.shopify.com/?locale=sv" hreflang="sv"> <link rel="alternate" href="https://themes.shopify.com/?locale=tr" hreflang="tr"> <link rel="alternate" href="https://themes.shopify.com/?locale=cs" hreflang="cs"> <link rel="alternate" href="https://themes.shopify.com/?locale=th" hreflang="th"> <link rel="alternate" href="https://themes.shopify.com/?locale=ja" hreflang="ja"> <link rel="alternate" href="https://themes.shopify.com/?locale=zh-CN" hreflang="zh-Hans"> <link rel="alternate" href="https://themes.shopify.com/?locale=zh-TW" hreflang="zh-Hant-TW"> <link rel="alternate" href="https://themes.shopify.com/?locale=ko" hreflang="ko"> <script> document.documentElement.className = document.documentElement.className.replace('no-js', 'js'); document.documentElement.className += ' tailwindcss'; </script> <script> const host = atob('dGhlbWVzLnNob3BpZnkuY29t'); if (document.location.host !== host) { document.location.assign(`https://${host}`); } </script> </head> <body class="page--themes-home shopify-sans-unsupported-lang segment-online"> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TMHDF2L" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <div id="GlobalIconSymbols"><svg xmlns="http://www.w3.org/2000/svg"><symbol id="icons-polaris-thumbs-up"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path fill-rule="evenodd" fill="currentColor" d="M12.539 14.57a9.25 9.25 0 0 1-4.074-.838l-.307-.141a3.751 3.751 0 0 0-1.158-.32v-5.222a1.5 1.5 0 0 0 .15-.099 6.489 6.489 0 0 0 2.475-3.95 1.41 1.41 0 0 1 1.378 1.557l-.133 1.26a1.75 1.75 0 0 0 1.74 1.933h1.595c.758 0 1.342.67 1.239 1.42l-.338 2.449a2.25 2.25 0 0 1-2.176 1.942l-.391.01Zm-7.039-6.32h-1v5h1v-5Zm2.34 6.845a10.75 10.75 0 0 0 4.735.975l.391-.01a3.75 3.75 0 0 0 3.626-3.236l.337-2.448a2.75 2.75 0 0 0-2.724-3.126h-1.594a.25.25 0 0 1-.249-.276l.133-1.26a2.91 2.91 0 0 0-2.894-3.214h-.364c-.5 0-.928.357-1.017.849l-.055.303a4.989 4.989 0 0 1-1.915 3.098h-2c-.69 0-1.25.56-1.25 1.25v5.5c0 .69.56 1.25 1.25 1.25h2.345c.324 0 .644.07.938.205l.307.14Z"/></svg></symbol><symbol id="icons-search"><svg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_2349_269)"> <path d="M2.5 10C2.5 5.86375 5.86375 2.5 10 2.5C14.1362 2.5 17.5 5.86375 17.5 10C17.5 14.1362 14.1362 17.5 10 17.5C5.86375 17.5 2.5 14.1362 2.5 10ZM24.6338 22.8662L17.89 16.1213C19.2573 14.3738 20.0001 12.2188 20 10C20 4.48625 15.5138 0 10 0C4.48625 0 0 4.48625 0 10C0 15.5138 4.48625 20 10 20C12.2187 19.9994 14.3734 19.2566 16.1213 17.89L22.8662 24.6338C22.9821 24.7502 23.1198 24.8427 23.2714 24.9057C23.4231 24.9688 23.5857 25.0013 23.75 25.0013C23.9143 25.0013 24.0769 24.9688 24.2286 24.9057C24.3802 24.8427 24.5179 24.7502 24.6338 24.6338C24.7499 24.5178 24.8421 24.38 24.905 24.2284C24.9679 24.0767 25.0002 23.9142 25.0002 23.75C25.0002 23.5858 24.9679 23.4233 24.905 23.2716C24.8421 23.12 24.7499 22.9822 24.6338 22.8662Z" fill="#181818" /> </g> </svg> </symbol><symbol id="shopify_themes_logo_v2"><svg width="91" height="27" viewBox="0 0 91 27" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M16.3923 26.4932L22.9753 24.8225C22.9753 24.8225 20.141 5.25426 20.123 5.12002C20.1049 4.98578 19.9901 4.91128 19.8947 4.90317C19.8001 4.89506 17.9467 4.86629 17.9467 4.86629C17.9467 4.86629 16.817 3.74589 16.3923 3.32178V26.4932Z" fill="black"/> <path d="M15.6759 3.09835C15.6745 3.09908 15.3848 3.19054 14.8973 3.3447C14.8157 3.07474 14.6958 2.74283 14.5246 2.40944C13.9728 1.33403 13.1645 0.765351 12.188 0.763875C12.1865 0.763875 12.1858 0.763875 12.1844 0.763875C12.1165 0.763875 12.0493 0.770514 11.9814 0.776415C11.9525 0.74101 11.9236 0.706343 11.8933 0.672414C11.4678 0.207733 10.9225 -0.018707 10.2688 0.00120795C9.00772 0.0380874 7.75165 0.968188 6.73322 2.62039C6.0167 3.78283 5.47137 5.24326 5.3168 6.37398C3.8686 6.83202 2.85595 7.15214 2.83356 7.15951C2.1026 7.39407 2.07948 7.41693 1.98414 8.12059C1.91263 8.65239 0 23.7553 0 23.7553L15.8681 26.5574V3.06515C15.79 3.07032 15.72 3.08507 15.6759 3.09835ZM12.0117 4.2571C11.1717 4.52263 10.2551 4.8125 9.33564 5.10311C9.59422 4.09188 10.0847 3.08507 10.687 2.42493C10.911 2.17931 11.2244 1.90566 11.5957 1.74929C11.9446 2.49278 12.0204 3.54533 12.0117 4.2571ZM10.2934 0.858287C10.5895 0.851649 10.8387 0.918032 11.0518 1.06112C10.7109 1.24183 10.3815 1.50146 10.0724 1.84002C9.27135 2.71775 8.6574 4.08008 8.41255 5.39446C7.64908 5.63565 6.90223 5.87242 6.21461 6.08927C6.64871 4.02033 8.34682 0.915819 10.2934 0.858287ZM7.83977 12.6442C7.925 14.0228 11.4765 14.3237 11.6759 17.5529C11.8326 20.0931 10.3562 21.8309 8.22908 21.9681C5.67578 22.1326 4.2702 20.594 4.2702 20.594L4.81119 18.2433C4.81119 18.2433 6.22617 19.3334 7.35872 19.2604C8.09835 19.2125 8.36271 18.5981 8.33599 18.1636C8.22475 16.3654 5.33269 16.4716 5.14995 13.5168C4.9961 11.0304 6.59526 8.51078 10.1237 8.2836C11.483 8.19583 12.1793 8.55061 12.1793 8.55061L11.3725 11.633C11.3725 11.633 10.4725 11.2148 9.4057 11.2834C7.84049 11.3844 7.82388 12.392 7.83977 12.6442ZM12.8503 3.9923C12.8409 3.34028 12.7651 2.43304 12.4675 1.64898C13.4245 1.83412 13.8955 2.93976 14.0948 3.59917C13.7257 3.71497 13.3054 3.84774 12.8503 3.9923Z" fill="black"/> <path d="M35.9627 7.80974L35.4563 10.5214H38.1831L37.9904 11.4681H35.2629L33.9835 18.7832C33.8429 19.6031 33.7423 20.2411 33.7423 20.906C33.7423 21.6223 34.0567 22.0569 34.7804 22.0569C35.1665 22.0569 35.4078 22.0315 35.6244 21.9548L35.6947 22.8492C35.3266 22.9662 34.9446 23.0264 34.5603 23.0281C33.1846 23.0281 32.6536 22.0591 32.6536 21.0335C32.6536 20.3678 32.7239 19.7283 32.9194 18.7824L34.2241 11.4673H32.5586L32.7274 10.5207H34.4154L34.8015 8.32107L35.9627 7.80974ZM37.9419 22.7978L41.1519 4.76562H42.2139L40.7418 12.8485H40.7897C41.7793 11.2087 43.1064 10.265 44.748 10.265C45.8579 10.265 47.306 11.032 47.306 13.2577C47.2998 13.9095 47.2434 14.5596 47.1372 15.2016L45.7861 22.7978H44.748L46.1237 15.1249C46.2211 14.5422 46.2696 13.9515 46.2686 13.3598C46.2686 12.1829 45.7137 11.2623 44.3858 11.2623C42.7203 11.2623 40.6209 13.4366 40.1384 16.1475L38.98 22.7978H37.9419ZM55.8016 22.1076C55.1981 22.5168 54.0882 23.0281 52.6366 23.0281C49.933 23.0281 48.9919 20.7771 48.9919 18.4239C48.9919 14.8945 51.3087 10.265 54.6397 10.265C56.5464 10.265 57.3425 11.5948 57.3425 12.9484C57.3425 16.0685 53.9666 16.9384 50.1749 16.913C50.0539 17.4758 50.03 19.0873 50.2713 19.9564C50.6813 21.3637 51.5745 22.0285 52.8033 22.0285C54.0826 22.0285 54.9512 21.5426 55.4822 21.2086L55.8016 22.1076ZM54.4497 11.2623C52.664 11.2623 51.047 13.3084 50.3472 15.9433C53.3638 15.9686 56.2601 15.4312 56.2601 13.0013C56.2601 11.8504 55.535 11.2623 54.4497 11.2623ZM57.9263 22.7978L59.4736 14.1268C59.7085 12.9351 59.8858 11.7315 60.0047 10.5207H60.9696L60.632 12.8992H60.7024C61.7644 11.1341 63.1155 10.265 64.4912 10.265C66.0842 10.265 66.8565 11.4159 66.9289 13.0527C67.9431 11.2109 69.3203 10.2904 70.9112 10.265C72.0457 10.265 73.4214 11.1088 73.4214 13.1809C73.411 13.8758 73.3466 14.5687 73.2287 15.2523L71.8769 22.7978H70.8387L72.1906 15.227C72.2993 14.6456 72.3558 14.0546 72.3593 13.4619C72.3593 12.1061 71.8769 11.2623 70.5497 11.2623C69.0024 11.2623 67.1224 13.1809 66.6399 15.9433L65.433 22.8008H64.3969L65.7727 15.1018C65.8873 14.5475 65.9439 13.9816 65.9415 13.4142C65.9415 12.3394 65.6524 11.2653 64.1072 11.2653C62.6112 11.2653 60.6081 13.4903 60.1495 16.0737L58.9912 22.8008L57.9263 22.7978ZM81.8916 22.1076C81.2881 22.5168 80.1776 23.0281 78.7266 23.0281C76.0237 23.0281 75.0826 20.7771 75.0826 18.4239C75.0826 14.8945 77.3994 10.265 80.7297 10.265C82.6364 10.265 83.4333 11.5948 83.4333 12.9484C83.4333 16.0685 80.0573 16.9384 76.2649 16.913C76.144 17.4758 76.1201 19.0873 76.3613 19.9564C76.772 21.3637 77.6646 22.0285 78.8933 22.0285C80.1727 22.0285 81.0413 21.5426 81.5723 21.2086L81.8916 22.1076ZM80.5398 11.2623C78.7533 11.2623 77.1364 13.3084 76.4366 15.9433C79.4538 15.9686 82.3495 15.4312 82.3495 13.0013C82.3495 11.8504 81.6285 11.2623 80.5398 11.2623ZM83.8701 21.3659C84.4802 21.7901 85.192 22.0208 85.9217 22.0308C87.4423 22.0308 88.4537 20.8799 88.4537 19.4965C88.4537 18.2681 87.9712 17.5265 86.8852 16.7848C85.7508 15.9917 85.1234 14.8923 85.1234 13.7668C85.1234 11.8482 86.5715 10.2635 88.5985 10.2635C89.3947 10.2635 90.1916 10.5445 90.5292 10.8263L90.1431 11.7722C89.7815 11.5418 89.1535 11.2608 88.4783 11.2608C87.0779 11.2608 86.1573 12.2842 86.1573 13.5626C86.1573 14.7142 86.7607 15.3515 87.7264 16.0223C88.8363 16.8154 89.5122 17.9402 89.5122 19.1685C89.5122 21.6491 87.7989 23.0303 85.8197 23.0303C84.7816 23.0303 83.8644 22.6211 83.4783 22.2887L83.8701 21.3659Z" fill="black"/> </svg> </symbol><symbol id="modules-caret-down"><svg xmlns="http://www.w3.org/2000/svg" baseProfile="tiny" viewBox="0 0 10.289 6.563"><path d="M5.212 6.563L0 1.423 1.404 0l3.788 3.735L8.865.01l1.424 1.404"/></svg></symbol><symbol id="modules-mobile-hamburger"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M19 11H1a1 1 0 110-2h18a1 1 0 110 2zm0-7H1a1 1 0 110-2h18a1 1 0 110 2zm0 14H1a1 1 0 110-2h18a1 1 0 110 2z"/></svg></symbol><symbol id="modules-cancel"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M11.414 10l6.293-6.293a1 1 0 00-1.414-1.414L10 8.586 3.707 2.293a1 1 0 00-1.414 1.414L8.586 10l-6.293 6.293a1 1 0 001.414 1.414L10 11.414l6.293 6.293a.996.996 0 001.414 0 1 1 0 000-1.414L11.414 10z"/></svg></symbol><symbol id="modules-social-facebook"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"><path d="M15.6 30V19.4h5V15h-5v-3.1c0-1 .6-1.9 1.3-1.9h3.8V5.6h-3.8c-3.1 0-5.6 2.8-5.6 6.3V15H7.5v4.4h3.8v10.1C4.8 27.9 0 22 0 15 0 6.7 6.7 0 15 0s15 6.7 15 15c0 8.1-6.4 14.7-14.4 15z"/></svg></symbol><symbol id="modules-social-twitter"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"><path d="M30 15c0 8.3-6.7 15-15 15S0 23.3 0 15 6.7 0 15 0s15 6.7 15 15zm-3.7-5.5c-.8.3-1.6.6-2.5.7.9-.5 1.5-1.4 1.8-2.4-.8.5-1.7.8-2.7 1-.8-.8-1.9-1.4-3.1-1.4-2.4 0-4.2 1.9-4.2 4.3 0 .3 0 .7.1 1-3.5-.2-6.7-1.9-8.8-4.5-.3.7-.6 1.4-.6 2.2 0 1.5.7 2.8 1.9 3.5-.7 0-1.4-.2-1.9-.5 0 2.1 1.5 3.8 3.4 4.2-.3.1-.7.1-1.1.1-.3 0-.6 0-.8-.1.5 1.7 2.1 2.8 4 2.9-1.5 1.1-3.3 1.9-5.3 1.9-.3 0-.7 0-1-.1 1.9 1.2 4.1 1.9 6.5 1.9 7.8 0 12.1-6.5 12.1-12.1v-.6c.9-.4 1.6-1.2 2.2-2z"/></svg></symbol><symbol id="modules-social-youtube"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"><path d="M30 15c0 8.3-6.7 15-15 15S0 23.3 0 15 6.7 0 15 0s15 6.7 15 15zm-5.6 0c0-6.9 0-6.9-9.4-6.9s-9.4 0-9.4 6.9 0 6.9 9.4 6.9 9.4 0 9.4-6.9zm-11.9-3.7l6.3 3.8-6.3 3.8v-7.6z"/></svg></symbol><symbol id="modules-social-instagram"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><defs/><path fill-rule="evenodd" d="M9 0c5 0 9 4 9 9s-4 9-9 9-9-4-9-9 4-9 9-9zM6.7 3.5h4.7c1.8 0 3.2 1.4 3.2 3.1v4.7c0 1.7-1.4 3.1-3.2 3.1H6.7c-1.8 0-3.2-1.4-3.2-3.1V6.7c0-1.8 1.4-3.2 3.2-3.2zM9 6.2c1.6 0 2.9 1.3 2.9 2.9S10.6 12 9 12s-3-1.3-3-2.9 1.3-2.9 3-2.9zm0 1.2c.9 0 1.7.8 1.7 1.7 0 .9-.8 1.7-1.7 1.7-.9 0-1.7-.8-1.7-1.7 0-.9.7-1.7 1.7-1.7zm2.8-1.7c.3 0 .6.2.6.6 0 .3-.2.6-.6.6-.3 0-.6-.2-.6-.6 0-.4.3-.6.6-.6zm-4.6-1h3.7c1.4 0 2.5 1.1 2.5 2.5v3.7c0 1.4-1.1 2.5-2.5 2.5H7.2c-1.4 0-2.5-1.1-2.5-2.5V7.2c-.1-1.4 1.1-2.5 2.5-2.5z" clip-rule="evenodd"/></svg> </symbol><symbol id="modules-social-linkedin"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"><path d="M30 15c0 8.3-6.7 15-15 15S0 23.3 0 15 6.7 0 15 0s15 6.7 15 15zM11.3 7.8c0-1.2-1-2.2-2.5-2.2s-2.5.9-2.5 2.2c0 1.2 1 2.2 2.5 2.2s2.5-1 2.5-2.2zm-.7 4.1H6.9v10.6h3.8V11.9zm13.8 5c0-3.4-1.7-5.6-4.4-5.6-1.5 0-2.6.9-3.1 2.3l-.1-1.6H13c0 .4.1 2.5.1 2.5v8.1h3.8V17c0-1.5.7-2.5 1.8-2.5s1.9.6 1.9 2.5v5.6h3.8v-5.7z"/></svg></symbol><symbol id="modules-social-pinterest"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"><path d="M15 30c-1.5 0-2.9-.2-4.3-.6.6-.9 1.2-2 1.5-3.2.2-.7 1-4.1 1-4.1.5 1 2 1.9 3.7 1.9 4.8 0 8.1-4.4 8.1-10.3 0-4.4-3.8-8.6-9.5-8.6-7.1-.1-10.6 5-10.6 9.3 0 2.6 1 4.9 3.1 5.7.3.1.7 0 .8-.4.1-.2.2-.9.3-1.2.1-.4 0-.5-.2-.8-.6-.7-1-1.6-1-3 0-3.8 2.8-7.2 7.4-7.2 4 0 6.2 2.5 6.2 5.8 0 4.3-1.9 8-4.8 8-1.6 0-2.7-1.3-2.4-2.9.5-1.9 1.3-4 1.3-5.3 0-1.2-.7-2.3-2-2.3-1.6 0-2.9 1.7-2.9 3.9 0 1.4.5 2.4.5 2.4S9.5 24 9.3 25.3c-.3 1.1-.4 2.4-.3 3.5-5.3-2.4-9-7.7-9-13.8C0 6.7 6.7 0 15 0s15 6.7 15 15-6.7 15-15 15z"/></svg></symbol><symbol id="icons-globe"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40"><path d="M22.54.16c-.29-.04-.58-.07-.88-.09C21.12.02 20.56 0 20 0c-3.15 0-6.13.73-8.78 2.03-.4.19-.78.4-1.16.62C4.05 6.1 0 12.59 0 20c0 6.08 2.73 11.54 7.02 15.2.32.28.64.54.98.8 3.34 2.51 7.5 4 12 4 5.62 0 10.71-2.33 14.34-6.07.21-.21.41-.43.61-.65C38.09 29.75 40 25.09 40 20 40 9.83 32.37 1.41 22.54.16zm11.19 31.45c-.42.52-.88 1-1.37 1.45C29.13 36.12 24.78 38 20 38c-3.89 0-7.49-1.24-10.44-3.35-.54-.39-1.06-.8-1.56-1.25-.74-.65-1.42-1.37-2.03-2.15v-.01c-.76-.93-1.42-1.94-1.97-3.02-1.28-2.46-2-5.26-2-8.22 0-2.05.34-4.02.99-5.85.27-.81.6-1.58.99-2.33.01-.01.01-.03.02-.04.46-.91 1-1.77 1.61-2.57C6.58 7.92 7.72 6.76 9 5.77c.63-.5 1.3-.95 2-1.34.03-.02.07-.04.1-.06.65-.38 1.33-.71 2.03-1 .29-.13.58-.24.87-.34.65-.23 1.31-.42 2-.57.97-.23 1.97-.38 3-.43.33-.02.66-.03 1-.03.12 0 .24 0 .36.01.22 0 .43.01.64.02.46.03.91.07 1.36.13C31.17 3.32 38 10.88 38 20c0 4.42-1.6 8.48-4.27 11.61z"/><path d="M11.22 4.03c-.4.19-.78.4-1.16.62a.98.98 0 0 1 1.16-.62zM23.07 25.9c-.73 1.07-1.1 1.99-1.19 2.99-.07.71-.57 1.49-1.16 1.81-.4.22-.6.5-.78 1.09-.14.44-.39.88-.78 1.34-.58.7-1.7 2.41-2.31 3.4a1.287 1.287 0 0 1-1.38.61c-1.67-.36-3.1-4.54-3.32-6.18-.16-1.21-.37-1.88-1.11-2.34-.98-.62-1.5-1.43-1.55-2.43-.02-.4-.17-.66-.54-.95-1.13-.86-1.49-2.17-.98-3.61.14-.4.32-.76.49-1.11.08-.14.15-.28.21-.42.06-.12.1-.22.14-.3-.96-.11-1.61-.8-1.97-1.18-.48-.51-1.18-.92-1.87-1.32l-.09-.06c-1.2-.7-1.81-1.69-1.81-2.95-.01-.02-.04-.08-.08-.14.27-.81.6-1.58.99-2.33.02.06.02.13.02.19.02.07.24.39.37.59.33.49.7 1.05.7 1.69 0 .45.14.83.82 1.23l.09.05c.77.45 1.64.96 2.32 1.68.62.66.77.6 1.01.51.43-.15.9 0 1.16.36.81 1.14.34 2.15.05 2.75-.11.24-.19.39-.27.55-.15.31-.3.6-.4.88-.27.78 0 1.12.3 1.35.85.64 1.29 1.44 1.34 2.45.01.21.09.49.62.82 1.54.97 1.85 2.46 2.03 3.78.18 1.4.94 3.14 1.49 4.02.54-.84 1.41-2.18 2-2.88.26-.3.36-.51.39-.63.23-.74.63-1.66 1.75-2.27.02-.02.11-.18.12-.25.12-1.33.61-2.57 1.53-3.92.51-.74.46-.98.46-.98s-.11-.24-1.08-.58l-.11-.04c-1.12-.39-2-.69-3.01-.28a.999.999 0 0 1-1.37-.93c0-.1-.01-.18-.01-.26-.01-.19-.01-.39.03-.62.05-.22.2-.9.15-1.07-.06-.06-.36-.23-.88-.46-.03-.01-.13-.05-.25-.13-.21-.12-.42-.27-.63-.42-.39-.27-.76-.53-1.11-.64-.34-.1-.78-.11-1.28-.11-.22 0-.45-.01-.68-.01-.56.13-1.27-.01-1.77-1.15-.05-.12-.15-.35-.21-.4-.2-.04-.41-.15-.55-.3-1.26-1.35-.78-2.4-.51-2.79.69-1.01 2.25-1.27 3.29-1.06.13-.11.29-.26.44-.39.66-.62 1.66-1.53 3.19-2.49.05-.22.11-.6.15-.88.07-.41.13-.82.23-1.19-2.6-1.63-4.04-2.64-4.81-3.22.65-.38 1.33-.71 2.03-1 .92.65 2.37 1.62 4.65 3.03.34.21.52.61.46 1a.99.99 0 0 1-.38.64c-.07.24-.15.73-.2 1.05-.16 1.03-.3 1.93-1.03 2.24-1.4.87-2.32 1.72-2.94 2.29-.73.68-1.31 1.22-2.1.9-.32-.12-1.02-.01-1.27.16.02.04.05.09.1.16.77.3 1.09.98 1.27 1.4.23.01.44.01.65.01.62 0 1.25.01 1.88.21.63.2 1.17.57 1.64.9.16.11.33.23.49.33.03.01.06.03.09.04 1.7.77 2.19 1.4 1.99 2.97 1.08-.07 2.04.28 2.92.58l.1.04c.91.32 1.99.81 2.33 1.85.34 1.02-.24 2.05-.71 2.73zm-.53-23.74c-.29-.04-.58-.07-.88-.09.3-.12.63-.07.88.09zm11.19 29.45c-.42.52-.88 1-1.37 1.45-1.72-1.57-2.78-4.26-2.36-5.74.18-.67.36-2.18.28-2.6-.51-.85-.98-1.68-.87-2.82-.22-.21-.42-.45-.6-.67l-.16-.19c-.26.12-.51.23-.76.33-1.64.64-2.78-1.04-3.54-2.16-.1-.16-.21-.32-.31-.46-.53-.74-1.09-1.46-1.6-2.12l-.59-.77c-.17-.23-.24-.51-.19-.79.06-.32.14-.61.21-.88s.16-.64.14-.75c-.05-.21-.1-.38-.14-.52-.33-1.18-.07-1.53.86-2.54.34-.37.49-.38 2.93-.68 1.14-.14 3.22-.39 3.8-.56.08-.06.17-.11.27-.15.08-.03.16-.13.22-.25.07-.16.06-.29.05-.31-.16.04-.82.13-1.36.2-3.02.42-4.84.67-5.08-.74 0-.06-.01-.12-.01-.17-.23-.54-1.38-2.12-1.87-2.56-.04-.03-.07-.07-.1-.11-.9-1.08-1.31-2.1-1.22-3.04.22 0 .43.01.64.02.46.03.91.07 1.36.13v.02c-.05.37.22.95.74 1.58.38.4 1.8 1.93 2.28 3.2h.01c.74 0 2.2-.2 2.98-.31 1.01-.14 1.48-.19 1.78-.17.99.08 1.71.75 1.84 1.7.14 1.01-.41 2.07-1.28 2.55-.5.42-1.72.58-4.81.96-.68.08-1.49.18-1.87.24-.11.12-.21.23-.28.3.02.05.03.09.05.15.04.16.1.36.16.61.13.59-.01 1.16-.16 1.71-.03.1-.05.2-.08.31l.31.4c.52.68 1.09 1.42 1.63 2.18.11.15.23.32.35.5.29.43.91 1.34 1.21 1.41.2-.1.46-.22.73-.34l.46-.21c.25-.11.53-.12.79-.01.48.2.82.62 1.15 1.02.16.19.43.52.55.58.42.22.7.73.57 1.19-.2.7-.03 1.03.56 2.04.64 1.07-.1 4.06-.11 4.08-.19.7.59 2.67 1.81 3.76z"/></svg </symbol><symbol id="modules-nav-arrow-down"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 5"><path d="M0 0l5 5 5-5H0z"/></svg></symbol><symbol id="modules-search"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M15.552 13.62L11.27 9.333a6.083 6.083 0 00.925-3.23A6.099 6.099 0 100 6.103a6.098 6.098 0 009.342 5.165l4.28 4.283c.295.3.68.45 1.063.45h.005c.333 0 .674-.12.93-.373.258-.26.38-.6.38-.94 0-.382-.154-.768-.448-1.063zM9.498 6.102a3.41 3.41 0 01-3.4 3.402 3.41 3.41 0 01-3.4-3.402 3.412 3.412 0 013.4-3.404 3.41 3.41 0 013.4 3.403z"/></svg></symbol></svg></div> <div class="signup-form-wrapper signup--hidden " data-define="{form_0: new SignupForm(this)}"> <form class="marketing-form signup-form stateful-form" novalidate="novalidate" autocomplete="off" data-namespace="form_0" data-hidden-fields-namespace="hiddenFields_0" data-bind-event-submit="form_0.handleSubmit(this, event)" action="https://accounts.shopify.com/store-create" accept-charset="UTF-8" method="post"> <div data-define="{ email0: new StatefulField( 'email', form_0, this, { required: true, validate: true, live: false, showHint: true, showError: true }, {}, 'form_0' )} " class="stateful-field email "><div data-context="email0"><label data-bind-class="{'js-has-error': state.error,'js-is-filled': state.filled || state.value.length > 0,'js-has-hint': !state.error && state.hint}" class="marketing-input-wrapper"><span class="marketing-label marketing-label--in-field marketing-label--floating">电子邮件地址</span><input placeholder="电子邮件地址" aria-describedby="MessageId_4ab5" name="signup[email]" type="email" autocomplete="email" data-bind="state.value" data-bind-event-blur="ShopifyMarketing.context.form_0.handleFieldBlur(ShopifyMarketing.context.email0)" data-bind-event-keyup="ShopifyMarketing.context.form_0.handleFieldKeyup(event, ShopifyMarketing.context.email0)" class="marketing-input marketing-input--floating" id="0_signup_email" /></label><span class="marketing-form__messages" id="MessageId_4ab5"><span class="suggest hide" data-bind-unsafe-html="displayHint()" data-bind-show="!state.error && state.hint"></span><span class="error hide" data-bind="displayError()" data-bind-show="state.error == true"></span></span></div></div> <div data-define="{hiddenFields_0: new HiddenFields({ source: "", source_url: "", source_url_referer: "", signup_code: "", signup_page: "", signup_page_referer: "", signup_types: ["online_store"], theme: "", selected_app: "", selected_plan: "", domain_to_connect: "", }, this)}"> <div data-context="hiddenFields_0"> <input type="hidden" name="ref" value=""> <input type="hidden" name="language" value="zh"> <input type="hidden" name="locale" value="en"> <input type="hidden" name="_y" data-bind="fields.y"> <input type="hidden" name="ssid" data-bind="fields.ssid"> <input type="hidden" name="source" data-bind="fields.source"> <input type="hidden" name="source_url" data-bind="fields.source_url"> <input type="hidden" name="source_url_referer" data-bind="fields.source_url_referer"> <input type="hidden" name="signup_code" data-bind="fields.signup_code"> <input type="hidden" name="signup_page" data-bind="fields.signup_page"> <input type="hidden" name="signup_page_referer" data-bind="fields.signup_page_referer"> <input type="hidden" name="promotional_program_code" value=""> <input type="hidden" name="domain_to_connect" data-bind="fields.domain_to_connect"> <input type="hidden" name="signup_types[]" value="online_store"> <input type="hidden" name="signup_types[]" data-bind-disabled="fields.signup_types" data-bind="fields.signup_type"> <input type="hidden" name="extra[selected_theme]" data-bind="fields.theme"> <input type="hidden" name="extra[selected_app]" data-bind="fields.selected_app"> <input type="hidden" name="extra[selected_plan]" data-bind="fields.selected_plan"> </div> </div> <div class=" cta_wrapper"> <button class="marketing-button marketing-form__button " name="button" data-bind-disabled="form_0.pending == true" type="submit">创建商店</button> </div> </form> </div> <div id="Announcements"> </div> <div class="theme-search-overlay" id="ThemeSearchOverlay"> <div class="theme-search-margin"> <div class="theme-search" id="SearchThemes"> <form class="theme-search__form" action="/themes?locale=zh-CN" role="search"> <input type="search" name="q" id="q" class="marketing-input theme-search__input gutter-bottom--reset" placeholder="按功能特色、样式或设计师搜索" autocomplete="off" required="required" aria-controls="searchResultsScreenReaderText" maxLength="50" /> <button name="button" type="button" class="theme-search__input-button theme-search__input-clear-button">清除</button> <button name="button" type="button" class="theme-search__input-button theme-search__input-close-button"> <svg class="icon theme-search__input-icon" aria-labelledby="icon-modules-cancel-20-title" role="img"><title id="icon-modules-cancel-20-title">相近搜索</title> <use xlink:href="#modules-cancel" /> </svg> </button> </form> <div class="theme-search__results" id="SearchResultsPopover" aria-controls="searchResultsScreenReaderText" tabindex="1"> <div class="theme-search__results-section theme-search__results-section--empty"> <ul class="theme-search__results-list"> <li class="theme-search__results-list-item"> <a href="/themes?locale=zh-CN&price=free" class="theme-search__result theme-search__results-link"> <span class="theme-search__results-text">免费模板</span> <span class="theme-search__results-type">价格</span> </a> </li> <li class="theme-search__results-list-item"> <a href="/themes?industry=jewelry-and-accessories&locale=zh-CN" class="theme-search__result theme-search__results-link"> <span class="theme-search__results-text">珠宝和配饰</span> <span class="theme-search__results-type">行业</span> </a> </li> <li class="theme-search__results-list-item"> <a href="/themes?catalog-size=small-catalog&locale=zh-CN" class="theme-search__result theme-search__results-link"> <span class="theme-search__results-text">小型产品目录</span> <span class="theme-search__results-type">产品目录大小</span> </a> </li> <li class="theme-search__results-list-item"> <a href="/themes?industry=food-and-drink&locale=zh-CN" class="theme-search__result theme-search__results-link"> <span class="theme-search__results-text">食品和饮料</span> <span class="theme-search__results-type">行业</span> </a> </li> </ul> </div> <div class="theme-search__results-section theme-search__results-section--quick-links"> <ul class="theme-search__results-list"></ul> </div> <div class="theme-search__results-section theme-search__results-section--suggestions"> <p class="theme-search__results-label"> <svg class="icon theme-search__results-label-icon" aria-labelledby="icon-modules-search-21-title" role="img"><title id="icon-modules-search-21-title">搜索 Theme Store</title> <use xlink:href="#modules-search" /> </svg> <span>建议</span> </p> <ul class="theme-search__results-list"></ul> </div> </div> <div id="searchResultsScreenReaderText" class="visuallyhidden" aria-live="polite"></div> </div> </div> </div> <div class="marketing-nav--theme-listing" data-section-name="global-nav"> <div class="tw-container"> <header id="SiteNavContainer" class="site-nav-container "> <div class="marketing-nav-wrapper"> <a class="in-page-link skip-to-main visuallyhidden focusable" data-ga-event="Main Nav" data-ga-action="Skip to content" data-trekkie-event="Main Nav" data-trekkie-action="Skip to content" data-trekkie-id="Main Nav Skip to content" href="#Main">跳至内容</a> <nav class="marketing-nav--skin-light marketing-nav marketing-nav--primary" id="ShopifyMainNav" itemscope="itemscope" itemtype="https://schema.org/SiteNavigationElement"> <div class="marketing-nav__logo "> <a href="/?locale=zh-CN" class="theme-store-logo" data-ga-event="Main Nav" data-ga-action="Logo" data-trekkie-event="Main Nav" data-trekkie-action="Logo" data-trekkie-id="Main Nav Logo"> <svg class="icon" aria-labelledby="icon-shopify_themes_logo_v2-6-title" role="img"><title id="icon-shopify_themes_logo_v2-6-title">Shopify</title> <use xlink:href="#shopify_themes_logo_v2" /> </svg> </a> </div> <ul class="marketing-nav__items display--expanded-nav"> <li><div class="popover-wrapper js-popover-dropdown popover-wrapper--dropdown" data-position="bottom" data-align="left"><button type="button" class="popover__trigger marketing-nav__item marketing-nav__item--primary" itemprop="name">产品系列<svg class="icon marketing-nav__arrow" aria-hidden="true" focusable="false"> <use xlink:href="#modules-caret-down" /> </svg></button><div class="popover"><div class="popover__content"><ul class="popover__list"><li><a href="/collections/large-inventory?locale=zh-CN&surface_detail=navbar-collections&surface_inter_position=1&surface_intra_position=1&surface_type=nav" class="marketing-nav__item marketing-nav__item--child" itemprop="name" data-ga-event="Main Nav" data-ga-action="Clicked" data-ga-label="large-inventory">大型产品目录</a></li><li><a href="/collections/small-inventory?locale=zh-CN&surface_detail=navbar-collections&surface_inter_position=1&surface_intra_position=2&surface_type=nav" class="marketing-nav__item marketing-nav__item--child" itemprop="name" data-ga-event="Main Nav" data-ga-action="Clicked" data-ga-label="small-inventory">小型产品目录</a></li><li><a href="/collections/free-themes?locale=zh-CN&surface_detail=navbar-collections&surface_inter_position=1&surface_intra_position=3&surface_type=nav" class="marketing-nav__item marketing-nav__item--child" itemprop="name" data-ga-event="Main Nav" data-ga-action="Clicked" data-ga-label="free-themes">免费模板</a></li><li><a href="/collections/selling-in-person?locale=zh-CN&surface_detail=navbar-collections&surface_inter_position=1&surface_intra_position=4&surface_type=nav" class="marketing-nav__item marketing-nav__item--child" itemprop="name" data-ga-event="Main Nav" data-ga-action="Clicked" data-ga-label="selling-in-person">线下销售</a></li><li><a href="/collections/selling-internationally?locale=zh-CN&surface_detail=navbar-collections&surface_inter_position=1&surface_intra_position=5&surface_type=nav" class="marketing-nav__item marketing-nav__item--child" itemprop="name" data-ga-event="Main Nav" data-ga-action="Clicked" data-ga-label="selling-internationally">跨境销售</a></li><li><a href="/collections/minimalist?locale=zh-CN&surface_detail=navbar-collections&surface_inter_position=1&surface_intra_position=6&surface_type=nav" class="marketing-nav__item marketing-nav__item--child" itemprop="name" data-ga-event="Main Nav" data-ga-action="Clicked" data-ga-label="minimalist">极简风格</a></li><li><a href="/collections/trending-themes?locale=zh-CN&surface_detail=navbar-collections&surface_inter_position=1&surface_intra_position=7&surface_type=nav" class="marketing-nav__item marketing-nav__item--child" itemprop="name" data-ga-event="Main Nav" data-ga-action="Clicked" data-ga-label="trending-themes">本周热门</a></li><li><a href="/collections/new-themes?locale=zh-CN&surface_detail=navbar-collections&surface_inter_position=1&surface_intra_position=8&surface_type=nav" class="marketing-nav__item marketing-nav__item--child" itemprop="name" data-ga-event="Main Nav" data-ga-action="Clicked" data-ga-label="new-themes">新模板</a></li></ul></div></div></div></li><li><a href="https://themes.shopify.com/themes?locale=zh-CN&surface_detail=navbar-all-themes&surface_inter_position=2&surface_intra_position=1&surface_type=nav" class="marketing-nav__item marketing-nav__item--primary" itemprop="name" data-ga-event="Main Nav" data-ga-action="Clicked" data-ga-label="All themes">所有模板</a></li> </ul> <button name="button" type="submit" class="theme-search-overlay__activator marketing-nav__item marketing-nav__item--user" data-module="theme-search-activator" aria-expanded="false" aria-controls="ThemeSearchOverlay" aria-label="搜索 Theme Store"> <svg class="icon theme-search-overlay__activator-icon tw-w-8 tw-h-8 tw-mt-[2px]" aria-hidden="true" focusable="false"> <use xlink:href="#icons-search" /> </svg> <span class="theme-search-menu-label">搜索</span> </button> <ul class="marketing-nav__items marketing-nav__user display--expanded-nav"> <li><a href="/login?ui_locales=zh-CN" class="marketing-nav__item marketing-nav__item--user hide--mobile hide--tablet" itemprop="name" data-ga-event="Main Nav" data-ga-action="Clicked" data-ga-label="Log in">登录</a></li><li><a href="https://accounts.shopify.com/store-create?_s=da2c8fb6-a413-4e82-982b-de495738abdb&_y=8730090c-06ec-463c-b346-7a002e74f2f1&locale=zh-CN&signup_types%5B%5D=online_store" class="marketing-nav__item marketing-nav__item--user tw-text-white js-open-signup get-started--nav tw-text-white tw-bg-black tw-border tw-border-black tw-border-1 tw-rounded-full tw-px-6 tw-py-3 tw-shrink hover:tw-bg-transparent hover:tw-text-black tw-shadow-none hover:tw-shadow-none marketing-nav__button marketing-button marketing-button--small start-free-trial__button" itemprop="name" data-ga-event="Main Nav" data-ga-action="Get Started">注册</a></li> </ul> <button name="button" type="button" class="marketing-nav__hamburger hide--expanded-nav js-drawer-open-right" aria-haspopup="dialog" aria-expanded="false" data-ga-event="Main Nav" data-ga-action="Hamburger"> <svg class="icon" aria-labelledby="icon-modules-mobile-hamburger-8-title" role="img"><title id="icon-modules-mobile-hamburger-8-title">打开主导航</title> <use xlink:href="#modules-mobile-hamburger" /> </svg> </button> </nav> </div> <div id="NavDrawer" class="drawer drawer--right" role="dialog" aria-modal="true" aria-labelledby="DrawerTitle"> <div class="drawer__inner"> <div class="drawer__top"> <div class="marketing-nav__logo"> <a href="/?locale=zh-CN" class="theme-store-logo"> <svg class="icon" aria-labelledby="icon-shopify_themes_logo_v2-9-title" role="img"><title id="icon-shopify_themes_logo_v2-9-title">主页</title> <use xlink:href="#shopify_themes_logo_v2" /> </svg> </a> </div> <button name="button" type="button" class="drawer__close-button js-drawer-close" data-ga-event="Main Nav" data-ga-action="close navigation"> <svg class="icon" aria-labelledby="icon-modules-cancel-10-title" role="img"><title id="icon-modules-cancel-10-title">关闭主导航</title> <use xlink:href="#modules-cancel" /> </svg> </button> </div> <nav id="DrawerTitle" aria-label="主导航"> <ul class="drawer__items drawer__items--primary" id="DrawerNavPrimaryAccordion"> <li class="accordion-item"><button name="button" type="button" class="drawer__item drawer__item--primary accordion-link">产品系列<svg class="icon marketing-nav__arrow" aria-hidden="true" focusable="false"> <use xlink:href="#modules-caret-down" /> </svg></button><div class="drawer__items-wrapper accordion-content"><ul class="drawer__items drawer__items--nested"><li><a href="/collections/large-inventory?locale=zh-CN&surface_detail=navbar-collections&surface_inter_position=1&surface_intra_position=1&surface_type=nav" class="drawer__item" data-ga-event="Main Nav" data-ga-action="Clicked" data-ga-label="large-inventory">大型产品目录</a></li><li><a href="/collections/small-inventory?locale=zh-CN&surface_detail=navbar-collections&surface_inter_position=1&surface_intra_position=2&surface_type=nav" class="drawer__item" data-ga-event="Main Nav" data-ga-action="Clicked" data-ga-label="small-inventory">小型产品目录</a></li><li><a href="/collections/free-themes?locale=zh-CN&surface_detail=navbar-collections&surface_inter_position=1&surface_intra_position=3&surface_type=nav" class="drawer__item" data-ga-event="Main Nav" data-ga-action="Clicked" data-ga-label="free-themes">免费模板</a></li><li><a href="/collections/selling-in-person?locale=zh-CN&surface_detail=navbar-collections&surface_inter_position=1&surface_intra_position=4&surface_type=nav" class="drawer__item" data-ga-event="Main Nav" data-ga-action="Clicked" data-ga-label="selling-in-person">线下销售</a></li><li><a href="/collections/selling-internationally?locale=zh-CN&surface_detail=navbar-collections&surface_inter_position=1&surface_intra_position=5&surface_type=nav" class="drawer__item" data-ga-event="Main Nav" data-ga-action="Clicked" data-ga-label="selling-internationally">跨境销售</a></li><li><a href="/collections/minimalist?locale=zh-CN&surface_detail=navbar-collections&surface_inter_position=1&surface_intra_position=6&surface_type=nav" class="drawer__item" data-ga-event="Main Nav" data-ga-action="Clicked" data-ga-label="minimalist">极简风格</a></li><li><a href="/collections/trending-themes?locale=zh-CN&surface_detail=navbar-collections&surface_inter_position=1&surface_intra_position=7&surface_type=nav" class="drawer__item" data-ga-event="Main Nav" data-ga-action="Clicked" data-ga-label="trending-themes">本周热门</a></li><li><a href="/collections/new-themes?locale=zh-CN&surface_detail=navbar-collections&surface_inter_position=1&surface_intra_position=8&surface_type=nav" class="drawer__item" data-ga-event="Main Nav" data-ga-action="Clicked" data-ga-label="new-themes">新模板</a></li></ul></div></li><li><a href="https://themes.shopify.com/themes?locale=zh-CN&surface_detail=navbar-all-themes&surface_inter_position=2&surface_intra_position=1&surface_type=nav" class="drawer__item drawer__item--primary" data-ga-event="Main Nav" data-ga-action="Clicked" data-ga-label="All themes">所有模板</a></li><li><a href="/login?ui_locales=zh-CN" class="drawer__item drawer__item--primary" data-ga-event="Main Nav" data-ga-action="Clicked" data-ga-label="Log in">登录</a></li> </ul> <ul class="drawer__items drawer__items--user" id="DrawerNavSecondaryAccordion"> <li><a href="/login?ui_locales=zh-CN" class="drawer__item hide--mobile hide--tablet" data-ga-event="Main Nav" data-ga-action="Clicked" data-ga-label="Log in">登录</a></li><li><a href="https://accounts.shopify.com/store-create?_s=da2c8fb6-a413-4e82-982b-de495738abdb&_y=8730090c-06ec-463c-b346-7a002e74f2f1&locale=zh-CN&signup_types%5B%5D=online_store" class="drawer__item tw-text-white js-open-signup get-started--nav tw-text-white tw-bg-black tw-border tw-border-black tw-border-1 tw-rounded-full tw-px-6 tw-py-3 tw-shrink hover:tw-bg-transparent hover:tw-text-black tw-shadow-none hover:tw-shadow-none marketing-nav__button marketing-button marketing-button--small start-free-trial__button" data-ga-event="Main Nav" data-ga-action="Get Started">注册</a></li> </ul> <ul class="drawer__items drawer__items--corporate"> <li><a href="https://www.shopify.com/about" class="drawer__item external-nav-link" target="_blank">关于</a></li><li><a href="https://www.shopify.com/careers" class="drawer__item external-nav-link" target="_blank">招贤纳士</a></li><li><a href="https://news.shopify.com" class="drawer__item external-nav-link" target="_blank">新闻媒体</a></li><li><a href="https://www.shopify.com/plus" class="drawer__item external-nav-link" target="_blank">企业</a></li><li><a href="https://www.shopify.com/zh/sitemap" class="drawer__item">站点地图</a></li> </ul> </nav> </div> </div> </header> </div> </div> <div hidden="hidden"><span id="NewWindow">在新窗口中打开</span><span id="ExternalSite">打开外部网站</span><span id="NewWindowExternalSite">在新窗口中打开外部网站</span></div> <div id="PageContainer"> <main role="main" id="Main"> <div id="theme-home-data" data-themes-grid-first-row-surface-impression="{"themeIds":[871,902,1535],"surfaceType":"home","surfaceDetail":"themes-grid-first-row","surfaceInterPosition":1}" data-new-themes-surface-impression="{"themeIds":[2943,3001,2896,2926],"surfaceType":"home","surfaceDetail":"themes-grid-new","surfaceInterPosition":2}" data-testimonials-surface-impression="{"themeIds":[1535,857,739,606,1399,836],"surfaceType":"home","surfaceDetail":"testimonials","surfaceInterPosition":3}" data-community-first-row-surface-impression="{"themeIds":[2455,2264,2268,1457,871],"surfaceType":"home","surfaceDetail":"community-first-row","surfaceInterPosition":4}" data-community-second-row-surface-impression="{"themeIds":[1457,2268,2264,871,2268],"surfaceType":"home","surfaceDetail":"community-second-row","surfaceInterPosition":5}"></div> <section class="hero tw-container tw-pt-xl tw-pb-xl md:tw-pb-2xl md:tw-flex tw-items-end tw-justify-between tw-gap-lg"> <div> <h1 class="tw-text-display-3 tw-pb-md tw-text-balance">选择适合您业务的模板</h1> <p class="tw-text-body-2xl tw-text-pretty tw-pb-md md:tw-text-balance">寻找具有您最需要功能的设计,然后进行自定义</p> </div> <a href="/themes?locale=zh-CN&surface_detail=browse_themes_link&surface_type=home" class="tw-inline-block tw-button-base tw-button-md tw-button-primary tw-text-nowrap">浏览模板</a> </section> <section class="themes tw-container"> <div class="tw-my-lg md:tw-my-xl"> <h2 class="tw-text-heading-2xl tw-pb-xs">热门模板</h2> <p class="tw-text-body-md tw-text-fg-secondary">完全灵活并定期更新 Shopify 的最新功能</p> </div> <div class="tw-grid md:tw-grid-cols-3 md:tw-gap-gutter--mobile lg:tw-gap-gutter--desktop"> <article class="theme-card tw-flex tw-flex-col tw-gap-sm tw-mb-2xl tw-flex-1"> <div class="tw-relative tw-group"> <a data-trekkie-style-id="2078" data-trekkie-style-handle="metal" data-trekkie-theme-handle="warehouse" data-trekkie-theme-id="871" data-theme-id="871" data-theme-name="Warehouse" data-style-id="2078" data-style-name="Metal" data-paid="true" data-surface-type="home" data-surface-detail="themes-grid-first-row" data-surface-inter-position="1" data-surface-intra-position="1" aria-label="关于 Warehouse 模板的详细信息" href="/themes/warehouse/styles/metal?locale=zh-CN&surface_detail=themes-grid-first-row&surface_inter_position=1&surface_intra_position=1&surface_type=home"> <div class="style-images " data-style="warehouse-metal"> <div class="tw-relative tw-h-80 tw-overflow-hidden lg:tw-h-96 tw-rounded-md tw-border tw-border-solid tw-border-stroke-primary" style="background-color: #C9CEDF"> <img class="tw-w-full tw-h-auto tw-transition tw-ease-out tw-duration-1000 group-hover:tw-scale-[1.02] tw-origin-top" alt="Warehouse 模板“Metal”样式的桌面端预览" src="https://cdn.shopify.com/theme-store/j8wmb2kgr6pnmux958bui5gun8md.jpg?width=1000" /> <div class="tw-absolute tw-bg-canvas-inverted-primary tw-top-24 tw-w-36 tw-min-h-3/4 tw-right-5 lg:tw-top-32 lg:tw-w-40 tw-border-4 tw-border-solid tw-border-stroke-mobilePhone tw-rounded-md tw-shadow-mobilePhone tw-transition tw-ease-out tw-duration-500 group-hover:-tw-translate-y-[2.5%] after:tw-content-[''] after:tw-absolute after:tw-left-full after:tw-top-3xl after:tw-w-[6px] after:tw-h-2xl after:tw-rounded-2xs after:tw-bg-stroke-mobilePhone"> <div class="tw-rounded-sm tw-overflow-hidden"> <img class="mobile" alt="Warehouse 模板“Metal”样式的移动端预览" src="https://cdn.shopify.com/theme-store/hcwqo4o8il294y88qfky9n7qmxoc.jpg?width=200" /> </div> </div> </div> <h4 class="tw-pt-sm tw-text-heading-lg group-hover:tw-text-fg-highlight-primary tw-transition tw-ease-out tw-duration-200">Warehouse</h4> </div> </a> <a data-trekkie-style-id="1258" data-trekkie-style-handle="wood" data-trekkie-theme-handle="warehouse" data-trekkie-theme-id="871" data-theme-id="871" data-theme-name="Warehouse" data-style-id="1258" data-style-name="Wood" data-paid="true" data-surface-type="home" data-surface-detail="themes-grid-first-row" data-surface-inter-position="1" data-surface-intra-position="1" aria-label="关于 Warehouse 模板的详细信息" href="/themes/warehouse/styles/wood?locale=zh-CN&surface_detail=themes-grid-first-row&surface_inter_position=1&surface_intra_position=1&surface_type=home"> <div class="style-images hidden" data-style="warehouse-wood"> <div class="tw-relative tw-h-80 tw-overflow-hidden lg:tw-h-96 tw-rounded-md tw-border tw-border-solid tw-border-stroke-primary" style="background-color: #D6BFAF"> <img class="tw-w-full tw-h-auto tw-transition tw-ease-out tw-duration-1000 group-hover:tw-scale-[1.02] tw-origin-top" alt="Warehouse 模板“Wood”样式的桌面端预览" src="https://cdn.shopify.com/theme-store/4nlywzm4rb5i1nc6m9qz5xlhp5dy.jpg?width=1000" /> <div class="tw-absolute tw-bg-canvas-inverted-primary tw-top-24 tw-w-36 tw-min-h-3/4 tw-right-5 lg:tw-top-32 lg:tw-w-40 tw-border-4 tw-border-solid tw-border-stroke-mobilePhone tw-rounded-md tw-shadow-mobilePhone tw-transition tw-ease-out tw-duration-500 group-hover:-tw-translate-y-[2.5%] after:tw-content-[''] after:tw-absolute after:tw-left-full after:tw-top-3xl after:tw-w-[6px] after:tw-h-2xl after:tw-rounded-2xs after:tw-bg-stroke-mobilePhone"> <div class="tw-rounded-sm tw-overflow-hidden"> <img class="mobile" alt="Warehouse 模板“Wood”样式的移动端预览" src="https://cdn.shopify.com/theme-store/0vfcft5aok69ogl4vtf6qex2hvzg.jpg?width=200" /> </div> </div> </div> <h4 class="tw-pt-sm tw-text-heading-lg group-hover:tw-text-fg-highlight-primary tw-transition tw-ease-out tw-duration-200">Warehouse</h4> </div> </a> <a data-trekkie-style-id="1300" data-trekkie-style-handle="fabric" data-trekkie-theme-handle="warehouse" data-trekkie-theme-id="871" data-theme-id="871" data-theme-name="Warehouse" data-style-id="1300" data-style-name="Fabric" data-paid="true" data-surface-type="home" data-surface-detail="themes-grid-first-row" data-surface-inter-position="1" data-surface-intra-position="1" aria-label="关于 Warehouse 模板的详细信息" href="/themes/warehouse/styles/fabric?locale=zh-CN&surface_detail=themes-grid-first-row&surface_inter_position=1&surface_intra_position=1&surface_type=home"> <div class="style-images hidden" data-style="warehouse-fabric"> <div class="tw-relative tw-h-80 tw-overflow-hidden lg:tw-h-96 tw-rounded-md tw-border tw-border-solid tw-border-stroke-primary" style="background-color: #C75F70"> <img class="tw-w-full tw-h-auto tw-transition tw-ease-out tw-duration-1000 group-hover:tw-scale-[1.02] tw-origin-top" alt="Warehouse 模板“Fabric”样式的桌面端预览" src="https://cdn.shopify.com/theme-store/bi1fc6fiv3xbyse51v7grafocusj.jpg?width=1000" /> <div class="tw-absolute tw-bg-canvas-inverted-primary tw-top-24 tw-w-36 tw-min-h-3/4 tw-right-5 lg:tw-top-32 lg:tw-w-40 tw-border-4 tw-border-solid tw-border-stroke-mobilePhone tw-rounded-md tw-shadow-mobilePhone tw-transition tw-ease-out tw-duration-500 group-hover:-tw-translate-y-[2.5%] after:tw-content-[''] after:tw-absolute after:tw-left-full after:tw-top-3xl after:tw-w-[6px] after:tw-h-2xl after:tw-rounded-2xs after:tw-bg-stroke-mobilePhone"> <div class="tw-rounded-sm tw-overflow-hidden"> <img class="mobile" alt="Warehouse 模板“Fabric”样式的移动端预览" src="https://cdn.shopify.com/theme-store/6deo59v8z821t1t4kue4m1ucuu7v.jpg?width=200" /> </div> </div> </div> <h4 class="tw-pt-sm tw-text-heading-lg group-hover:tw-text-fg-highlight-primary tw-transition tw-ease-out tw-duration-200">Warehouse</h4> </div> </a> <div class="tw-absolute tw-right-0 tw-bottom-0 tw-pt-sm tw-pl-md tw-flex tw-items-center tw-gap-md tw-bg-canvas-primary after:tw-content-[''] after:tw-absolute after:tw-right-full after:tw-h-full after:tw-w-lg after:tw-bg-gradient-to-l after:tw-from-canvas-primary"> <label for="style-warehouse-metal" tabindex="0" data-style="warehouse-metal" class="tw-relative tw-w-[20px] tw-h-[20px] tw-cursor-pointer tw-rounded-full tw-transition tw-ease-out tw-duration-100 hover:tw-scale-[1.05] tw-border-0 tw-border-solid tw-border-canvas-primary selected" style="background: #C9CEDF"></label> <input id="style-warehouse-metal" name="style" class="hidden" type="radio" value="metal"> <label for="style-warehouse-wood" tabindex="0" data-style="warehouse-wood" class="tw-relative tw-w-[20px] tw-h-[20px] tw-cursor-pointer tw-rounded-full tw-transition tw-ease-out tw-duration-100 hover:tw-scale-[1.05] tw-border-0 tw-border-solid tw-border-canvas-primary " style="background: #D6BFAF"></label> <input id="style-warehouse-wood" name="style" class="hidden" type="radio" value="wood"> <label for="style-warehouse-fabric" tabindex="0" data-style="warehouse-fabric" class="tw-relative tw-w-[20px] tw-h-[20px] tw-cursor-pointer tw-rounded-full tw-transition tw-ease-out tw-duration-100 hover:tw-scale-[1.05] tw-border-0 tw-border-solid tw-border-canvas-primary " style="background: #C75F70"></label> <input id="style-warehouse-fabric" name="style" class="hidden" type="radio" value="fabric"> </div> </div> <div class="card-details tw-flex tw-flex-col tw-gap-sm"> <p class="tw-text-body-sm">$320 USD</p> <ul class="tw-flex tw-flex-wrap tw-gap-md tw-items-center tw-text-body-sm tw-text-fg-secondary tw-m-0"> <li class="tw-flex tw-items-center tw-gap-3xs"> <svg class="icon tw-h-[20px] tw-w-[20px]" aria-hidden="true" focusable="false"> <use xlink:href="#icons-polaris-thumbs-up" /> </svg> <span class="tw-text-nowrap">85% (293)</span> </li> </ul> </div> </article> <article class="theme-card tw-flex tw-flex-col tw-gap-sm tw-mb-2xl tw-flex-1"> <div class="tw-relative tw-group"> <a data-trekkie-style-id="1307" data-trekkie-style-handle="modern" data-trekkie-theme-handle="expanse" data-trekkie-theme-id="902" data-theme-id="902" data-theme-name="Expanse" data-style-id="1307" data-style-name="Modern" data-paid="true" data-surface-type="home" data-surface-detail="themes-grid-first-row" data-surface-inter-position="1" data-surface-intra-position="2" aria-label="关于 Expanse 模板的详细信息" href="/themes/expanse/styles/modern?locale=zh-CN&surface_detail=themes-grid-first-row&surface_inter_position=1&surface_intra_position=2&surface_type=home"> <div class="style-images " data-style="expanse-modern"> <div class="tw-relative tw-h-80 tw-overflow-hidden lg:tw-h-96 tw-rounded-md tw-border tw-border-solid tw-border-stroke-primary" style="background-color: #BF877B"> <img class="tw-w-full tw-h-auto tw-transition tw-ease-out tw-duration-1000 group-hover:tw-scale-[1.02] tw-origin-top" alt="Expanse 模板“Modern”样式的桌面端预览" src="https://cdn.shopify.com/theme-store/pe81suxhb5ugoi4htmz3fzvkwwvf.jpg?width=1000" /> <div class="tw-absolute tw-bg-canvas-inverted-primary tw-top-24 tw-w-36 tw-min-h-3/4 tw-right-5 lg:tw-top-32 lg:tw-w-40 tw-border-4 tw-border-solid tw-border-stroke-mobilePhone tw-rounded-md tw-shadow-mobilePhone tw-transition tw-ease-out tw-duration-500 group-hover:-tw-translate-y-[2.5%] after:tw-content-[''] after:tw-absolute after:tw-left-full after:tw-top-3xl after:tw-w-[6px] after:tw-h-2xl after:tw-rounded-2xs after:tw-bg-stroke-mobilePhone"> <div class="tw-rounded-sm tw-overflow-hidden"> <img class="mobile" alt="Expanse 模板“Modern”样式的移动端预览" src="https://cdn.shopify.com/theme-store/nfs8kmpdt210dlv4a34zuh4e3qvk.jpg?width=200" /> </div> </div> </div> <h4 class="tw-pt-sm tw-text-heading-lg group-hover:tw-text-fg-highlight-primary tw-transition tw-ease-out tw-duration-200">Expanse</h4> </div> </a> <a data-trekkie-style-id="1306" data-trekkie-style-handle="classic" data-trekkie-theme-handle="expanse" data-trekkie-theme-id="902" data-theme-id="902" data-theme-name="Expanse" data-style-id="1306" data-style-name="Classic" data-paid="true" data-surface-type="home" data-surface-detail="themes-grid-first-row" data-surface-inter-position="1" data-surface-intra-position="2" aria-label="关于 Expanse 模板的详细信息" href="/themes/expanse/styles/classic?locale=zh-CN&surface_detail=themes-grid-first-row&surface_inter_position=1&surface_intra_position=2&surface_type=home"> <div class="style-images hidden" data-style="expanse-classic"> <div class="tw-relative tw-h-80 tw-overflow-hidden lg:tw-h-96 tw-rounded-md tw-border tw-border-solid tw-border-stroke-primary" style="background-color: #C0C1C8"> <img class="tw-w-full tw-h-auto tw-transition tw-ease-out tw-duration-1000 group-hover:tw-scale-[1.02] tw-origin-top" alt="Expanse 模板“Classic”样式的桌面端预览" src="https://cdn.shopify.com/theme-store/7gfpawooliho7gx81yturmznrny4.jpg?width=1000" /> <div class="tw-absolute tw-bg-canvas-inverted-primary tw-top-24 tw-w-36 tw-min-h-3/4 tw-right-5 lg:tw-top-32 lg:tw-w-40 tw-border-4 tw-border-solid tw-border-stroke-mobilePhone tw-rounded-md tw-shadow-mobilePhone tw-transition tw-ease-out tw-duration-500 group-hover:-tw-translate-y-[2.5%] after:tw-content-[''] after:tw-absolute after:tw-left-full after:tw-top-3xl after:tw-w-[6px] after:tw-h-2xl after:tw-rounded-2xs after:tw-bg-stroke-mobilePhone"> <div class="tw-rounded-sm tw-overflow-hidden"> <img class="mobile" alt="Expanse 模板“Classic”样式的移动端预览" src="https://cdn.shopify.com/theme-store/jaw8mjpohde8u5ksbywdh65ilmp5.jpg?width=200" /> </div> </div> </div> <h4 class="tw-pt-sm tw-text-heading-lg group-hover:tw-text-fg-highlight-primary tw-transition tw-ease-out tw-duration-200">Expanse</h4> </div> </a> <a data-trekkie-style-id="1402" data-trekkie-style-handle="contemporary" data-trekkie-theme-handle="expanse" data-trekkie-theme-id="902" data-theme-id="902" data-theme-name="Expanse" data-style-id="1402" data-style-name="Contemporary" data-paid="true" data-surface-type="home" data-surface-detail="themes-grid-first-row" data-surface-inter-position="1" data-surface-intra-position="2" aria-label="关于 Expanse 模板的详细信息" href="/themes/expanse/styles/contemporary?locale=zh-CN&surface_detail=themes-grid-first-row&surface_inter_position=1&surface_intra_position=2&surface_type=home"> <div class="style-images hidden" data-style="expanse-contemporary"> <div class="tw-relative tw-h-80 tw-overflow-hidden lg:tw-h-96 tw-rounded-md tw-border tw-border-solid tw-border-stroke-primary" style="background-color: #97A172"> <img class="tw-w-full tw-h-auto tw-transition tw-ease-out tw-duration-1000 group-hover:tw-scale-[1.02] tw-origin-top" alt="Expanse 模板“Contemporary”样式的桌面端预览" src="https://cdn.shopify.com/theme-store/jurdjpmc0zxct18kmh7br5s2wmpx.jpg?width=1000" /> <div class="tw-absolute tw-bg-canvas-inverted-primary tw-top-24 tw-w-36 tw-min-h-3/4 tw-right-5 lg:tw-top-32 lg:tw-w-40 tw-border-4 tw-border-solid tw-border-stroke-mobilePhone tw-rounded-md tw-shadow-mobilePhone tw-transition tw-ease-out tw-duration-500 group-hover:-tw-translate-y-[2.5%] after:tw-content-[''] after:tw-absolute after:tw-left-full after:tw-top-3xl after:tw-w-[6px] after:tw-h-2xl after:tw-rounded-2xs after:tw-bg-stroke-mobilePhone"> <div class="tw-rounded-sm tw-overflow-hidden"> <img class="mobile" alt="Expanse 模板“Contemporary”样式的移动端预览" src="https://cdn.shopify.com/theme-store/pni5riuw2eldfrp4t38599xi75mk.jpg?width=200" /> </div> </div> </div> <h4 class="tw-pt-sm tw-text-heading-lg group-hover:tw-text-fg-highlight-primary tw-transition tw-ease-out tw-duration-200">Expanse</h4> </div> </a> <div class="tw-absolute tw-right-0 tw-bottom-0 tw-pt-sm tw-pl-md tw-flex tw-items-center tw-gap-md tw-bg-canvas-primary after:tw-content-[''] after:tw-absolute after:tw-right-full after:tw-h-full after:tw-w-lg after:tw-bg-gradient-to-l after:tw-from-canvas-primary"> <label for="style-expanse-modern" tabindex="0" data-style="expanse-modern" class="tw-relative tw-w-[20px] tw-h-[20px] tw-cursor-pointer tw-rounded-full tw-transition tw-ease-out tw-duration-100 hover:tw-scale-[1.05] tw-border-0 tw-border-solid tw-border-canvas-primary selected" style="background: #BF877B"></label> <input id="style-expanse-modern" name="style" class="hidden" type="radio" value="modern"> <label for="style-expanse-classic" tabindex="0" data-style="expanse-classic" class="tw-relative tw-w-[20px] tw-h-[20px] tw-cursor-pointer tw-rounded-full tw-transition tw-ease-out tw-duration-100 hover:tw-scale-[1.05] tw-border-0 tw-border-solid tw-border-canvas-primary " style="background: #C0C1C8"></label> <input id="style-expanse-classic" name="style" class="hidden" type="radio" value="classic"> <label for="style-expanse-contemporary" tabindex="0" data-style="expanse-contemporary" class="tw-relative tw-w-[20px] tw-h-[20px] tw-cursor-pointer tw-rounded-full tw-transition tw-ease-out tw-duration-100 hover:tw-scale-[1.05] tw-border-0 tw-border-solid tw-border-canvas-primary " style="background: #97A172"></label> <input id="style-expanse-contemporary" name="style" class="hidden" type="radio" value="contemporary"> </div> </div> <div class="card-details tw-flex tw-flex-col tw-gap-sm"> <p class="tw-text-body-sm">$380 USD</p> <ul class="tw-flex tw-flex-wrap tw-gap-md tw-items-center tw-text-body-sm tw-text-fg-secondary tw-m-0"> <li class="tw-flex tw-items-center tw-gap-3xs"> <svg class="icon tw-h-[20px] tw-w-[20px]" aria-hidden="true" focusable="false"> <use xlink:href="#icons-polaris-thumbs-up" /> </svg> <span class="tw-text-nowrap">94% (265)</span> </li> </ul> </div> </article> <article class="theme-card tw-flex tw-flex-col tw-gap-sm tw-mb-2xl tw-flex-1"> <div class="tw-relative tw-group"> <a data-trekkie-style-id="3126" data-trekkie-style-handle="bold" data-trekkie-theme-handle="shapes" data-trekkie-theme-id="1535" data-theme-id="1535" data-theme-name="Shapes" data-style-id="3126" data-style-name="Bold" data-paid="true" data-surface-type="home" data-surface-detail="themes-grid-first-row" data-surface-inter-position="1" data-surface-intra-position="3" aria-label="关于 Shapes 模板的详细信息" href="/themes/shapes/styles/bold?locale=zh-CN&surface_detail=themes-grid-first-row&surface_inter_position=1&surface_intra_position=3&surface_type=home"> <div class="style-images " data-style="shapes-bold"> <div class="tw-relative tw-h-80 tw-overflow-hidden lg:tw-h-96 tw-rounded-md tw-border tw-border-solid tw-border-stroke-primary" style="background-color: #EA4034"> <img class="tw-w-full tw-h-auto tw-transition tw-ease-out tw-duration-1000 group-hover:tw-scale-[1.02] tw-origin-top" alt="Shapes 模板“Bold”样式的桌面端预览" src="https://cdn.shopify.com/theme-store/fqqwa9thoofdrppjufm7jn2pr14o.jpg?width=1000" /> <div class="tw-absolute tw-bg-canvas-inverted-primary tw-top-24 tw-w-36 tw-min-h-3/4 tw-right-5 lg:tw-top-32 lg:tw-w-40 tw-border-4 tw-border-solid tw-border-stroke-mobilePhone tw-rounded-md tw-shadow-mobilePhone tw-transition tw-ease-out tw-duration-500 group-hover:-tw-translate-y-[2.5%] after:tw-content-[''] after:tw-absolute after:tw-left-full after:tw-top-3xl after:tw-w-[6px] after:tw-h-2xl after:tw-rounded-2xs after:tw-bg-stroke-mobilePhone"> <div class="tw-rounded-sm tw-overflow-hidden"> <img class="mobile" alt="Shapes 模板“Bold”样式的移动端预览" src="https://cdn.shopify.com/theme-store/rls2h1x0f6h1fanxbynl814uk62k.jpg?width=200" /> </div> </div> </div> <h4 class="tw-pt-sm tw-text-heading-lg group-hover:tw-text-fg-highlight-primary tw-transition tw-ease-out tw-duration-200">Shapes</h4> </div> </a> <a data-trekkie-style-id="1738" data-trekkie-style-handle="neon" data-trekkie-theme-handle="shapes" data-trekkie-theme-id="1535" data-theme-id="1535" data-theme-name="Shapes" data-style-id="1738" data-style-name="Neon" data-paid="true" data-surface-type="home" data-surface-detail="themes-grid-first-row" data-surface-inter-position="1" data-surface-intra-position="3" aria-label="关于 Shapes 模板的详细信息" href="/themes/shapes/styles/neon?locale=zh-CN&surface_detail=themes-grid-first-row&surface_inter_position=1&surface_intra_position=3&surface_type=home"> <div class="style-images hidden" data-style="shapes-neon"> <div class="tw-relative tw-h-80 tw-overflow-hidden lg:tw-h-96 tw-rounded-md tw-border tw-border-solid tw-border-stroke-primary" style="background-color: #FE6EAC"> <img class="tw-w-full tw-h-auto tw-transition tw-ease-out tw-duration-1000 group-hover:tw-scale-[1.02] tw-origin-top" alt="Shapes 模板“Neon”样式的桌面端预览" src="https://cdn.shopify.com/theme-store/t9rdjj8twbxaarkhdnewn0ltdgpc.jpg?width=1000" /> <div class="tw-absolute tw-bg-canvas-inverted-primary tw-top-24 tw-w-36 tw-min-h-3/4 tw-right-5 lg:tw-top-32 lg:tw-w-40 tw-border-4 tw-border-solid tw-border-stroke-mobilePhone tw-rounded-md tw-shadow-mobilePhone tw-transition tw-ease-out tw-duration-500 group-hover:-tw-translate-y-[2.5%] after:tw-content-[''] after:tw-absolute after:tw-left-full after:tw-top-3xl after:tw-w-[6px] after:tw-h-2xl after:tw-rounded-2xs after:tw-bg-stroke-mobilePhone"> <div class="tw-rounded-sm tw-overflow-hidden"> <img class="mobile" alt="Shapes 模板“Neon”样式的移动端预览" src="https://cdn.shopify.com/theme-store/eb6q61dpnee9glw8s7tj5q7hrhts.jpg?width=200" /> </div> </div> </div> <h4 class="tw-pt-sm tw-text-heading-lg group-hover:tw-text-fg-highlight-primary tw-transition tw-ease-out tw-duration-200">Shapes</h4> </div> </a> <a data-trekkie-style-id="1739" data-trekkie-style-handle="pastel" data-trekkie-theme-handle="shapes" data-trekkie-theme-id="1535" data-theme-id="1535" data-theme-name="Shapes" data-style-id="1739" data-style-name="Pastel" data-paid="true" data-surface-type="home" data-surface-detail="themes-grid-first-row" data-surface-inter-position="1" data-surface-intra-position="3" aria-label="关于 Shapes 模板的详细信息" href="/themes/shapes/styles/pastel?locale=zh-CN&surface_detail=themes-grid-first-row&surface_inter_position=1&surface_intra_position=3&surface_type=home"> <div class="style-images hidden" data-style="shapes-pastel"> <div class="tw-relative tw-h-80 tw-overflow-hidden lg:tw-h-96 tw-rounded-md tw-border tw-border-solid tw-border-stroke-primary" style="background-color: #F1FEA3"> <img class="tw-w-full tw-h-auto tw-transition tw-ease-out tw-duration-1000 group-hover:tw-scale-[1.02] tw-origin-top" alt="Shapes 模板“Pastel”样式的桌面端预览" src="https://cdn.shopify.com/theme-store/iw2444ulxlacr7eaben8ak1u6qt1.jpg?width=1000" /> <div class="tw-absolute tw-bg-canvas-inverted-primary tw-top-24 tw-w-36 tw-min-h-3/4 tw-right-5 lg:tw-top-32 lg:tw-w-40 tw-border-4 tw-border-solid tw-border-stroke-mobilePhone tw-rounded-md tw-shadow-mobilePhone tw-transition tw-ease-out tw-duration-500 group-hover:-tw-translate-y-[2.5%] after:tw-content-[''] after:tw-absolute after:tw-left-full after:tw-top-3xl after:tw-w-[6px] after:tw-h-2xl after:tw-rounded-2xs after:tw-bg-stroke-mobilePhone"> <div class="tw-rounded-sm tw-overflow-hidden"> <img class="mobile" alt="Shapes 模板“Pastel”样式的移动端预览" src="https://cdn.shopify.com/theme-store/j0ou4k37h12o2zeb831jj4f7i48s.jpg?width=200" /> </div> </div> </div> <h4 class="tw-pt-sm tw-text-heading-lg group-hover:tw-text-fg-highlight-primary tw-transition tw-ease-out tw-duration-200">Shapes</h4> </div> </a> <a data-trekkie-style-id="1740" data-trekkie-style-handle="muted" data-trekkie-theme-handle="shapes" data-trekkie-theme-id="1535" data-theme-id="1535" data-theme-name="Shapes" data-style-id="1740" data-style-name="Muted" data-paid="true" data-surface-type="home" data-surface-detail="themes-grid-first-row" data-surface-inter-position="1" data-surface-intra-position="3" aria-label="关于 Shapes 模板的详细信息" href="/themes/shapes/styles/muted?locale=zh-CN&surface_detail=themes-grid-first-row&surface_inter_position=1&surface_intra_position=3&surface_type=home"> <div class="style-images hidden" data-style="shapes-muted"> <div class="tw-relative tw-h-80 tw-overflow-hidden lg:tw-h-96 tw-rounded-md tw-border tw-border-solid tw-border-stroke-primary" style="background-color: #EEECE6"> <img class="tw-w-full tw-h-auto tw-transition tw-ease-out tw-duration-1000 group-hover:tw-scale-[1.02] tw-origin-top" alt="Shapes 模板“Muted”样式的桌面端预览" src="https://cdn.shopify.com/theme-store/fyylvmbbneum7blartjomuw929gx.jpg?width=1000" /> <div class="tw-absolute tw-bg-canvas-inverted-primary tw-top-24 tw-w-36 tw-min-h-3/4 tw-right-5 lg:tw-top-32 lg:tw-w-40 tw-border-4 tw-border-solid tw-border-stroke-mobilePhone tw-rounded-md tw-shadow-mobilePhone tw-transition tw-ease-out tw-duration-500 group-hover:-tw-translate-y-[2.5%] after:tw-content-[''] after:tw-absolute after:tw-left-full after:tw-top-3xl after:tw-w-[6px] after:tw-h-2xl after:tw-rounded-2xs after:tw-bg-stroke-mobilePhone"> <div class="tw-rounded-sm tw-overflow-hidden"> <img class="mobile" alt="Shapes 模板“Muted”样式的移动端预览" src="https://cdn.shopify.com/theme-store/rvu1gsmlmufp3rptm5jx57wfkhk1.jpg?width=200" /> </div> </div> </div> <h4 class="tw-pt-sm tw-text-heading-lg group-hover:tw-text-fg-highlight-primary tw-transition tw-ease-out tw-duration-200">Shapes</h4> </div> </a> <a data-trekkie-style-id="3127" data-trekkie-style-handle="playful" data-trekkie-theme-handle="shapes" data-trekkie-theme-id="1535" data-theme-id="1535" data-theme-name="Shapes" data-style-id="3127" data-style-name="Playful" data-paid="true" data-surface-type="home" data-surface-detail="themes-grid-first-row" data-surface-inter-position="1" data-surface-intra-position="3" aria-label="关于 Shapes 模板的详细信息" href="/themes/shapes/styles/playful?locale=zh-CN&surface_detail=themes-grid-first-row&surface_inter_position=1&surface_intra_position=3&surface_type=home"> <div class="style-images hidden" data-style="shapes-playful"> <div class="tw-relative tw-h-80 tw-overflow-hidden lg:tw-h-96 tw-rounded-md tw-border tw-border-solid tw-border-stroke-primary" style="background-color: #4F9D79"> <img class="tw-w-full tw-h-auto tw-transition tw-ease-out tw-duration-1000 group-hover:tw-scale-[1.02] tw-origin-top" alt="Shapes 模板“Playful”样式的桌面端预览" src="https://cdn.shopify.com/theme-store/tq2afc8wrcjrolynmsltwomv1cam.jpg?width=1000" /> <div class="tw-absolute tw-bg-canvas-inverted-primary tw-top-24 tw-w-36 tw-min-h-3/4 tw-right-5 lg:tw-top-32 lg:tw-w-40 tw-border-4 tw-border-solid tw-border-stroke-mobilePhone tw-rounded-md tw-shadow-mobilePhone tw-transition tw-ease-out tw-duration-500 group-hover:-tw-translate-y-[2.5%] after:tw-content-[''] after:tw-absolute after:tw-left-full after:tw-top-3xl after:tw-w-[6px] after:tw-h-2xl after:tw-rounded-2xs after:tw-bg-stroke-mobilePhone"> <div class="tw-rounded-sm tw-overflow-hidden"> <img class="mobile" alt="Shapes 模板“Playful”样式的移动端预览" src="https://cdn.shopify.com/theme-store/z2brb50uc9crv6c7dkt2fg3w6b9z.jpg?width=200" /> </div> </div> </div> <h4 class="tw-pt-sm tw-text-heading-lg group-hover:tw-text-fg-highlight-primary tw-transition tw-ease-out tw-duration-200">Shapes</h4> </div> </a> <div class="tw-absolute tw-right-0 tw-bottom-0 tw-pt-sm tw-pl-md tw-flex tw-items-center tw-gap-md tw-bg-canvas-primary after:tw-content-[''] after:tw-absolute after:tw-right-full after:tw-h-full after:tw-w-lg after:tw-bg-gradient-to-l after:tw-from-canvas-primary"> <label for="style-shapes-bold" tabindex="0" data-style="shapes-bold" class="tw-relative tw-w-[20px] tw-h-[20px] tw-cursor-pointer tw-rounded-full tw-transition tw-ease-out tw-duration-100 hover:tw-scale-[1.05] tw-border-0 tw-border-solid tw-border-canvas-primary selected" style="background: #EA4034"></label> <input id="style-shapes-bold" name="style" class="hidden" type="radio" value="bold"> <label for="style-shapes-neon" tabindex="0" data-style="shapes-neon" class="tw-relative tw-w-[20px] tw-h-[20px] tw-cursor-pointer tw-rounded-full tw-transition tw-ease-out tw-duration-100 hover:tw-scale-[1.05] tw-border-0 tw-border-solid tw-border-canvas-primary " style="background: #FE6EAC"></label> <input id="style-shapes-neon" name="style" class="hidden" type="radio" value="neon"> <label for="style-shapes-pastel" tabindex="0" data-style="shapes-pastel" class="tw-relative tw-w-[20px] tw-h-[20px] tw-cursor-pointer tw-rounded-full tw-transition tw-ease-out tw-duration-100 hover:tw-scale-[1.05] tw-border-0 tw-border-solid tw-border-canvas-primary " style="background: #F1FEA3"></label> <input id="style-shapes-pastel" name="style" class="hidden" type="radio" value="pastel"> <label for="style-shapes-muted" tabindex="0" data-style="shapes-muted" class="tw-relative tw-w-[20px] tw-h-[20px] tw-cursor-pointer tw-rounded-full tw-transition tw-ease-out tw-duration-100 hover:tw-scale-[1.05] tw-border-0 tw-border-solid tw-border-canvas-primary " style="background: #EEECE6"></label> <input id="style-shapes-muted" name="style" class="hidden" type="radio" value="muted"> <label for="style-shapes-playful" tabindex="0" data-style="shapes-playful" class="tw-relative tw-w-[20px] tw-h-[20px] tw-cursor-pointer tw-rounded-full tw-transition tw-ease-out tw-duration-100 hover:tw-scale-[1.05] tw-border-0 tw-border-solid tw-border-canvas-primary " style="background: #4F9D79"></label> <input id="style-shapes-playful" name="style" class="hidden" type="radio" value="playful"> </div> </div> <div class="card-details tw-flex tw-flex-col tw-gap-sm"> <p class="tw-text-body-sm">$360 USD</p> <ul class="tw-flex tw-flex-wrap tw-gap-md tw-items-center tw-text-body-sm tw-text-fg-secondary tw-m-0"> <li class="tw-flex tw-items-center tw-gap-3xs"> <svg class="icon tw-h-[20px] tw-w-[20px]" aria-hidden="true" focusable="false"> <use xlink:href="#icons-polaris-thumbs-up" /> </svg> <span class="tw-text-nowrap">100% (54)</span> </li> </ul> </div> </article> </div> <section class="whyshopify tw-mt-lg tw-mb-3xl"> <div class="md:tw-flex tw-gap-lg tw-border-y tw-border-y-stroke-primary tw-py-xl md:tw-py-2xl xl:tw-py-3xl"> <h2 class="tw-text-heading-3xl tw-text-balance tw-flex-1 tw-pb-lg">每款模板都具有的功能</h2> <div class="tw-text-body-md tw-text-fg-tertiary tw-flex tw-flex-col tw-gap-lg tw-flex-1"> <p> <strong class="tw-font-semibold tw-text-fg-primary"> 专为商务打造 </strong>—快速、可靠,并且具备<a target="_blank" class="tw-link-base tw-link-sm tw-text-fg-tertiary" href="https://www.shopify.com/checkout">全球领先的高转化率结账系统</a> </p> <p> <strong class="tw-font-semibold tw-text-fg-primary"> 基本功能应有尽有 </strong>—产品推荐、评论、折扣及<a target="_blank" class="tw-link-base tw-link-sm tw-text-fg-tertiary" href="https://help.shopify.com/manual/online-store/themes">更多功能</a> </p> <p> <strong class="tw-font-semibold tw-text-fg-primary"> 开发人员支持 </strong>—在需要时获得帮助,包括<a target="_blank" class="tw-link-base tw-link-sm tw-text-fg-tertiary" href="https://help.shopify.com/manual/online-store/themes/managing-themes/updating-themes">免费更新</a> </p> </div> </div> </section> <div class="md:tw-flex tw-gap-lg tw-my-lg md:tw-my-xl tw-justify-between tw-items-end"> <div class="tw-pb-xs"> <h2 class="tw-text-heading-2xl tw-pb-xs">Theme Store 新上线模板</h2> <p class="tw-text-body-md tw-text-fg-secondary">使用购物者从未见过的新鲜模板,让您的商店脱颖而出</p> </div> <a class="tw-inline-block tw-button-base tw-button-sm tw-button-secondary tw-text-nowrap" href="/collections/new-themes?locale=zh-CN&surface_detail=new_themes_collection_link&surface_type=home">更多新模板</a> </div> <div class="tw-grid md:tw-grid-cols-2 lg:tw-grid-cols-4 md:tw-gap-gutter--mobile lg:tw-gap-gutter--desktop"> <article class="theme-card tw-flex tw-flex-col tw-gap-sm tw-mb-2xl tw-flex-1"> <div class="tw-relative tw-group"> <a data-trekkie-style-id="3105" data-trekkie-style-handle="knit" data-trekkie-theme-handle="keystone" data-trekkie-theme-id="2943" data-theme-id="2943" data-theme-name="Keystone" data-style-id="3105" data-style-name="Knit" data-paid="true" data-surface-type="home" data-surface-detail="themes-grid-new" data-surface-inter-position="2" data-surface-intra-position="1" aria-label="关于 Keystone 模板的详细信息" href="/themes/keystone/styles/knit?locale=zh-CN&surface_detail=themes-grid-new&surface_inter_position=2&surface_intra_position=1&surface_type=home"> <div class="style-images " data-style="keystone-knit"> <div class="tw-relative tw-h-80 tw-overflow-hidden lg:tw-h-96 tw-rounded-md tw-border tw-border-solid tw-border-stroke-primary" style="background-color: #116672"> <img class="tw-w-full tw-h-auto tw-transition tw-ease-out tw-duration-1000 group-hover:tw-scale-[1.02] tw-origin-top" alt="Keystone 模板“Knit”样式的桌面端预览" src="https://cdn.shopify.com/theme-store/q2xxi59xpzv3c63ir8673e5lirq9.jpg?width=1000" /> <div class="tw-absolute tw-bg-canvas-inverted-primary tw-top-24 tw-w-36 tw-min-h-3/4 tw-right-5 lg:tw-top-32 lg:tw-w-40 tw-border-4 tw-border-solid tw-border-stroke-mobilePhone tw-rounded-md tw-shadow-mobilePhone tw-transition tw-ease-out tw-duration-500 group-hover:-tw-translate-y-[2.5%] after:tw-content-[''] after:tw-absolute after:tw-left-full after:tw-top-3xl after:tw-w-[6px] after:tw-h-2xl after:tw-rounded-2xs after:tw-bg-stroke-mobilePhone"> <div class="tw-rounded-sm tw-overflow-hidden"> <img class="mobile" alt="Keystone 模板“Knit”样式的移动端预览" src="https://cdn.shopify.com/theme-store/rc6dmpsvkcagdiqrj6hbfuo31ru8.jpg?width=200" /> </div> </div> </div> <h4 class="tw-pt-sm tw-text-heading-lg group-hover:tw-text-fg-highlight-primary tw-transition tw-ease-out tw-duration-200">Keystone</h4> </div> </a> <a data-trekkie-style-id="3247" data-trekkie-style-handle="kingpin" data-trekkie-theme-handle="keystone" data-trekkie-theme-id="2943" data-theme-id="2943" data-theme-name="Keystone" data-style-id="3247" data-style-name="Kingpin" data-paid="true" data-surface-type="home" data-surface-detail="themes-grid-new" data-surface-inter-position="2" data-surface-intra-position="1" aria-label="关于 Keystone 模板的详细信息" href="/themes/keystone/styles/kingpin?locale=zh-CN&surface_detail=themes-grid-new&surface_inter_position=2&surface_intra_position=1&surface_type=home"> <div class="style-images hidden" data-style="keystone-kingpin"> <div class="tw-relative tw-h-80 tw-overflow-hidden lg:tw-h-96 tw-rounded-md tw-border tw-border-solid tw-border-stroke-primary" style="background-color: #F5CB5D"> <img class="tw-w-full tw-h-auto tw-transition tw-ease-out tw-duration-1000 group-hover:tw-scale-[1.02] tw-origin-top" alt="Keystone 模板“Kingpin”样式的桌面端预览" src="https://cdn.shopify.com/theme-store/563yi34p6dop8m3b8o4pyejyhwvj.jpg?width=1000" /> <div class="tw-absolute tw-bg-canvas-inverted-primary tw-top-24 tw-w-36 tw-min-h-3/4 tw-right-5 lg:tw-top-32 lg:tw-w-40 tw-border-4 tw-border-solid tw-border-stroke-mobilePhone tw-rounded-md tw-shadow-mobilePhone tw-transition tw-ease-out tw-duration-500 group-hover:-tw-translate-y-[2.5%] after:tw-content-[''] after:tw-absolute after:tw-left-full after:tw-top-3xl after:tw-w-[6px] after:tw-h-2xl after:tw-rounded-2xs after:tw-bg-stroke-mobilePhone"> <div class="tw-rounded-sm tw-overflow-hidden"> <img class="mobile" alt="Keystone 模板“Kingpin”样式的移动端预览" src="https://cdn.shopify.com/theme-store/2i7ugvxf0esddhmf028ho74pljo7.jpg?width=200" /> </div> </div> </div> <h4 class="tw-pt-sm tw-text-heading-lg group-hover:tw-text-fg-highlight-primary tw-transition tw-ease-out tw-duration-200">Keystone</h4> </div> </a> <a data-trekkie-style-id="3248" data-trekkie-style-handle="kindred" data-trekkie-theme-handle="keystone" data-trekkie-theme-id="2943" data-theme-id="2943" data-theme-name="Keystone" data-style-id="3248" data-style-name="Kindred" data-paid="true" data-surface-type="home" data-surface-detail="themes-grid-new" data-surface-inter-position="2" data-surface-intra-position="1" aria-label="关于 Keystone 模板的详细信息" href="/themes/keystone/styles/kindred?locale=zh-CN&surface_detail=themes-grid-new&surface_inter_position=2&surface_intra_position=1&surface_type=home"> <div class="style-images hidden" data-style="keystone-kindred"> <div class="tw-relative tw-h-80 tw-overflow-hidden lg:tw-h-96 tw-rounded-md tw-border tw-border-solid tw-border-stroke-primary" style="background-color: #DDEACF"> <img class="tw-w-full tw-h-auto tw-transition tw-ease-out tw-duration-1000 group-hover:tw-scale-[1.02] tw-origin-top" alt="Keystone 模板“Kindred”样式的桌面端预览" src="https://cdn.shopify.com/theme-store/2z4cyibabfjcp7ohj7lmabyhl1md.jpg?width=1000" /> <div class="tw-absolute tw-bg-canvas-inverted-primary tw-top-24 tw-w-36 tw-min-h-3/4 tw-right-5 lg:tw-top-32 lg:tw-w-40 tw-border-4 tw-border-solid tw-border-stroke-mobilePhone tw-rounded-md tw-shadow-mobilePhone tw-transition tw-ease-out tw-duration-500 group-hover:-tw-translate-y-[2.5%] after:tw-content-[''] after:tw-absolute after:tw-left-full after:tw-top-3xl after:tw-w-[6px] after:tw-h-2xl after:tw-rounded-2xs after:tw-bg-stroke-mobilePhone"> <div class="tw-rounded-sm tw-overflow-hidden"> <img class="mobile" alt="Keystone 模板“Kindred”样式的移动端预览" src="https://cdn.shopify.com/theme-store/380ohifixviihu0p74c0arn4rj32.jpg?width=200" /> </div> </div> </div> <h4 class="tw-pt-sm tw-text-heading-lg group-hover:tw-text-fg-highlight-primary tw-transition tw-ease-out tw-duration-200">Keystone</h4> </div> </a> <div class="tw-absolute tw-right-0 tw-bottom-0 tw-pt-sm tw-pl-md tw-flex tw-items-center tw-gap-md tw-bg-canvas-primary after:tw-content-[''] after:tw-absolute after:tw-right-full after:tw-h-full after:tw-w-lg after:tw-bg-gradient-to-l after:tw-from-canvas-primary"> <label for="style-keystone-knit" tabindex="0" data-style="keystone-knit" class="tw-relative tw-w-[20px] tw-h-[20px] tw-cursor-pointer tw-rounded-full tw-transition tw-ease-out tw-duration-100 hover:tw-scale-[1.05] tw-border-0 tw-border-solid tw-border-canvas-primary selected" style="background: #116672"></label> <input id="style-keystone-knit" name="style" class="hidden" type="radio" value="knit"> <label for="style-keystone-kingpin" tabindex="0" data-style="keystone-kingpin" class="tw-relative tw-w-[20px] tw-h-[20px] tw-cursor-pointer tw-rounded-full tw-transition tw-ease-out tw-duration-100 hover:tw-scale-[1.05] tw-border-0 tw-border-solid tw-border-canvas-primary " style="background: #F5CB5D"></label> <input id="style-keystone-kingpin" name="style" class="hidden" type="radio" value="kingpin"> <label for="style-keystone-kindred" tabindex="0" data-style="keystone-kindred" class="tw-relative tw-w-[20px] tw-h-[20px] tw-cursor-pointer tw-rounded-full tw-transition tw-ease-out tw-duration-100 hover:tw-scale-[1.05] tw-border-0 tw-border-solid tw-border-canvas-primary " style="background: #DDEACF"></label> <input id="style-keystone-kindred" name="style" class="hidden" type="radio" value="kindred"> </div> </div> <div class="card-details tw-flex tw-flex-col tw-gap-sm"> <p class="tw-text-body-sm">$400 USD</p> <ul class="tw-flex tw-flex-wrap tw-gap-md tw-items-center tw-text-body-sm tw-text-fg-secondary tw-m-0"> <li class="tw-text-fg-highlight-primary">新</li> </ul> </div> </article> <article class="theme-card tw-flex tw-flex-col tw-gap-sm tw-mb-2xl tw-flex-1"> <div class="tw-relative tw-group"> <a data-trekkie-style-id="3161" data-trekkie-style-handle="outfit" data-trekkie-theme-handle="koto" data-trekkie-theme-id="3001" data-theme-id="3001" data-theme-name="Koto" data-style-id="3161" data-style-name="Outfit" data-paid="true" data-surface-type="home" data-surface-detail="themes-grid-new" data-surface-inter-position="2" data-surface-intra-position="2" aria-label="关于 Koto 模板的详细信息" href="/themes/koto/styles/outfit?locale=zh-CN&surface_detail=themes-grid-new&surface_inter_position=2&surface_intra_position=2&surface_type=home"> <div class="style-images " data-style="koto-outfit"> <div class="tw-relative tw-h-80 tw-overflow-hidden lg:tw-h-96 tw-rounded-md tw-border tw-border-solid tw-border-stroke-primary" style="background-color: #11195c"> <img class="tw-w-full tw-h-auto tw-transition tw-ease-out tw-duration-1000 group-hover:tw-scale-[1.02] tw-origin-top" alt="Koto 模板“Outfit”样式的桌面端预览" src="https://cdn.shopify.com/theme-store/csnwt7t18efyz590gx8dsbnrnzz3.jpg?width=1000" /> <div class="tw-absolute tw-bg-canvas-inverted-primary tw-top-24 tw-w-36 tw-min-h-3/4 tw-right-5 lg:tw-top-32 lg:tw-w-40 tw-border-4 tw-border-solid tw-border-stroke-mobilePhone tw-rounded-md tw-shadow-mobilePhone tw-transition tw-ease-out tw-duration-500 group-hover:-tw-translate-y-[2.5%] after:tw-content-[''] after:tw-absolute after:tw-left-full after:tw-top-3xl after:tw-w-[6px] after:tw-h-2xl after:tw-rounded-2xs after:tw-bg-stroke-mobilePhone"> <div class="tw-rounded-sm tw-overflow-hidden"> <img class="mobile" alt="Koto 模板“Outfit”样式的移动端预览" src="https://cdn.shopify.com/theme-store/1h8a9asazsuvggv91bb6cgqi94bm.jpg?width=200" /> </div> </div> </div> <h4 class="tw-pt-sm tw-text-heading-lg group-hover:tw-text-fg-highlight-primary tw-transition tw-ease-out tw-duration-200">Koto</h4> </div> </a> <a data-trekkie-style-id="3162" data-trekkie-style-handle="electronic" data-trekkie-theme-handle="koto" data-trekkie-theme-id="3001" data-theme-id="3001" data-theme-name="Koto" data-style-id="3162" data-style-name="Electronic" data-paid="true" data-surface-type="home" data-surface-detail="themes-grid-new" data-surface-inter-position="2" data-surface-intra-position="2" aria-label="关于 Koto 模板的详细信息" href="/themes/koto/styles/electronic?locale=zh-CN&surface_detail=themes-grid-new&surface_inter_position=2&surface_intra_position=2&surface_type=home"> <div class="style-images hidden" data-style="koto-electronic"> <div class="tw-relative tw-h-80 tw-overflow-hidden lg:tw-h-96 tw-rounded-md tw-border tw-border-solid tw-border-stroke-primary" style="background-color: #030B4C"> <img class="tw-w-full tw-h-auto tw-transition tw-ease-out tw-duration-1000 group-hover:tw-scale-[1.02] tw-origin-top" alt="Koto 模板“Electronic”样式的桌面端预览" src="https://cdn.shopify.com/theme-store/0icyd6a184kyx6345monkxqn6jmo.jpg?width=1000" /> <div class="tw-absolute tw-bg-canvas-inverted-primary tw-top-24 tw-w-36 tw-min-h-3/4 tw-right-5 lg:tw-top-32 lg:tw-w-40 tw-border-4 tw-border-solid tw-border-stroke-mobilePhone tw-rounded-md tw-shadow-mobilePhone tw-transition tw-ease-out tw-duration-500 group-hover:-tw-translate-y-[2.5%] after:tw-content-[''] after:tw-absolute after:tw-left-full after:tw-top-3xl after:tw-w-[6px] after:tw-h-2xl after:tw-rounded-2xs after:tw-bg-stroke-mobilePhone"> <div class="tw-rounded-sm tw-overflow-hidden"> <img class="mobile" alt="Koto 模板“Electronic”样式的移动端预览" src="https://cdn.shopify.com/theme-store/2dc8oc3hb4i0p12qnzncowtdx86z.jpg?width=200" /> </div> </div> </div> <h4 class="tw-pt-sm tw-text-heading-lg group-hover:tw-text-fg-highlight-primary tw-transition tw-ease-out tw-duration-200">Koto</h4> </div> </a> <a data-trekkie-style-id="3163" data-trekkie-style-handle="supermarket" data-trekkie-theme-handle="koto" data-trekkie-theme-id="3001" data-theme-id="3001" data-theme-name="Koto" data-style-id="3163" data-style-name="Supermarket" data-paid="true" data-surface-type="home" data-surface-detail="themes-grid-new" data-surface-inter-position="2" data-surface-intra-position="2" aria-label="关于 Koto 模板的详细信息" href="/themes/koto/styles/supermarket?locale=zh-CN&surface_detail=themes-grid-new&surface_inter_position=2&surface_intra_position=2&surface_type=home"> <div class="style-images hidden" data-style="koto-supermarket"> <div class="tw-relative tw-h-80 tw-overflow-hidden lg:tw-h-96 tw-rounded-md tw-border tw-border-solid tw-border-stroke-primary" style="background-color: #294007"> <img class="tw-w-full tw-h-auto tw-transition tw-ease-out tw-duration-1000 group-hover:tw-scale-[1.02] tw-origin-top" alt="Koto 模板“Supermarket”样式的桌面端预览" src="https://cdn.shopify.com/theme-store/1eoy4pe4q0lrbdhitr6fuuc5vkww.jpg?width=1000" /> <div class="tw-absolute tw-bg-canvas-inverted-primary tw-top-24 tw-w-36 tw-min-h-3/4 tw-right-5 lg:tw-top-32 lg:tw-w-40 tw-border-4 tw-border-solid tw-border-stroke-mobilePhone tw-rounded-md tw-shadow-mobilePhone tw-transition tw-ease-out tw-duration-500 group-hover:-tw-translate-y-[2.5%] after:tw-content-[''] after:tw-absolute after:tw-left-full after:tw-top-3xl after:tw-w-[6px] after:tw-h-2xl after:tw-rounded-2xs after:tw-bg-stroke-mobilePhone"> <div class="tw-rounded-sm tw-overflow-hidden"> <img class="mobile" alt="Koto 模板“Supermarket”样式的移动端预览" src="https://cdn.shopify.com/theme-store/4wio4pw9wsb1akakureptvcxw7hl.jpg?width=200" /> </div> </div> </div> <h4 class="tw-pt-sm tw-text-heading-lg group-hover:tw-text-fg-highlight-primary tw-transition tw-ease-out tw-duration-200">Koto</h4> </div> </a> <div class="tw-absolute tw-right-0 tw-bottom-0 tw-pt-sm tw-pl-md tw-flex tw-items-center tw-gap-md tw-bg-canvas-primary after:tw-content-[''] after:tw-absolute after:tw-right-full after:tw-h-full after:tw-w-lg after:tw-bg-gradient-to-l after:tw-from-canvas-primary"> <label for="style-koto-outfit" tabindex="0" data-style="koto-outfit" class="tw-relative tw-w-[20px] tw-h-[20px] tw-cursor-pointer tw-rounded-full tw-transition tw-ease-out tw-duration-100 hover:tw-scale-[1.05] tw-border-0 tw-border-solid tw-border-canvas-primary selected" style="background: #11195c"></label> <input id="style-koto-outfit" name="style" class="hidden" type="radio" value="outfit"> <label for="style-koto-electronic" tabindex="0" data-style="koto-electronic" class="tw-relative tw-w-[20px] tw-h-[20px] tw-cursor-pointer tw-rounded-full tw-transition tw-ease-out tw-duration-100 hover:tw-scale-[1.05] tw-border-0 tw-border-solid tw-border-canvas-primary " style="background: #030B4C"></label> <input id="style-koto-electronic" name="style" class="hidden" type="radio" value="electronic"> <label for="style-koto-supermarket" tabindex="0" data-style="koto-supermarket" class="tw-relative tw-w-[20px] tw-h-[20px] tw-cursor-pointer tw-rounded-full tw-transition tw-ease-out tw-duration-100 hover:tw-scale-[1.05] tw-border-0 tw-border-solid tw-border-canvas-primary " style="background: #294007"></label> <input id="style-koto-supermarket" name="style" class="hidden" type="radio" value="supermarket"> </div> </div> <div class="card-details tw-flex tw-flex-col tw-gap-sm"> <p class="tw-text-body-sm">$290 USD</p> <ul class="tw-flex tw-flex-wrap tw-gap-md tw-items-center tw-text-body-sm tw-text-fg-secondary tw-m-0"> <li class="tw-text-fg-highlight-primary">新</li> <li class="tw-flex tw-items-center tw-gap-3xs"> <svg class="icon tw-h-[20px] tw-w-[20px]" aria-hidden="true" focusable="false"> <use xlink:href="#icons-polaris-thumbs-up" /> </svg> <span class="tw-text-nowrap">100% (1)</span> </li> </ul> </div> </article> <article class="theme-card tw-flex tw-flex-col tw-gap-sm tw-mb-2xl tw-flex-1"> <div class="tw-relative tw-group"> <a data-trekkie-style-id="3188" data-trekkie-style-handle="outsiders" data-trekkie-theme-handle="outsiders" data-trekkie-theme-id="2896" data-theme-id="2896" data-theme-name="Outsiders" data-style-id="3188" data-style-name="Outsiders" data-paid="true" data-surface-type="home" data-surface-detail="themes-grid-new" data-surface-inter-position="2" data-surface-intra-position="3" aria-label="关于 Outsiders 模板的详细信息" href="/themes/outsiders/styles/outsiders?locale=zh-CN&surface_detail=themes-grid-new&surface_inter_position=2&surface_intra_position=3&surface_type=home"> <div class="style-images " data-style="outsiders-outsiders"> <div class="tw-relative tw-h-80 tw-overflow-hidden lg:tw-h-96 tw-rounded-md tw-border tw-border-solid tw-border-stroke-primary" style="background-color: #EA1616"> <img class="tw-w-full tw-h-auto tw-transition tw-ease-out tw-duration-1000 group-hover:tw-scale-[1.02] tw-origin-top" alt="Outsiders 模板“Outsiders”样式的桌面端预览" src="https://cdn.shopify.com/theme-store/7gp5erkutdnrqvj1q21klstr3wji.jpg?width=1000" /> <div class="tw-absolute tw-bg-canvas-inverted-primary tw-top-24 tw-w-36 tw-min-h-3/4 tw-right-5 lg:tw-top-32 lg:tw-w-40 tw-border-4 tw-border-solid tw-border-stroke-mobilePhone tw-rounded-md tw-shadow-mobilePhone tw-transition tw-ease-out tw-duration-500 group-hover:-tw-translate-y-[2.5%] after:tw-content-[''] after:tw-absolute after:tw-left-full after:tw-top-3xl after:tw-w-[6px] after:tw-h-2xl after:tw-rounded-2xs after:tw-bg-stroke-mobilePhone"> <div class="tw-rounded-sm tw-overflow-hidden"> <img class="mobile" alt="Outsiders 模板“Outsiders”样式的移动端预览" src="https://cdn.shopify.com/theme-store/2ta91c0osuwy23bu8zp0qcippsdm.jpg?width=200" /> </div> </div> </div> <h4 class="tw-pt-sm tw-text-heading-lg group-hover:tw-text-fg-highlight-primary tw-transition tw-ease-out tw-duration-200">Outsiders</h4> </div> </a> <a data-trekkie-style-id="3189" data-trekkie-style-handle="rebels" data-trekkie-theme-handle="outsiders" data-trekkie-theme-id="2896" data-theme-id="2896" data-theme-name="Outsiders" data-style-id="3189" data-style-name="Rebels" data-paid="true" data-surface-type="home" data-surface-detail="themes-grid-new" data-surface-inter-position="2" data-surface-intra-position="3" aria-label="关于 Outsiders 模板的详细信息" href="/themes/outsiders/styles/rebels?locale=zh-CN&surface_detail=themes-grid-new&surface_inter_position=2&surface_intra_position=3&surface_type=home"> <div class="style-images hidden" data-style="outsiders-rebels"> <div class="tw-relative tw-h-80 tw-overflow-hidden lg:tw-h-96 tw-rounded-md tw-border tw-border-solid tw-border-stroke-primary" style="background-color: #6C7D00"> <img class="tw-w-full tw-h-auto tw-transition tw-ease-out tw-duration-1000 group-hover:tw-scale-[1.02] tw-origin-top" alt="Outsiders 模板“Rebels”样式的桌面端预览" src="https://cdn.shopify.com/theme-store/6lqwgp58mzbn2oaa34oguaj9px1v.jpg?width=1000" /> <div class="tw-absolute tw-bg-canvas-inverted-primary tw-top-24 tw-w-36 tw-min-h-3/4 tw-right-5 lg:tw-top-32 lg:tw-w-40 tw-border-4 tw-border-solid tw-border-stroke-mobilePhone tw-rounded-md tw-shadow-mobilePhone tw-transition tw-ease-out tw-duration-500 group-hover:-tw-translate-y-[2.5%] after:tw-content-[''] after:tw-absolute after:tw-left-full after:tw-top-3xl after:tw-w-[6px] after:tw-h-2xl after:tw-rounded-2xs after:tw-bg-stroke-mobilePhone"> <div class="tw-rounded-sm tw-overflow-hidden"> <img class="mobile" alt="Outsiders 模板“Rebels”样式的移动端预览" src="https://cdn.shopify.com/theme-store/3xn73rk1c8q1o2kbxg1bkijitjxf.jpg?width=200" /> </div> </div> </div> <h4 class="tw-pt-sm tw-text-heading-lg group-hover:tw-text-fg-highlight-primary tw-transition tw-ease-out tw-duration-200">Outsiders</h4> </div> </a> <a data-trekkie-style-id="3190" data-trekkie-style-handle="misfits" data-trekkie-theme-handle="outsiders" data-trekkie-theme-id="2896" data-theme-id="2896" data-theme-name="Outsiders" data-style-id="3190" data-style-name="Misfits" data-paid="true" data-surface-type="home" data-surface-detail="themes-grid-new" data-surface-inter-position="2" data-surface-intra-position="3" aria-label="关于 Outsiders 模板的详细信息" href="/themes/outsiders/styles/misfits?locale=zh-CN&surface_detail=themes-grid-new&surface_inter_position=2&surface_intra_position=3&surface_type=home"> <div class="style-images hidden" data-style="outsiders-misfits"> <div class="tw-relative tw-h-80 tw-overflow-hidden lg:tw-h-96 tw-rounded-md tw-border tw-border-solid tw-border-stroke-primary" style="background-color: #3D2DF4"> <img class="tw-w-full tw-h-auto tw-transition tw-ease-out tw-duration-1000 group-hover:tw-scale-[1.02] tw-origin-top" alt="Outsiders 模板“Misfits”样式的桌面端预览" src="https://cdn.shopify.com/theme-store/c483klc65roshqs953305280zch9.jpg?width=1000" /> <div class="tw-absolute tw-bg-canvas-inverted-primary tw-top-24 tw-w-36 tw-min-h-3/4 tw-right-5 lg:tw-top-32 lg:tw-w-40 tw-border-4 tw-border-solid tw-border-stroke-mobilePhone tw-rounded-md tw-shadow-mobilePhone tw-transition tw-ease-out tw-duration-500 group-hover:-tw-translate-y-[2.5%] after:tw-content-[''] after:tw-absolute after:tw-left-full after:tw-top-3xl after:tw-w-[6px] after:tw-h-2xl after:tw-rounded-2xs after:tw-bg-stroke-mobilePhone"> <div class="tw-rounded-sm tw-overflow-hidden"> <img class="mobile" alt="Outsiders 模板“Misfits”样式的移动端预览" src="https://cdn.shopify.com/theme-store/l4suvms1gffbejezsb9254fzwg58.jpg?width=200" /> </div> </div> </div> <h4 class="tw-pt-sm tw-text-heading-lg group-hover:tw-text-fg-highlight-primary tw-transition tw-ease-out tw-duration-200">Outsiders</h4> </div> </a> <a data-trekkie-style-id="3191" data-trekkie-style-handle="wrong" data-trekkie-theme-handle="outsiders" data-trekkie-theme-id="2896" data-theme-id="2896" data-theme-name="Outsiders" data-style-id="3191" data-style-name="Wrong" data-paid="true" data-surface-type="home" data-surface-detail="themes-grid-new" data-surface-inter-position="2" data-surface-intra-position="3" aria-label="关于 Outsiders 模板的详细信息" href="/themes/outsiders/styles/wrong?locale=zh-CN&surface_detail=themes-grid-new&surface_inter_position=2&surface_intra_position=3&surface_type=home"> <div class="style-images hidden" data-style="outsiders-wrong"> <div class="tw-relative tw-h-80 tw-overflow-hidden lg:tw-h-96 tw-rounded-md tw-border tw-border-solid tw-border-stroke-primary" style="background-color: #7D39EC"> <img class="tw-w-full tw-h-auto tw-transition tw-ease-out tw-duration-1000 group-hover:tw-scale-[1.02] tw-origin-top" alt="Outsiders 模板“Wrong”样式的桌面端预览" src="https://cdn.shopify.com/theme-store/oxyw9xadib7pu90ycmksr95pmd4s.jpg?width=1000" /> <div class="tw-absolute tw-bg-canvas-inverted-primary tw-top-24 tw-w-36 tw-min-h-3/4 tw-right-5 lg:tw-top-32 lg:tw-w-40 tw-border-4 tw-border-solid tw-border-stroke-mobilePhone tw-rounded-md tw-shadow-mobilePhone tw-transition tw-ease-out tw-duration-500 group-hover:-tw-translate-y-[2.5%] after:tw-content-[''] after:tw-absolute after:tw-left-full after:tw-top-3xl after:tw-w-[6px] after:tw-h-2xl after:tw-rounded-2xs after:tw-bg-stroke-mobilePhone"> <div class="tw-rounded-sm tw-overflow-hidden"> <img class="mobile" alt="Outsiders 模板“Wrong”样式的移动端预览" src="https://cdn.shopify.com/theme-store/u7jxvuv2v8df8kgkhitkp0m8ddfu.jpg?width=200" /> </div> </div> </div> <h4 class="tw-pt-sm tw-text-heading-lg group-hover:tw-text-fg-highlight-primary tw-transition tw-ease-out tw-duration-200">Outsiders</h4> </div> </a> <a data-trekkie-style-id="3192" data-trekkie-style-handle="eccentrics" data-trekkie-theme-handle="outsiders" data-trekkie-theme-id="2896" data-theme-id="2896" data-theme-name="Outsiders" data-style-id="3192" data-style-name="Eccentrics" data-paid="true" data-surface-type="home" data-surface-detail="themes-grid-new" data-surface-inter-position="2" data-surface-intra-position="3" aria-label="关于 Outsiders 模板的详细信息" href="/themes/outsiders/styles/eccentrics?locale=zh-CN&surface_detail=themes-grid-new&surface_inter_position=2&surface_intra_position=3&surface_type=home"> <div class="style-images hidden" data-style="outsiders-eccentrics"> <div class="tw-relative tw-h-80 tw-overflow-hidden lg:tw-h-96 tw-rounded-md tw-border tw-border-solid tw-border-stroke-primary" style="background-color: #F5F5F5"> <img class="tw-w-full tw-h-auto tw-transition tw-ease-out tw-duration-1000 group-hover:tw-scale-[1.02] tw-origin-top" alt="Outsiders 模板“Eccentrics”样式的桌面端预览" src="https://cdn.shopify.com/theme-store/slgiimo1nj93g7jjh3r661rzb0ft.jpg?width=1000" /> <div class="tw-absolute tw-bg-canvas-inverted-primary tw-top-24 tw-w-36 tw-min-h-3/4 tw-right-5 lg:tw-top-32 lg:tw-w-40 tw-border-4 tw-border-solid tw-border-stroke-mobilePhone tw-rounded-md tw-shadow-mobilePhone tw-transition tw-ease-out tw-duration-500 group-hover:-tw-translate-y-[2.5%] after:tw-content-[''] after:tw-absolute after:tw-left-full after:tw-top-3xl after:tw-w-[6px] after:tw-h-2xl after:tw-rounded-2xs after:tw-bg-stroke-mobilePhone"> <div class="tw-rounded-sm tw-overflow-hidden"> <img class="mobile" alt="Outsiders 模板“Eccentrics”样式的移动端预览" src="https://cdn.shopify.com/theme-store/yc4gwl12y471mcb2d32dkfj4qivd.jpg?width=200" /> </div> </div> </div> <h4 class="tw-pt-sm tw-text-heading-lg group-hover:tw-text-fg-highlight-primary tw-transition tw-ease-out tw-duration-200">Outsiders</h4> </div> </a> <div class="tw-absolute tw-right-0 tw-bottom-0 tw-pt-sm tw-pl-md tw-flex tw-items-center tw-gap-md tw-bg-canvas-primary after:tw-content-[''] after:tw-absolute after:tw-right-full after:tw-h-full after:tw-w-lg after:tw-bg-gradient-to-l after:tw-from-canvas-primary"> <label for="style-outsiders-outsiders" tabindex="0" data-style="outsiders-outsiders" class="tw-relative tw-w-[20px] tw-h-[20px] tw-cursor-pointer tw-rounded-full tw-transition tw-ease-out tw-duration-100 hover:tw-scale-[1.05] tw-border-0 tw-border-solid tw-border-canvas-primary selected" style="background: #EA1616"></label> <input id="style-outsiders-outsiders" name="style" class="hidden" type="radio" value="outsiders"> <label for="style-outsiders-rebels" tabindex="0" data-style="outsiders-rebels" class="tw-relative tw-w-[20px] tw-h-[20px] tw-cursor-pointer tw-rounded-full tw-transition tw-ease-out tw-duration-100 hover:tw-scale-[1.05] tw-border-0 tw-border-solid tw-border-canvas-primary " style="background: #6C7D00"></label> <input id="style-outsiders-rebels" name="style" class="hidden" type="radio" value="rebels"> <label for="style-outsiders-misfits" tabindex="0" data-style="outsiders-misfits" class="tw-relative tw-w-[20px] tw-h-[20px] tw-cursor-pointer tw-rounded-full tw-transition tw-ease-out tw-duration-100 hover:tw-scale-[1.05] tw-border-0 tw-border-solid tw-border-canvas-primary " style="background: #3D2DF4"></label> <input id="style-outsiders-misfits" name="style" class="hidden" type="radio" value="misfits"> <label for="style-outsiders-wrong" tabindex="0" data-style="outsiders-wrong" class="tw-relative tw-w-[20px] tw-h-[20px] tw-cursor-pointer tw-rounded-full tw-transition tw-ease-out tw-duration-100 hover:tw-scale-[1.05] tw-border-0 tw-border-solid tw-border-canvas-primary " style="background: #7D39EC"></label> <input id="style-outsiders-wrong" name="style" class="hidden" type="radio" value="wrong"> <label for="style-outsiders-eccentrics" tabindex="0" data-style="outsiders-eccentrics" class="tw-relative tw-w-[20px] tw-h-[20px] tw-cursor-pointer tw-rounded-full tw-transition tw-ease-out tw-duration-100 hover:tw-scale-[1.05] tw-border-0 tw-border-solid tw-border-canvas-primary " style="background: #F5F5F5"></label> <input id="style-outsiders-eccentrics" name="style" class="hidden" type="radio" value="eccentrics"> </div> </div> <div class="card-details tw-flex tw-flex-col tw-gap-sm"> <p class="tw-text-body-sm">$380 USD</p> <ul class="tw-flex tw-flex-wrap tw-gap-md tw-items-center tw-text-body-sm tw-text-fg-secondary tw-m-0"> <li class="tw-text-fg-highlight-primary">新</li> </ul> </div> </article> <article class="theme-card tw-flex tw-flex-col tw-gap-sm tw-mb-2xl tw-flex-1"> <div class="tw-relative tw-group"> <a data-trekkie-style-id="3080" data-trekkie-style-handle="default" data-trekkie-theme-handle="noire" data-trekkie-theme-id="2926" data-theme-id="2926" data-theme-name="Noire" data-style-id="3080" data-style-name="Default" data-paid="true" data-surface-type="home" data-surface-detail="themes-grid-new" data-surface-inter-position="2" data-surface-intra-position="4" aria-label="关于 Noire 模板的详细信息" href="/themes/noire/styles/default?locale=zh-CN&surface_detail=themes-grid-new&surface_inter_position=2&surface_intra_position=4&surface_type=home"> <div class="style-images " data-style="noire-default"> <div class="tw-relative tw-h-80 tw-overflow-hidden lg:tw-h-96 tw-rounded-md tw-border tw-border-solid tw-border-stroke-primary" style="background-color: #020899"> <img class="tw-w-full tw-h-auto tw-transition tw-ease-out tw-duration-1000 group-hover:tw-scale-[1.02] tw-origin-top" alt="Noire 模板“Default”样式的桌面端预览" src="https://cdn.shopify.com/theme-store/fahtn0swbpp2cnrxz6ye5dpqzu2u.jpg?width=1000" /> <div class="tw-absolute tw-bg-canvas-inverted-primary tw-top-24 tw-w-36 tw-min-h-3/4 tw-right-5 lg:tw-top-32 lg:tw-w-40 tw-border-4 tw-border-solid tw-border-stroke-mobilePhone tw-rounded-md tw-shadow-mobilePhone tw-transition tw-ease-out tw-duration-500 group-hover:-tw-translate-y-[2.5%] after:tw-content-[''] after:tw-absolute after:tw-left-full after:tw-top-3xl after:tw-w-[6px] after:tw-h-2xl after:tw-rounded-2xs after:tw-bg-stroke-mobilePhone"> <div class="tw-rounded-sm tw-overflow-hidden"> <img class="mobile" alt="Noire 模板“Default”样式的移动端预览" src="https://cdn.shopify.com/theme-store/oj2bynrvc53cm8o9xu8oomwlrvtq.jpg?width=200" /> </div> </div> </div> <h4 class="tw-pt-sm tw-text-heading-lg group-hover:tw-text-fg-highlight-primary tw-transition tw-ease-out tw-duration-200">Noire</h4> </div> </a> <a data-trekkie-style-id="3081" data-trekkie-style-handle="wood" data-trekkie-theme-handle="noire" data-trekkie-theme-id="2926" data-theme-id="2926" data-theme-name="Noire" data-style-id="3081" data-style-name="Wood" data-paid="true" data-surface-type="home" data-surface-detail="themes-grid-new" data-surface-inter-position="2" data-surface-intra-position="4" aria-label="关于 Noire 模板的详细信息" href="/themes/noire/styles/wood?locale=zh-CN&surface_detail=themes-grid-new&surface_inter_position=2&surface_intra_position=4&surface_type=home"> <div class="style-images hidden" data-style="noire-wood"> <div class="tw-relative tw-h-80 tw-overflow-hidden lg:tw-h-96 tw-rounded-md tw-border tw-border-solid tw-border-stroke-primary" style="background-color: #4a3037"> <img class="tw-w-full tw-h-auto tw-transition tw-ease-out tw-duration-1000 group-hover:tw-scale-[1.02] tw-origin-top" alt="Noire 模板“Wood”样式的桌面端预览" src="https://cdn.shopify.com/theme-store/2xcwu3glxsyfm8ewblo7yid5zmxh.jpg?width=1000" /> <div class="tw-absolute tw-bg-canvas-inverted-primary tw-top-24 tw-w-36 tw-min-h-3/4 tw-right-5 lg:tw-top-32 lg:tw-w-40 tw-border-4 tw-border-solid tw-border-stroke-mobilePhone tw-rounded-md tw-shadow-mobilePhone tw-transition tw-ease-out tw-duration-500 group-hover:-tw-translate-y-[2.5%] after:tw-content-[''] after:tw-absolute after:tw-left-full after:tw-top-3xl after:tw-w-[6px] after:tw-h-2xl after:tw-rounded-2xs after:tw-bg-stroke-mobilePhone"> <div class="tw-rounded-sm tw-overflow-hidden"> <img class="mobile" alt="Noire 模板“Wood”样式的移动端预览" src="https://cdn.shopify.com/theme-store/bv1q4yskhszoo29t16isogqpf8zh.jpg?width=200" /> </div> </div> </div> <h4 class="tw-pt-sm tw-text-heading-lg group-hover:tw-text-fg-highlight-primary tw-transition tw-ease-out tw-duration-200">Noire</h4> </div> </a> <a data-trekkie-style-id="3082" data-trekkie-style-handle="elec" data-trekkie-theme-handle="noire" data-trekkie-theme-id="2926" data-theme-id="2926" data-theme-name="Noire" data-style-id="3082" data-style-name="Elec" data-paid="true" data-surface-type="home" data-surface-detail="themes-grid-new" data-surface-inter-position="2" data-surface-intra-position="4" aria-label="关于 Noire 模板的详细信息" href="/themes/noire/styles/elec?locale=zh-CN&surface_detail=themes-grid-new&surface_inter_position=2&surface_intra_position=4&surface_type=home"> <div class="style-images hidden" data-style="noire-elec"> <div class="tw-relative tw-h-80 tw-overflow-hidden lg:tw-h-96 tw-rounded-md tw-border tw-border-solid tw-border-stroke-primary" style="background-color: #b2fcd0"> <img class="tw-w-full tw-h-auto tw-transition tw-ease-out tw-duration-1000 group-hover:tw-scale-[1.02] tw-origin-top" alt="Noire 模板“Elec”样式的桌面端预览" src="https://cdn.shopify.com/theme-store/vscjoavy6poqb8m1hsc2erm1f9p7.jpg?width=1000" /> <div class="tw-absolute tw-bg-canvas-inverted-primary tw-top-24 tw-w-36 tw-min-h-3/4 tw-right-5 lg:tw-top-32 lg:tw-w-40 tw-border-4 tw-border-solid tw-border-stroke-mobilePhone tw-rounded-md tw-shadow-mobilePhone tw-transition tw-ease-out tw-duration-500 group-hover:-tw-translate-y-[2.5%] after:tw-content-[''] after:tw-absolute after:tw-left-full after:tw-top-3xl after:tw-w-[6px] after:tw-h-2xl after:tw-rounded-2xs after:tw-bg-stroke-mobilePhone"> <div class="tw-rounded-sm tw-overflow-hidden"> <img class="mobile" alt="Noire 模板“Elec”样式的移动端预览" src="https://cdn.shopify.com/theme-store/86hs0k2n6jxq43scwgvzkljuahu8.jpg?width=200" /> </div> </div> </div> <h4 class="tw-pt-sm tw-text-heading-lg group-hover:tw-text-fg-highlight-primary tw-transition tw-ease-out tw-duration-200">Noire</h4> </div> </a> <a data-trekkie-style-id="3083" data-trekkie-style-handle="play" data-trekkie-theme-handle="noire" data-trekkie-theme-id="2926" data-theme-id="2926" data-theme-name="Noire" data-style-id="3083" data-style-name="Play" data-paid="true" data-surface-type="home" data-surface-detail="themes-grid-new" data-surface-inter-position="2" data-surface-intra-position="4" aria-label="关于 Noire 模板的详细信息" href="/themes/noire/styles/play?locale=zh-CN&surface_detail=themes-grid-new&surface_inter_position=2&surface_intra_position=4&surface_type=home"> <div class="style-images hidden" data-style="noire-play"> <div class="tw-relative tw-h-80 tw-overflow-hidden lg:tw-h-96 tw-rounded-md tw-border tw-border-solid tw-border-stroke-primary" style="background-color: #f8eaeb"> <img class="tw-w-full tw-h-auto tw-transition tw-ease-out tw-duration-1000 group-hover:tw-scale-[1.02] tw-origin-top" alt="Noire 模板“Play”样式的桌面端预览" src="https://cdn.shopify.com/theme-store/bpu5a9lq348izch3lhyh09ync94d.jpg?width=1000" /> <div class="tw-absolute tw-bg-canvas-inverted-primary tw-top-24 tw-w-36 tw-min-h-3/4 tw-right-5 lg:tw-top-32 lg:tw-w-40 tw-border-4 tw-border-solid tw-border-stroke-mobilePhone tw-rounded-md tw-shadow-mobilePhone tw-transition tw-ease-out tw-duration-500 group-hover:-tw-translate-y-[2.5%] after:tw-content-[''] after:tw-absolute after:tw-left-full after:tw-top-3xl after:tw-w-[6px] after:tw-h-2xl after:tw-rounded-2xs after:tw-bg-stroke-mobilePhone"> <div class="tw-rounded-sm tw-overflow-hidden"> <img class="mobile" alt="Noire 模板“Play”样式的移动端预览" src="https://cdn.shopify.com/theme-store/eo7ai5264mpakanfsk0fpab2ah7u.jpg?width=200" /> </div> </div> </div> <h4 class="tw-pt-sm tw-text-heading-lg group-hover:tw-text-fg-highlight-primary tw-transition tw-ease-out tw-duration-200">Noire</h4> </div> </a> <div class="tw-absolute tw-right-0 tw-bottom-0 tw-pt-sm tw-pl-md tw-flex tw-items-center tw-gap-md tw-bg-canvas-primary after:tw-content-[''] after:tw-absolute after:tw-right-full after:tw-h-full after:tw-w-lg after:tw-bg-gradient-to-l after:tw-from-canvas-primary"> <label for="style-noire-default" tabindex="0" data-style="noire-default" class="tw-relative tw-w-[20px] tw-h-[20px] tw-cursor-pointer tw-rounded-full tw-transition tw-ease-out tw-duration-100 hover:tw-scale-[1.05] tw-border-0 tw-border-solid tw-border-canvas-primary selected" style="background: #020899"></label> <input id="style-noire-default" name="style" class="hidden" type="radio" value="default"> <label for="style-noire-wood" tabindex="0" data-style="noire-wood" class="tw-relative tw-w-[20px] tw-h-[20px] tw-cursor-pointer tw-rounded-full tw-transition tw-ease-out tw-duration-100 hover:tw-scale-[1.05] tw-border-0 tw-border-solid tw-border-canvas-primary " style="background: #4a3037"></label> <input id="style-noire-wood" name="style" class="hidden" type="radio" value="wood"> <label for="style-noire-elec" tabindex="0" data-style="noire-elec" class="tw-relative tw-w-[20px] tw-h-[20px] tw-cursor-pointer tw-rounded-full tw-transition tw-ease-out tw-duration-100 hover:tw-scale-[1.05] tw-border-0 tw-border-solid tw-border-canvas-primary " style="background: #b2fcd0"></label> <input id="style-noire-elec" name="style" class="hidden" type="radio" value="elec"> <label for="style-noire-play" tabindex="0" data-style="noire-play" class="tw-relative tw-w-[20px] tw-h-[20px] tw-cursor-pointer tw-rounded-full tw-transition tw-ease-out tw-duration-100 hover:tw-scale-[1.05] tw-border-0 tw-border-solid tw-border-canvas-primary " style="background: #f8eaeb"></label> <input id="style-noire-play" name="style" class="hidden" type="radio" value="play"> </div> </div> <div class="card-details tw-flex tw-flex-col tw-gap-sm"> <p class="tw-text-body-sm">$250 USD</p> <ul class="tw-flex tw-flex-wrap tw-gap-md tw-items-center tw-text-body-sm tw-text-fg-secondary tw-m-0"> <li class="tw-text-fg-highlight-primary">新</li> </ul> </div> </article> </div> </section> <section class="flex-fader testimonials"> <div class="slide tw-my-3xl active" style="background: rgba(234,64,52,0.15);"> <div class="tw-container tw-flex tw-flex-col tw-gap-4 tw-mx-auto md:tw-flex-row tw-py-6"> <div class="tw-flex tw-flex-col tw-w-full md:tw-w-2/4 tw-justify-center tw-gap-6"> <figure class="md:tw-h-80"> <svg width="27" height="22" viewBox="0 0 27 22" fill="none" xmlns="http://www.w3.org/2000/svg" class="tw-mb-5 tw-block tw-mx-auto md:tw-mx-0"> <path d="M0.378906 21.8608V16.108C0.378906 14.3608 0.687855 12.5071 1.30575 10.5469C1.94496 8.56534 2.86115 6.65838 4.05433 4.826C5.26882 2.9723 6.72834 1.36364 8.43288 0L11.565 2.71662C9.94567 4.59162 8.58203 6.67969 7.47408 8.98082C6.38743 11.2607 5.8441 13.6044 5.8441 16.0121V21.8608H0.378906ZM15.3683 21.8608V16.108C15.3683 14.3608 15.6772 12.5071 16.2951 10.5469C16.9343 8.56534 17.8505 6.65838 19.0437 4.826C20.2582 2.9723 21.7177 1.36364 23.4222 0L26.5543 2.71662C24.935 4.59162 23.5714 6.67969 22.4634 8.98082C21.3768 11.2607 20.8335 13.6044 20.8335 16.0121V21.8608H15.3683Z" fill="#0F172A" /> </svg> <blockquote class="tw-text-body-3xl tw-pb-5 tw-text-center md:tw-text-left">这个模板非常独特,与其他模板完全不同。支持团队的响应也很迅速,提供了很大帮助。</blockquote> <figcaption class="tw-text-body-md tw-text-center md:tw-text-left">— Maison Rue</figcaption> </figure> <div class="tw-select-none tw-w-full tw-text-center tw-mb-10 md:tw-text-left tw-z-50"> <button class="prev tw-inline-block tw-mr-5" aria-label="← 上一页"><svg width="60" height="16" viewBox="0 0 60 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M8.00568 16L0.369318 8.36364L8.00568 0.727273L9.31818 2.02273L3.91477 7.42614H59.3636V9.30114H3.91477L9.31818 14.6875L8.00568 16Z" fill="black" /> </svg></button> <span class="color-black" aria-hidden="true"><span class="slide-num">1</span> / 6</span> <button class="next tw-inline-block tw-cursor-pointer tw-ml-5" aria-label="下一页 →"><svg width="59" height="16" viewBox="0 0 59 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M51.358 16L50.0455 14.6875L55.4489 9.30114H0V7.42614H55.4489L50.0455 2.02273L51.358 0.727273L58.9943 8.36364L51.358 16Z" fill="black" /> </svg></button> </div> </div> <div class="tw-flex tw-justify-end tw-flex-col tw-w-full md:tw-w-2/4"> <div class="tw-mx-auto tw-flex tw-flex-col tw-justify-center"> <img class="tw-border-black tw-border-2 tw-rounded-md tw-block tw-w-4/5 tw-m-auto tw-max-h-[44rem]" alt="Shapes 模板“Bold”样式的移动端预览" src="https://cdn.shopify.com/theme-store/rls2h1x0f6h1fanxbynl814uk62k.jpg" /> <div class="tw-text-center tw-text-zinc-900 tw-mt-5"> <a data-trekkie-style-id="3126" data-trekkie-style-handle="bold" data-trekkie-theme-handle="shapes" data-trekkie-theme-id="1535" data-theme-id="1535" data-theme-name="Shapes" data-style-id="3126" data-style-name="Bold" data-paid="true" data-surface-type="home" data-surface-detail="testimonials" data-surface-inter-position="4" data-surface-intra-position="10" class="tw-text-zinc-900 tw-underline" href="/themes/shapes/styles/bold?locale=zh-CN&surface_detail=testimonials&surface_inter_position=3&surface_intra_position=10&surface_type=home">Shapes</a> by Switch</div> </div> </div> </div> </div> <div class="slide tw-my-3xl " style="background: rgba(150,173,217,0.15);"> <div class="tw-container tw-flex tw-flex-col tw-gap-4 tw-mx-auto md:tw-flex-row tw-py-6"> <div class="tw-flex tw-flex-col tw-w-full md:tw-w-2/4 tw-justify-center tw-gap-6"> <figure class="md:tw-h-80"> <svg width="27" height="22" viewBox="0 0 27 22" fill="none" xmlns="http://www.w3.org/2000/svg" class="tw-mb-5 tw-block tw-mx-auto md:tw-mx-0"> <path d="M0.378906 21.8608V16.108C0.378906 14.3608 0.687855 12.5071 1.30575 10.5469C1.94496 8.56534 2.86115 6.65838 4.05433 4.826C5.26882 2.9723 6.72834 1.36364 8.43288 0L11.565 2.71662C9.94567 4.59162 8.58203 6.67969 7.47408 8.98082C6.38743 11.2607 5.8441 13.6044 5.8441 16.0121V21.8608H0.378906ZM15.3683 21.8608V16.108C15.3683 14.3608 15.6772 12.5071 16.2951 10.5469C16.9343 8.56534 17.8505 6.65838 19.0437 4.826C20.2582 2.9723 21.7177 1.36364 23.4222 0L26.5543 2.71662C24.935 4.59162 23.5714 6.67969 22.4634 8.98082C21.3768 11.2607 20.8335 13.6044 20.8335 16.0121V21.8608H15.3683Z" fill="#0F172A" /> </svg> <blockquote class="tw-text-body-3xl tw-pb-5 tw-text-center md:tw-text-left">这个模板的分区精简又时尚,并且能够轻松进行自定义,不论是移动设备还是桌面,都能带来出色的视觉体验。</blockquote> <figcaption class="tw-text-body-md tw-text-center md:tw-text-left">— Illusions Lingerie</figcaption> </figure> <div class="tw-select-none tw-w-full tw-text-center tw-mb-10 md:tw-text-left tw-z-50"> <button class="prev tw-inline-block tw-mr-5" aria-label="← 上一页"><svg width="60" height="16" viewBox="0 0 60 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M8.00568 16L0.369318 8.36364L8.00568 0.727273L9.31818 2.02273L3.91477 7.42614H59.3636V9.30114H3.91477L9.31818 14.6875L8.00568 16Z" fill="black" /> </svg></button> <span class="color-black" aria-hidden="true"><span class="slide-num">1</span> / 6</span> <button class="next tw-inline-block tw-cursor-pointer tw-ml-5" aria-label="下一页 →"><svg width="59" height="16" viewBox="0 0 59 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M51.358 16L50.0455 14.6875L55.4489 9.30114H0V7.42614H55.4489L50.0455 2.02273L51.358 0.727273L58.9943 8.36364L51.358 16Z" fill="black" /> </svg></button> </div> </div> <div class="tw-flex tw-justify-end tw-flex-col tw-w-full md:tw-w-2/4"> <div class="tw-mx-auto tw-flex tw-flex-col tw-justify-center"> <img class="tw-border-black tw-border-2 tw-rounded-md tw-block tw-w-4/5 tw-m-auto tw-max-h-[44rem]" alt="Impulse 模板“Modern”样式的移动端预览" src="https://cdn.shopify.com/theme-store/hiabpmn5mawroak4yyyfgewq74rp.jpg" /> <div class="tw-text-center tw-text-zinc-900 tw-mt-5"> <a data-trekkie-style-id="1222" data-trekkie-style-handle="modern" data-trekkie-theme-handle="impulse" data-trekkie-theme-id="857" data-theme-id="857" data-theme-name="Impulse" data-style-id="1222" data-style-name="Modern" data-paid="true" data-surface-type="home" data-surface-detail="testimonials" data-surface-inter-position="4" data-surface-intra-position="6" class="tw-text-zinc-900 tw-underline" href="/themes/impulse/styles/modern?locale=zh-CN&surface_detail=testimonials&surface_inter_position=3&surface_intra_position=6&surface_type=home">Impulse</a> by Archetype Themes</div> </div> </div> </div> </div> <div class="slide tw-my-3xl " style="background: rgba(202,210,189,0.15);"> <div class="tw-container tw-flex tw-flex-col tw-gap-4 tw-mx-auto md:tw-flex-row tw-py-6"> <div class="tw-flex tw-flex-col tw-w-full md:tw-w-2/4 tw-justify-center tw-gap-6"> <figure class="md:tw-h-80"> <svg width="27" height="22" viewBox="0 0 27 22" fill="none" xmlns="http://www.w3.org/2000/svg" class="tw-mb-5 tw-block tw-mx-auto md:tw-mx-0"> <path d="M0.378906 21.8608V16.108C0.378906 14.3608 0.687855 12.5071 1.30575 10.5469C1.94496 8.56534 2.86115 6.65838 4.05433 4.826C5.26882 2.9723 6.72834 1.36364 8.43288 0L11.565 2.71662C9.94567 4.59162 8.58203 6.67969 7.47408 8.98082C6.38743 11.2607 5.8441 13.6044 5.8441 16.0121V21.8608H0.378906ZM15.3683 21.8608V16.108C15.3683 14.3608 15.6772 12.5071 16.2951 10.5469C16.9343 8.56534 17.8505 6.65838 19.0437 4.826C20.2582 2.9723 21.7177 1.36364 23.4222 0L26.5543 2.71662C24.935 4.59162 23.5714 6.67969 22.4634 8.98082C21.3768 11.2607 20.8335 13.6044 20.8335 16.0121V21.8608H15.3683Z" fill="#0F172A" /> </svg> <blockquote class="tw-text-body-3xl tw-pb-5 tw-text-center md:tw-text-left">刚刚创立公司时,我花了很多时间挑选模板,但我很庆幸最终选择了 Pipeline。它十分灵活,可以随着我的业务增长进行相应扩展。</blockquote> <figcaption class="tw-text-body-md tw-text-center md:tw-text-left">— Ouive</figcaption> </figure> <div class="tw-select-none tw-w-full tw-text-center tw-mb-10 md:tw-text-left tw-z-50"> <button class="prev tw-inline-block tw-mr-5" aria-label="← 上一页"><svg width="60" height="16" viewBox="0 0 60 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M8.00568 16L0.369318 8.36364L8.00568 0.727273L9.31818 2.02273L3.91477 7.42614H59.3636V9.30114H3.91477L9.31818 14.6875L8.00568 16Z" fill="black" /> </svg></button> <span class="color-black" aria-hidden="true"><span class="slide-num">1</span> / 6</span> <button class="next tw-inline-block tw-cursor-pointer tw-ml-5" aria-label="下一页 →"><svg width="59" height="16" viewBox="0 0 59 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M51.358 16L50.0455 14.6875L55.4489 9.30114H0V7.42614H55.4489L50.0455 2.02273L51.358 0.727273L58.9943 8.36364L51.358 16Z" fill="black" /> </svg></button> </div> </div> <div class="tw-flex tw-justify-end tw-flex-col tw-w-full md:tw-w-2/4"> <div class="tw-mx-auto tw-flex tw-flex-col tw-justify-center"> <img class="tw-border-black tw-border-2 tw-rounded-md tw-block tw-w-4/5 tw-m-auto tw-max-h-[44rem]" alt="Pipeline 模板“Clean”样式的移动端预览" src="https://cdn.shopify.com/theme-store/aouw84pdmdtt8qzaab0dz339lrqp.jpg" /> <div class="tw-text-center tw-text-zinc-900 tw-mt-5"> <a data-trekkie-style-id="1992" data-trekkie-style-handle="clean" data-trekkie-theme-handle="pipeline" data-trekkie-theme-id="739" data-theme-id="739" data-theme-name="Pipeline" data-style-id="1992" data-style-name="Clean" data-paid="true" data-surface-type="home" data-surface-detail="testimonials" data-surface-inter-position="4" data-surface-intra-position="8" class="tw-text-zinc-900 tw-underline" href="/themes/pipeline/styles/clean?locale=zh-CN&surface_detail=testimonials&surface_inter_position=3&surface_intra_position=8&surface_type=home">Pipeline</a> by Groupthought</div> </div> </div> </div> </div> <div class="slide tw-my-3xl " style="background: rgba(255,173,173,0.15);"> <div class="tw-container tw-flex tw-flex-col tw-gap-4 tw-mx-auto md:tw-flex-row tw-py-6"> <div class="tw-flex tw-flex-col tw-w-full md:tw-w-2/4 tw-justify-center tw-gap-6"> <figure class="md:tw-h-80"> <svg width="27" height="22" viewBox="0 0 27 22" fill="none" xmlns="http://www.w3.org/2000/svg" class="tw-mb-5 tw-block tw-mx-auto md:tw-mx-0"> <path d="M0.378906 21.8608V16.108C0.378906 14.3608 0.687855 12.5071 1.30575 10.5469C1.94496 8.56534 2.86115 6.65838 4.05433 4.826C5.26882 2.9723 6.72834 1.36364 8.43288 0L11.565 2.71662C9.94567 4.59162 8.58203 6.67969 7.47408 8.98082C6.38743 11.2607 5.8441 13.6044 5.8441 16.0121V21.8608H0.378906ZM15.3683 21.8608V16.108C15.3683 14.3608 15.6772 12.5071 16.2951 10.5469C16.9343 8.56534 17.8505 6.65838 19.0437 4.826C20.2582 2.9723 21.7177 1.36364 23.4222 0L26.5543 2.71662C24.935 4.59162 23.5714 6.67969 22.4634 8.98082C21.3768 11.2607 20.8335 13.6044 20.8335 16.0121V21.8608H15.3683Z" fill="#0F172A" /> </svg> <blockquote class="tw-text-body-3xl tw-pb-5 tw-text-center md:tw-text-left">这个模板看起来非常专业,为我的客户提供了无缝顺滑的购物体验。</blockquote> <figcaption class="tw-text-body-md tw-text-center md:tw-text-left">— stevey</figcaption> </figure> <div class="tw-select-none tw-w-full tw-text-center tw-mb-10 md:tw-text-left tw-z-50"> <button class="prev tw-inline-block tw-mr-5" aria-label="← 上一页"><svg width="60" height="16" viewBox="0 0 60 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M8.00568 16L0.369318 8.36364L8.00568 0.727273L9.31818 2.02273L3.91477 7.42614H59.3636V9.30114H3.91477L9.31818 14.6875L8.00568 16Z" fill="black" /> </svg></button> <span class="color-black" aria-hidden="true"><span class="slide-num">1</span> / 6</span> <button class="next tw-inline-block tw-cursor-pointer tw-ml-5" aria-label="下一页 →"><svg width="59" height="16" viewBox="0 0 59 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M51.358 16L50.0455 14.6875L55.4489 9.30114H0V7.42614H55.4489L50.0455 2.02273L51.358 0.727273L58.9943 8.36364L51.358 16Z" fill="black" /> </svg></button> </div> </div> <div class="tw-flex tw-justify-end tw-flex-col tw-w-full md:tw-w-2/4"> <div class="tw-mx-auto tw-flex tw-flex-col tw-justify-center"> <img class="tw-border-black tw-border-2 tw-rounded-md tw-block tw-w-4/5 tw-m-auto tw-max-h-[44rem]" alt="Blockshop 模板“Beauty”样式的移动端预览" src="https://cdn.shopify.com/theme-store/8ypfcmqxsbdk42r8ksno7d235itj.jpg" /> <div class="tw-text-center tw-text-zinc-900 tw-mt-5"> <a data-trekkie-style-id="741" data-trekkie-style-handle="beauty" data-trekkie-theme-handle="blockshop" data-trekkie-theme-id="606" data-theme-id="606" data-theme-name="Blockshop" data-style-id="741" data-style-name="Beauty" data-paid="true" data-surface-type="home" data-surface-detail="testimonials" data-surface-inter-position="4" data-surface-intra-position="2" class="tw-text-zinc-900 tw-underline" href="/themes/blockshop/styles/beauty?locale=zh-CN&surface_detail=testimonials&surface_inter_position=3&surface_intra_position=2&surface_type=home">Blockshop</a> by Troop Themes</div> </div> </div> </div> </div> <div class="slide tw-my-3xl " style="background: rgba(250,234,161,0.15);"> <div class="tw-container tw-flex tw-flex-col tw-gap-4 tw-mx-auto md:tw-flex-row tw-py-6"> <div class="tw-flex tw-flex-col tw-w-full md:tw-w-2/4 tw-justify-center tw-gap-6"> <figure class="md:tw-h-80"> <svg width="27" height="22" viewBox="0 0 27 22" fill="none" xmlns="http://www.w3.org/2000/svg" class="tw-mb-5 tw-block tw-mx-auto md:tw-mx-0"> <path d="M0.378906 21.8608V16.108C0.378906 14.3608 0.687855 12.5071 1.30575 10.5469C1.94496 8.56534 2.86115 6.65838 4.05433 4.826C5.26882 2.9723 6.72834 1.36364 8.43288 0L11.565 2.71662C9.94567 4.59162 8.58203 6.67969 7.47408 8.98082C6.38743 11.2607 5.8441 13.6044 5.8441 16.0121V21.8608H0.378906ZM15.3683 21.8608V16.108C15.3683 14.3608 15.6772 12.5071 16.2951 10.5469C16.9343 8.56534 17.8505 6.65838 19.0437 4.826C20.2582 2.9723 21.7177 1.36364 23.4222 0L26.5543 2.71662C24.935 4.59162 23.5714 6.67969 22.4634 8.98082C21.3768 11.2607 20.8335 13.6044 20.8335 16.0121V21.8608H15.3683Z" fill="#0F172A" /> </svg> <blockquote class="tw-text-body-3xl tw-pb-5 tw-text-center md:tw-text-left">这个模板本身非常精致,功能齐全,让您可以在短时间内打造一个时尚的店铺。</blockquote> <figcaption class="tw-text-body-md tw-text-center md:tw-text-left">— Lilian Sanchez Style</figcaption> </figure> <div class="tw-select-none tw-w-full tw-text-center tw-mb-10 md:tw-text-left tw-z-50"> <button class="prev tw-inline-block tw-mr-5" aria-label="← 上一页"><svg width="60" height="16" viewBox="0 0 60 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M8.00568 16L0.369318 8.36364L8.00568 0.727273L9.31818 2.02273L3.91477 7.42614H59.3636V9.30114H3.91477L9.31818 14.6875L8.00568 16Z" fill="black" /> </svg></button> <span class="color-black" aria-hidden="true"><span class="slide-num">1</span> / 6</span> <button class="next tw-inline-block tw-cursor-pointer tw-ml-5" aria-label="下一页 →"><svg width="59" height="16" viewBox="0 0 59 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M51.358 16L50.0455 14.6875L55.4489 9.30114H0V7.42614H55.4489L50.0455 2.02273L51.358 0.727273L58.9943 8.36364L51.358 16Z" fill="black" /> </svg></button> </div> </div> <div class="tw-flex tw-justify-end tw-flex-col tw-w-full md:tw-w-2/4"> <div class="tw-mx-auto tw-flex tw-flex-col tw-justify-center"> <img class="tw-border-black tw-border-2 tw-rounded-md tw-block tw-w-4/5 tw-m-auto tw-max-h-[44rem]" alt="Be Yours 模板“Beauty”样式的移动端预览" src="https://cdn.shopify.com/theme-store/g0j4smzcslvchgt5kah8trhlp37e.jpg" /> <div class="tw-text-center tw-text-zinc-900 tw-mt-5"> <a data-trekkie-style-id="1785" data-trekkie-style-handle="beauty" data-trekkie-theme-handle="be-yours" data-trekkie-theme-id="1399" data-theme-id="1399" data-theme-name="Be Yours" data-style-id="1785" data-style-name="Beauty" data-paid="true" data-surface-type="home" data-surface-detail="testimonials" data-surface-inter-position="4" data-surface-intra-position="1" class="tw-text-zinc-900 tw-underline" href="/themes/be-yours/styles/beauty?locale=zh-CN&surface_detail=testimonials&surface_inter_position=3&surface_intra_position=1&surface_type=home">Be Yours</a> by RoarTheme</div> </div> </div> </div> </div> <div class="slide tw-my-3xl " style="background: rgba(206,79,6,0.15);"> <div class="tw-container tw-flex tw-flex-col tw-gap-4 tw-mx-auto md:tw-flex-row tw-py-6"> <div class="tw-flex tw-flex-col tw-w-full md:tw-w-2/4 tw-justify-center tw-gap-6"> <figure class="md:tw-h-80"> <svg width="27" height="22" viewBox="0 0 27 22" fill="none" xmlns="http://www.w3.org/2000/svg" class="tw-mb-5 tw-block tw-mx-auto md:tw-mx-0"> <path d="M0.378906 21.8608V16.108C0.378906 14.3608 0.687855 12.5071 1.30575 10.5469C1.94496 8.56534 2.86115 6.65838 4.05433 4.826C5.26882 2.9723 6.72834 1.36364 8.43288 0L11.565 2.71662C9.94567 4.59162 8.58203 6.67969 7.47408 8.98082C6.38743 11.2607 5.8441 13.6044 5.8441 16.0121V21.8608H0.378906ZM15.3683 21.8608V16.108C15.3683 14.3608 15.6772 12.5071 16.2951 10.5469C16.9343 8.56534 17.8505 6.65838 19.0437 4.826C20.2582 2.9723 21.7177 1.36364 23.4222 0L26.5543 2.71662C24.935 4.59162 23.5714 6.67969 22.4634 8.98082C21.3768 11.2607 20.8335 13.6044 20.8335 16.0121V21.8608H15.3683Z" fill="#0F172A" /> </svg> <blockquote class="tw-text-body-3xl tw-pb-5 tw-text-center md:tw-text-left">我喜欢用这个模板来发展插画业务。它不仅外观精美,还易于导航。</blockquote> <figcaption class="tw-text-body-md tw-text-center md:tw-text-left">— Rachel Murray Design</figcaption> </figure> <div class="tw-select-none tw-w-full tw-text-center tw-mb-10 md:tw-text-left tw-z-50"> <button class="prev tw-inline-block tw-mr-5" aria-label="← 上一页"><svg width="60" height="16" viewBox="0 0 60 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M8.00568 16L0.369318 8.36364L8.00568 0.727273L9.31818 2.02273L3.91477 7.42614H59.3636V9.30114H3.91477L9.31818 14.6875L8.00568 16Z" fill="black" /> </svg></button> <span class="color-black" aria-hidden="true"><span class="slide-num">1</span> / 6</span> <button class="next tw-inline-block tw-cursor-pointer tw-ml-5" aria-label="下一页 →"><svg width="59" height="16" viewBox="0 0 59 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M51.358 16L50.0455 14.6875L55.4489 9.30114H0V7.42614H55.4489L50.0455 2.02273L51.358 0.727273L58.9943 8.36364L51.358 16Z" fill="black" /> </svg></button> </div> </div> <div class="tw-flex tw-justify-end tw-flex-col tw-w-full md:tw-w-2/4"> <div class="tw-mx-auto tw-flex tw-flex-col tw-justify-center"> <img class="tw-border-black tw-border-2 tw-rounded-md tw-block tw-w-4/5 tw-m-auto tw-max-h-[44rem]" alt="Venue 模板“Morning”样式的移动端预览" src="https://cdn.shopify.com/theme-store/2gn5y1iq08sp8n68hv37x0y7rxn4.jpg" /> <div class="tw-text-center tw-text-zinc-900 tw-mt-5"> <a data-trekkie-style-id="1137" data-trekkie-style-handle="morning" data-trekkie-theme-handle="venue" data-trekkie-theme-id="836" data-theme-id="836" data-theme-name="Venue" data-style-id="1137" data-style-name="Morning" data-paid="true" data-surface-type="home" data-surface-detail="testimonials" data-surface-inter-position="4" data-surface-intra-position="12" class="tw-text-zinc-900 tw-underline" href="/themes/venue/styles/morning?locale=zh-CN&surface_detail=testimonials&surface_inter_position=3&surface_intra_position=12&surface_type=home">Venue</a> by Safe As Milk</div> </div> </div> </div> </div> </section> <section class="community tw-my-3xl"> <div class="tw-container tw-mb-xl"> <h2 class="tw-text-heading-2xl tw-mx-auto md:tw-text-left tw-text-balance tw-pb-xs">数百款模板,满足数百万商家的需求</h2> <p class="tw-text-body-md tw-text-fg-secondary">Shopify 模板使用灵活,适配各种类型和规模的企业——包括您的企业</p> </div> <div class="tw-flex tw-gap-lg tw-relative tw-overflow-x-hidden tw-group tw-mb-md"> <div class="tw-flex tw-relative tw-gap-lg group-hover:tw-pause motion-safe:tw-animate-slideshow" style="transform: translate3d(0, 0, 0);"> <figure class="tw-float-left tw-min-w-[12rem] tw-w-[20vw] tw-my-1 tw-relative before:tw-absolute hover:before:tw-bg-white/80 before:tw-left-0 before:tw-right-0 before:tw-top-0 before:tw-bottom-0 before:tw-rounded-lg"> <img class="tw-w-full tw-h-auto tw-border tw-border-solid tw-border-stroke-primary tw-rounded-lg tw-aspect-[4/5] tw-object-cover" alt="使用 Starlite 的商店" src="https://cdn.shopify.com/theme-store/a3sljw2q9rymqmg7sou9407qx04y.jpg?width=500" /> <figcaption class="tw-absolute tw-z-30 tw-top-2/4 tw-w-full tw-text-center -tw-translate-y-2/4"> <h4 class="tw-pb-2xs tw-text-body-md lg:tw-text-body-lg xl:tw-text-body-2xl">Starlite</h4> <p class="tw-pb-md tw-text-body-xs">$220 USD</p> <a class="tw-button-base tw-button-sm tw-button-primary" href="/themes/starlite/styles/classic?locale=zh-CN&surface_detail=community-first-row&surface_inter_position=4&surface_intra_position=1&surface_type=home">查看模板</a> </figcaption> </figure> <figure class="tw-float-left tw-min-w-[12rem] tw-w-[20vw] tw-my-1 tw-relative before:tw-absolute hover:before:tw-bg-white/80 before:tw-left-0 before:tw-right-0 before:tw-top-0 before:tw-bottom-0 before:tw-rounded-lg"> <img class="tw-w-full tw-h-auto tw-border tw-border-solid tw-border-stroke-primary tw-rounded-lg tw-aspect-[4/5] tw-object-cover" alt="使用 Unicorn 的商店" src="https://cdn.shopify.com/theme-store/gjam8r68m2yvo996egnurrd9jbar.jpg?width=500" /> <figcaption class="tw-absolute tw-z-30 tw-top-2/4 tw-w-full tw-text-center -tw-translate-y-2/4"> <h4 class="tw-pb-2xs tw-text-body-md lg:tw-text-body-lg xl:tw-text-body-2xl">Unicorn</h4> <p class="tw-pb-md tw-text-body-xs">$170 USD</p> <a class="tw-button-base tw-button-sm tw-button-primary" href="/themes/unicorn/styles/valuable?locale=zh-CN&surface_detail=community-first-row&surface_inter_position=4&surface_intra_position=2&surface_type=home">查看模板</a> </figcaption> </figure> <figure class="tw-float-left tw-min-w-[12rem] tw-w-[20vw] tw-my-1 tw-relative before:tw-absolute hover:before:tw-bg-white/80 before:tw-left-0 before:tw-right-0 before:tw-top-0 before:tw-bottom-0 before:tw-rounded-lg"> <img class="tw-w-full tw-h-auto tw-border tw-border-solid tw-border-stroke-primary tw-rounded-lg tw-aspect-[4/5] tw-object-cover" alt="使用 Kidu 的商店" src="https://cdn.shopify.com/theme-store/ek6if20qy21bk323uq2zc7zako61.jpg?width=500" /> <figcaption class="tw-absolute tw-z-30 tw-top-2/4 tw-w-full tw-text-center -tw-translate-y-2/4"> <h4 class="tw-pb-2xs tw-text-body-md lg:tw-text-body-lg xl:tw-text-body-2xl">Kidu</h4> <p class="tw-pb-md tw-text-body-xs">$270 USD</p> <a class="tw-button-base tw-button-sm tw-button-primary" href="/themes/kidu/styles/toys?locale=zh-CN&surface_detail=community-first-row&surface_inter_position=4&surface_intra_position=3&surface_type=home">查看模板</a> </figcaption> </figure> <figure class="tw-float-left tw-min-w-[12rem] tw-w-[20vw] tw-my-1 tw-relative before:tw-absolute hover:before:tw-bg-white/80 before:tw-left-0 before:tw-right-0 before:tw-top-0 before:tw-bottom-0 before:tw-rounded-lg"> <img class="tw-w-full tw-h-auto tw-border tw-border-solid tw-border-stroke-primary tw-rounded-lg tw-aspect-[4/5] tw-object-cover" alt="使用 Tailor 的商店" src="https://cdn.shopify.com/theme-store/8hxqs021jybdzm14e9233qv8aum0.jpg?width=500" /> <figcaption class="tw-absolute tw-z-30 tw-top-2/4 tw-w-full tw-text-center -tw-translate-y-2/4"> <h4 class="tw-pb-2xs tw-text-body-md lg:tw-text-body-lg xl:tw-text-body-2xl">Tailor</h4> <p class="tw-pb-md tw-text-body-xs">$320 USD</p> <a class="tw-button-base tw-button-sm tw-button-primary" href="/themes/tailor/styles/cotton?locale=zh-CN&surface_detail=community-first-row&surface_inter_position=4&surface_intra_position=4&surface_type=home">查看模板</a> </figcaption> </figure> <figure class="tw-float-left tw-min-w-[12rem] tw-w-[20vw] tw-my-1 tw-relative before:tw-absolute hover:before:tw-bg-white/80 before:tw-left-0 before:tw-right-0 before:tw-top-0 before:tw-bottom-0 before:tw-rounded-lg"> <img class="tw-w-full tw-h-auto tw-border tw-border-solid tw-border-stroke-primary tw-rounded-lg tw-aspect-[4/5] tw-object-cover" alt="使用 Warehouse 的商店" src="https://cdn.shopify.com/theme-store/1jkbibru37yj8xfxw2j0uk6jgpqx.jpg?width=500" /> <figcaption class="tw-absolute tw-z-30 tw-top-2/4 tw-w-full tw-text-center -tw-translate-y-2/4"> <h4 class="tw-pb-2xs tw-text-body-md lg:tw-text-body-lg xl:tw-text-body-2xl">Warehouse</h4> <p class="tw-pb-md tw-text-body-xs">$320 USD</p> <a class="tw-button-base tw-button-sm tw-button-primary" href="/themes/warehouse/styles/metal?locale=zh-CN&surface_detail=community-first-row&surface_inter_position=4&surface_intra_position=5&surface_type=home">查看模板</a> </figcaption> </figure> </div> <div class="tw-flex tw-relative tw-gap-lg group-hover:tw-pause motion-safe:tw-animate-slideshow" style="transform: translate3d(0, 0, 0);"> <figure class="tw-float-left tw-min-w-[12rem] tw-w-[20vw] tw-my-1 tw-relative before:tw-absolute hover:before:tw-bg-white/80 before:tw-left-0 before:tw-right-0 before:tw-top-0 before:tw-bottom-0 before:tw-rounded-lg"> <img class="tw-w-full tw-h-auto tw-border tw-border-solid tw-border-stroke-primary tw-rounded-lg tw-aspect-[4/5] tw-object-cover" alt="使用 Starlite 的商店" src="https://cdn.shopify.com/theme-store/a3sljw2q9rymqmg7sou9407qx04y.jpg?width=500" /> <figcaption class="tw-absolute tw-z-30 tw-top-2/4 tw-w-full tw-text-center -tw-translate-y-2/4"> <h4 class="tw-pb-2xs tw-text-body-md lg:tw-text-body-lg xl:tw-text-body-2xl">Starlite</h4> <p class="tw-pb-md tw-text-body-xs">$220 USD</p> <a class="tw-button-base tw-button-sm tw-button-primary" href="/themes/starlite/styles/classic?locale=zh-CN&surface_detail=community-first-row&surface_inter_position=4&surface_intra_position=1&surface_type=home">查看模板</a> </figcaption> </figure> <figure class="tw-float-left tw-min-w-[12rem] tw-w-[20vw] tw-my-1 tw-relative before:tw-absolute hover:before:tw-bg-white/80 before:tw-left-0 before:tw-right-0 before:tw-top-0 before:tw-bottom-0 before:tw-rounded-lg"> <img class="tw-w-full tw-h-auto tw-border tw-border-solid tw-border-stroke-primary tw-rounded-lg tw-aspect-[4/5] tw-object-cover" alt="使用 Unicorn 的商店" src="https://cdn.shopify.com/theme-store/gjam8r68m2yvo996egnurrd9jbar.jpg?width=500" /> <figcaption class="tw-absolute tw-z-30 tw-top-2/4 tw-w-full tw-text-center -tw-translate-y-2/4"> <h4 class="tw-pb-2xs tw-text-body-md lg:tw-text-body-lg xl:tw-text-body-2xl">Unicorn</h4> <p class="tw-pb-md tw-text-body-xs">$170 USD</p> <a class="tw-button-base tw-button-sm tw-button-primary" href="/themes/unicorn/styles/valuable?locale=zh-CN&surface_detail=community-first-row&surface_inter_position=4&surface_intra_position=2&surface_type=home">查看模板</a> </figcaption> </figure> <figure class="tw-float-left tw-min-w-[12rem] tw-w-[20vw] tw-my-1 tw-relative before:tw-absolute hover:before:tw-bg-white/80 before:tw-left-0 before:tw-right-0 before:tw-top-0 before:tw-bottom-0 before:tw-rounded-lg"> <img class="tw-w-full tw-h-auto tw-border tw-border-solid tw-border-stroke-primary tw-rounded-lg tw-aspect-[4/5] tw-object-cover" alt="使用 Kidu 的商店" src="https://cdn.shopify.com/theme-store/ek6if20qy21bk323uq2zc7zako61.jpg?width=500" /> <figcaption class="tw-absolute tw-z-30 tw-top-2/4 tw-w-full tw-text-center -tw-translate-y-2/4"> <h4 class="tw-pb-2xs tw-text-body-md lg:tw-text-body-lg xl:tw-text-body-2xl">Kidu</h4> <p class="tw-pb-md tw-text-body-xs">$270 USD</p> <a class="tw-button-base tw-button-sm tw-button-primary" href="/themes/kidu/styles/toys?locale=zh-CN&surface_detail=community-first-row&surface_inter_position=4&surface_intra_position=3&surface_type=home">查看模板</a> </figcaption> </figure> <figure class="tw-float-left tw-min-w-[12rem] tw-w-[20vw] tw-my-1 tw-relative before:tw-absolute hover:before:tw-bg-white/80 before:tw-left-0 before:tw-right-0 before:tw-top-0 before:tw-bottom-0 before:tw-rounded-lg"> <img class="tw-w-full tw-h-auto tw-border tw-border-solid tw-border-stroke-primary tw-rounded-lg tw-aspect-[4/5] tw-object-cover" alt="使用 Tailor 的商店" src="https://cdn.shopify.com/theme-store/8hxqs021jybdzm14e9233qv8aum0.jpg?width=500" /> <figcaption class="tw-absolute tw-z-30 tw-top-2/4 tw-w-full tw-text-center -tw-translate-y-2/4"> <h4 class="tw-pb-2xs tw-text-body-md lg:tw-text-body-lg xl:tw-text-body-2xl">Tailor</h4> <p class="tw-pb-md tw-text-body-xs">$320 USD</p> <a class="tw-button-base tw-button-sm tw-button-primary" href="/themes/tailor/styles/cotton?locale=zh-CN&surface_detail=community-first-row&surface_inter_position=4&surface_intra_position=4&surface_type=home">查看模板</a> </figcaption> </figure> <figure class="tw-float-left tw-min-w-[12rem] tw-w-[20vw] tw-my-1 tw-relative before:tw-absolute hover:before:tw-bg-white/80 before:tw-left-0 before:tw-right-0 before:tw-top-0 before:tw-bottom-0 before:tw-rounded-lg"> <img class="tw-w-full tw-h-auto tw-border tw-border-solid tw-border-stroke-primary tw-rounded-lg tw-aspect-[4/5] tw-object-cover" alt="使用 Warehouse 的商店" src="https://cdn.shopify.com/theme-store/1jkbibru37yj8xfxw2j0uk6jgpqx.jpg?width=500" /> <figcaption class="tw-absolute tw-z-30 tw-top-2/4 tw-w-full tw-text-center -tw-translate-y-2/4"> <h4 class="tw-pb-2xs tw-text-body-md lg:tw-text-body-lg xl:tw-text-body-2xl">Warehouse</h4> <p class="tw-pb-md tw-text-body-xs">$320 USD</p> <a class="tw-button-base tw-button-sm tw-button-primary" href="/themes/warehouse/styles/metal?locale=zh-CN&surface_detail=community-first-row&surface_inter_position=4&surface_intra_position=5&surface_type=home">查看模板</a> </figcaption> </figure> </div> </div> <div class="tw-flex tw-gap-lg tw-relative tw-overflow-x-hidden tw-group tw-mb-md"> <div class="tw-flex tw-relative tw-gap-lg group-hover:tw-pause motion-safe:tw-animate-slideshowBackwards" style="transform: translate3d(0, 0, 0);"> <figure class="tw-float-left tw-min-w-[12rem] tw-w-[20vw] tw-my-1 tw-relative before:tw-absolute hover:before:tw-bg-white/80 before:tw-left-0 before:tw-right-0 before:tw-top-0 before:tw-bottom-0 before:tw-rounded-lg"> <img class="tw-w-full tw-h-auto tw-border tw-border-solid tw-border-stroke-primary tw-rounded-lg tw-aspect-[4/5] tw-object-cover" alt="使用 Tailor 的商店" src="https://cdn.shopify.com/theme-store/b4q9ic3gx7tz923ku7fh3jxwj1pu.jpg?width=500" /> <figcaption class="tw-absolute tw-z-30 tw-top-2/4 tw-w-full tw-text-center -tw-translate-y-2/4"> <h4 class="tw-pb-2xs tw-text-body-md lg:tw-text-body-lg xl:tw-text-body-2xl">Tailor</h4> <p class="tw-pb-md tw-text-body-xs">$320 USD</p> <a class="tw-button-base tw-button-sm tw-button-primary" href="/themes/tailor/styles/cotton?locale=zh-CN&surface_detail=community-second-row&surface_inter_position=5&surface_intra_position=1&surface_type=home">查看模板</a> </figcaption> </figure> <figure class="tw-float-left tw-min-w-[12rem] tw-w-[20vw] tw-my-1 tw-relative before:tw-absolute hover:before:tw-bg-white/80 before:tw-left-0 before:tw-right-0 before:tw-top-0 before:tw-bottom-0 before:tw-rounded-lg"> <img class="tw-w-full tw-h-auto tw-border tw-border-solid tw-border-stroke-primary tw-rounded-lg tw-aspect-[4/5] tw-object-cover" alt="使用 Kidu 的商店" src="https://cdn.shopify.com/theme-store/lk26u1zcnmwy1ncw089wxa3q79c0.jpg?width=500" /> <figcaption class="tw-absolute tw-z-30 tw-top-2/4 tw-w-full tw-text-center -tw-translate-y-2/4"> <h4 class="tw-pb-2xs tw-text-body-md lg:tw-text-body-lg xl:tw-text-body-2xl">Kidu</h4> <p class="tw-pb-md tw-text-body-xs">$270 USD</p> <a class="tw-button-base tw-button-sm tw-button-primary" href="/themes/kidu/styles/toys?locale=zh-CN&surface_detail=community-second-row&surface_inter_position=5&surface_intra_position=2&surface_type=home">查看模板</a> </figcaption> </figure> <figure class="tw-float-left tw-min-w-[12rem] tw-w-[20vw] tw-my-1 tw-relative before:tw-absolute hover:before:tw-bg-white/80 before:tw-left-0 before:tw-right-0 before:tw-top-0 before:tw-bottom-0 before:tw-rounded-lg"> <img class="tw-w-full tw-h-auto tw-border tw-border-solid tw-border-stroke-primary tw-rounded-lg tw-aspect-[4/5] tw-object-cover" alt="使用 Unicorn 的商店" src="https://cdn.shopify.com/theme-store/heowp1pb0fs2kq79mcllrn8j7kzl.jpg?width=500" /> <figcaption class="tw-absolute tw-z-30 tw-top-2/4 tw-w-full tw-text-center -tw-translate-y-2/4"> <h4 class="tw-pb-2xs tw-text-body-md lg:tw-text-body-lg xl:tw-text-body-2xl">Unicorn</h4> <p class="tw-pb-md tw-text-body-xs">$170 USD</p> <a class="tw-button-base tw-button-sm tw-button-primary" href="/themes/unicorn/styles/valuable?locale=zh-CN&surface_detail=community-second-row&surface_inter_position=5&surface_intra_position=3&surface_type=home">查看模板</a> </figcaption> </figure> <figure class="tw-float-left tw-min-w-[12rem] tw-w-[20vw] tw-my-1 tw-relative before:tw-absolute hover:before:tw-bg-white/80 before:tw-left-0 before:tw-right-0 before:tw-top-0 before:tw-bottom-0 before:tw-rounded-lg"> <img class="tw-w-full tw-h-auto tw-border tw-border-solid tw-border-stroke-primary tw-rounded-lg tw-aspect-[4/5] tw-object-cover" alt="使用 Warehouse 的商店" src="https://cdn.shopify.com/theme-store/dsu57izy8ab978c45pd529jcvnny.jpg?width=500" /> <figcaption class="tw-absolute tw-z-30 tw-top-2/4 tw-w-full tw-text-center -tw-translate-y-2/4"> <h4 class="tw-pb-2xs tw-text-body-md lg:tw-text-body-lg xl:tw-text-body-2xl">Warehouse</h4> <p class="tw-pb-md tw-text-body-xs">$320 USD</p> <a class="tw-button-base tw-button-sm tw-button-primary" href="/themes/warehouse/styles/metal?locale=zh-CN&surface_detail=community-second-row&surface_inter_position=5&surface_intra_position=4&surface_type=home">查看模板</a> </figcaption> </figure> <figure class="tw-float-left tw-min-w-[12rem] tw-w-[20vw] tw-my-1 tw-relative before:tw-absolute hover:before:tw-bg-white/80 before:tw-left-0 before:tw-right-0 before:tw-top-0 before:tw-bottom-0 before:tw-rounded-lg"> <img class="tw-w-full tw-h-auto tw-border tw-border-solid tw-border-stroke-primary tw-rounded-lg tw-aspect-[4/5] tw-object-cover" alt="使用 Kidu 的商店" src="https://cdn.shopify.com/theme-store/b52he9w5jm7p8lk9f7ogwd035k0x.jpg?width=500" /> <figcaption class="tw-absolute tw-z-30 tw-top-2/4 tw-w-full tw-text-center -tw-translate-y-2/4"> <h4 class="tw-pb-2xs tw-text-body-md lg:tw-text-body-lg xl:tw-text-body-2xl">Kidu</h4> <p class="tw-pb-md tw-text-body-xs">$270 USD</p> <a class="tw-button-base tw-button-sm tw-button-primary" href="/themes/kidu/styles/toys?locale=zh-CN&surface_detail=community-second-row&surface_inter_position=5&surface_intra_position=5&surface_type=home">查看模板</a> </figcaption> </figure> </div> <div class="tw-flex tw-relative tw-gap-lg group-hover:tw-pause motion-safe:tw-animate-slideshowBackwards" style="transform: translate3d(0, 0, 0);"> <figure class="tw-float-left tw-min-w-[12rem] tw-w-[20vw] tw-my-1 tw-relative before:tw-absolute hover:before:tw-bg-white/80 before:tw-left-0 before:tw-right-0 before:tw-top-0 before:tw-bottom-0 before:tw-rounded-lg"> <img class="tw-w-full tw-h-auto tw-border tw-border-solid tw-border-stroke-primary tw-rounded-lg tw-aspect-[4/5] tw-object-cover" alt="使用 Tailor 的商店" src="https://cdn.shopify.com/theme-store/b4q9ic3gx7tz923ku7fh3jxwj1pu.jpg?width=500" /> <figcaption class="tw-absolute tw-z-30 tw-top-2/4 tw-w-full tw-text-center -tw-translate-y-2/4"> <h4 class="tw-pb-2xs tw-text-body-md lg:tw-text-body-lg xl:tw-text-body-2xl">Tailor</h4> <p class="tw-pb-md tw-text-body-xs">$320 USD</p> <a class="tw-button-base tw-button-sm tw-button-primary" href="/themes/tailor/styles/cotton?locale=zh-CN&surface_detail=community-second-row&surface_inter_position=5&surface_intra_position=1&surface_type=home">查看模板</a> </figcaption> </figure> <figure class="tw-float-left tw-min-w-[12rem] tw-w-[20vw] tw-my-1 tw-relative before:tw-absolute hover:before:tw-bg-white/80 before:tw-left-0 before:tw-right-0 before:tw-top-0 before:tw-bottom-0 before:tw-rounded-lg"> <img class="tw-w-full tw-h-auto tw-border tw-border-solid tw-border-stroke-primary tw-rounded-lg tw-aspect-[4/5] tw-object-cover" alt="使用 Kidu 的商店" src="https://cdn.shopify.com/theme-store/lk26u1zcnmwy1ncw089wxa3q79c0.jpg?width=500" /> <figcaption class="tw-absolute tw-z-30 tw-top-2/4 tw-w-full tw-text-center -tw-translate-y-2/4"> <h4 class="tw-pb-2xs tw-text-body-md lg:tw-text-body-lg xl:tw-text-body-2xl">Kidu</h4> <p class="tw-pb-md tw-text-body-xs">$270 USD</p> <a class="tw-button-base tw-button-sm tw-button-primary" href="/themes/kidu/styles/toys?locale=zh-CN&surface_detail=community-second-row&surface_inter_position=5&surface_intra_position=2&surface_type=home">查看模板</a> </figcaption> </figure> <figure class="tw-float-left tw-min-w-[12rem] tw-w-[20vw] tw-my-1 tw-relative before:tw-absolute hover:before:tw-bg-white/80 before:tw-left-0 before:tw-right-0 before:tw-top-0 before:tw-bottom-0 before:tw-rounded-lg"> <img class="tw-w-full tw-h-auto tw-border tw-border-solid tw-border-stroke-primary tw-rounded-lg tw-aspect-[4/5] tw-object-cover" alt="使用 Unicorn 的商店" src="https://cdn.shopify.com/theme-store/heowp1pb0fs2kq79mcllrn8j7kzl.jpg?width=500" /> <figcaption class="tw-absolute tw-z-30 tw-top-2/4 tw-w-full tw-text-center -tw-translate-y-2/4"> <h4 class="tw-pb-2xs tw-text-body-md lg:tw-text-body-lg xl:tw-text-body-2xl">Unicorn</h4> <p class="tw-pb-md tw-text-body-xs">$170 USD</p> <a class="tw-button-base tw-button-sm tw-button-primary" href="/themes/unicorn/styles/valuable?locale=zh-CN&surface_detail=community-second-row&surface_inter_position=5&surface_intra_position=3&surface_type=home">查看模板</a> </figcaption> </figure> <figure class="tw-float-left tw-min-w-[12rem] tw-w-[20vw] tw-my-1 tw-relative before:tw-absolute hover:before:tw-bg-white/80 before:tw-left-0 before:tw-right-0 before:tw-top-0 before:tw-bottom-0 before:tw-rounded-lg"> <img class="tw-w-full tw-h-auto tw-border tw-border-solid tw-border-stroke-primary tw-rounded-lg tw-aspect-[4/5] tw-object-cover" alt="使用 Warehouse 的商店" src="https://cdn.shopify.com/theme-store/dsu57izy8ab978c45pd529jcvnny.jpg?width=500" /> <figcaption class="tw-absolute tw-z-30 tw-top-2/4 tw-w-full tw-text-center -tw-translate-y-2/4"> <h4 class="tw-pb-2xs tw-text-body-md lg:tw-text-body-lg xl:tw-text-body-2xl">Warehouse</h4> <p class="tw-pb-md tw-text-body-xs">$320 USD</p> <a class="tw-button-base tw-button-sm tw-button-primary" href="/themes/warehouse/styles/metal?locale=zh-CN&surface_detail=community-second-row&surface_inter_position=5&surface_intra_position=4&surface_type=home">查看模板</a> </figcaption> </figure> <figure class="tw-float-left tw-min-w-[12rem] tw-w-[20vw] tw-my-1 tw-relative before:tw-absolute hover:before:tw-bg-white/80 before:tw-left-0 before:tw-right-0 before:tw-top-0 before:tw-bottom-0 before:tw-rounded-lg"> <img class="tw-w-full tw-h-auto tw-border tw-border-solid tw-border-stroke-primary tw-rounded-lg tw-aspect-[4/5] tw-object-cover" alt="使用 Kidu 的商店" src="https://cdn.shopify.com/theme-store/b52he9w5jm7p8lk9f7ogwd035k0x.jpg?width=500" /> <figcaption class="tw-absolute tw-z-30 tw-top-2/4 tw-w-full tw-text-center -tw-translate-y-2/4"> <h4 class="tw-pb-2xs tw-text-body-md lg:tw-text-body-lg xl:tw-text-body-2xl">Kidu</h4> <p class="tw-pb-md tw-text-body-xs">$270 USD</p> <a class="tw-button-base tw-button-sm tw-button-primary" href="/themes/kidu/styles/toys?locale=zh-CN&surface_detail=community-second-row&surface_inter_position=5&surface_intra_position=5&surface_type=home">查看模板</a> </figcaption> </figure> </div> </div> </section> </main> <section class="bottomcta tw-bg-canvas-inverted-primary tw-py-2xl lg:tw-py-4xl"> <div class="tw-container tw-flex tw-flex-col tw-items-center tw-justify-center"> <h2 class="tw-text-display-6 tw-text-fg-inverted-primary tw-text-center tw-pb-xl">使用 Shopify 模板快速构建并提升销量</h2> <button class="js-open-signup tw-rounded-full tw-cursor-pointer tw-no-underline tw-appearance-none tw-inline-block tw-text-center tw-border disabled:tw-cursor-not-allowed tw-outline-3 tw-outline-button-outline-focus tw-focus:outline tw-button-emphasis tw-px-6 tw-py-4 tw-text-link-md tw-w-full sm:tw-w-auto" name="button" data-ga-event="Email capture signup" data-ga-action="CTA button click" aria-haspopup="dialog" type="submit">开始免费试用</button> </div> </section> <footer class="footer--main" role="contentinfo"><h2 class="visuallyhidden">页脚</h2> <div class="footer-top"> <div class="grid"> <div class="grid__item"> <nav class="footer-nav"> <ul class="footer-nav__list" role="list"> <li class="footer-nav__list-item"> <a html_options="target _blank class external-nav-link" href="https://www.shopify.com/about">关于</a> </li> <li class="footer-nav__list-item"> <a html_options="target _blank class external-nav-link" href="https://www.shopify.com/careers">招贤纳士</a> </li> <li class="footer-nav__list-item"> <a html_options="target _blank class external-nav-link" href="https://news.shopify.com">新闻媒体</a> </li> <li class="footer-nav__list-item"> <a html_options="target _blank class external-nav-link" href="https://www.shopify.com/plus">企业</a> </li> <li class="footer-nav__list-item"> <a href="https://www.shopify.com/zh/sitemap">站点地图</a> </li> </ul> </nav> </div> <div class="grid__item grid__item--tablet-up-1 hide--mobile"> <h3 class="footer-subhead heading--5 ">在线商店</h3> <a class="footer-link" href="https://www.shopify.com/zh/online">在线销售</a> <a class="footer-link" href="https://www.shopify.com/zh/online/ecommerce-solutions">特色功能</a> </div> <div class="grid__item grid__item--tablet-up-1 hide--mobile footer-column--nameless"> <a class="footer-link" href="https://www.shopify.com/zh/examples">示例</a> <a class="footer-link" href="https://www.shopify.com/zh/domains">域名</a> </div> <div class="grid__item grid__item--tablet-up-1 hide--mobile footer-column--nameless"> <a class="footer-link" href="https://www.shopify.com/zh/dropshipping">代发货</a> <a class="footer-link" href="https://www.shopify.com/zh/buy-button">Buy Button</a> </div> <div class="grid__item grid__item--tablet-up-1 hide--mobile"> <h3 class="footer-subhead heading--5 ">POS</h3> <a class="footer-link" href="https://www.shopify.com/zh/pos">POS</a> <a class="footer-link" href="https://www.shopify.com/zh/pos/features">特色功能</a> </div> <div class="grid__item grid__item--mobile-up-half grid__item--tablet-up-1"> <h3 class="footer-subhead heading--5 ">支持</h3> <a class="footer-link" href="https://help.shopify.com/zh-CN/questions">全天候支持</a> <a class="footer-link" href="https://help.shopify.com/zh-CN/">Shopify 帮助中心</a> <a class="footer-link" href="https://community.shopify.com/c/shopify-community/ct-p/en?profile.language=en">论坛</a> <a class="footer-link" href="https://shopify.dev/api">API 文档</a> <a class="footer-link" href="https://www.shopify.com/zh/tools">免费工具</a> </div> <div class="grid__item grid__item--mobile-up-half grid__item--tablet-up-1"> <h3 class="footer-subhead heading--5 ">Shopify</h3> <a class="footer-link" href="https://www.shopify.com/zh/contact">联系我们</a> <a class="footer-link" href="https://www.shopify.com/zh/partners">合作伙伴计划</a> <a class="footer-link" href="https://www.shopify.com/zh/affiliates">联盟计划</a> <a class="footer-link" href="https://shopify.dev">应用开发者</a> <a class="footer-link" href="https://investors.shopify.com/home/default.aspx">投资者</a> <a class="footer-link" href="https://www.shopify.com/zh/blog/topics">博客主题</a> </div> </div></div> <div class="footer-bottom"> <div class="grid grid--vertically-centered"> <div class="grid__item grid__item--tablet-up-2 footer-bottom__social text-center--mobile"> <ul class="footer-social__list" role="list"> <li class="footer-social__list-item"> <a class="footer-social__icon " target="_blank" rel="me nofollow noopener" aria-describedby="NewWindowExternalSite" data-ga-event="Social" data-ga-action="Facebook" data-ga-label="Footer" href="https://www.facebook.com/shopify"><svg class="icon" aria-labelledby="icon-modules-social-facebook-12-title" role="img"><title id="icon-modules-social-facebook-12-title">Facebook</title> <use xlink:href="#modules-social-facebook" /> </svg></a> </li> <li class="footer-social__list-item"> <a class="footer-social__icon " target="_blank" rel="me nofollow noopener" aria-describedby="NewWindowExternalSite" data-ga-event="Social" data-ga-action="Twitter" data-ga-label="Footer" href="https://twitter.com/shopify"><svg class="icon" aria-labelledby="icon-modules-social-twitter-13-title" role="img"><title id="icon-modules-social-twitter-13-title">Twitter</title> <use xlink:href="#modules-social-twitter" /> </svg></a> </li> <li class="footer-social__list-item"> <a class="footer-social__icon " target="_blank" rel="me nofollow noopener" aria-describedby="NewWindowExternalSite" data-ga-event="Social" data-ga-action="Youtube" data-ga-label="Footer" href="https://www.youtube.com/user/shopify"><svg class="icon" aria-labelledby="icon-modules-social-youtube-14-title" role="img"><title id="icon-modules-social-youtube-14-title">YouTube</title> <use xlink:href="#modules-social-youtube" /> </svg></a> </li> <li class="footer-social__list-item"> <a class="footer-social__icon " target="_blank" rel="me nofollow noopener" aria-describedby="NewWindowExternalSite" data-ga-event="Social" data-ga-action="Instagram" data-ga-label="Footer" href="https://www.instagram.com/shopify/"><svg class="icon" aria-labelledby="icon-modules-social-instagram-15-title" role="img"><title id="icon-modules-social-instagram-15-title">Instagram</title> <use xlink:href="#modules-social-instagram" /> </svg></a> </li> <li class="footer-social__list-item"> <a class="footer-social__icon " target="_blank" rel="me nofollow noopener" aria-describedby="NewWindowExternalSite" data-ga-event="Social" data-ga-action="Linkedin" data-ga-label="Footer" href="https://www.linkedin.com/company/shopify"><svg class="icon" aria-labelledby="icon-modules-social-linkedin-16-title" role="img"><title id="icon-modules-social-linkedin-16-title">LinkedIn</title> <use xlink:href="#modules-social-linkedin" /> </svg></a> </li> <li class="footer-social__list-item"> <a class="footer-social__icon " target="_blank" rel="me nofollow noopener" aria-describedby="NewWindowExternalSite" data-ga-event="Social" data-ga-action="Pinterest" data-ga-label="Footer" href="https://www.pinterest.com/shopify"><svg class="icon" aria-labelledby="icon-modules-social-pinterest-17-title" role="img"><title id="icon-modules-social-pinterest-17-title">Pinterest</title> <use xlink:href="#modules-social-pinterest" /> </svg></a> </li> </ul> </div> <div class="grid__item grid__item--tablet-up-4 footer-bottom__links text-center--mobile text-right--tablet-up"> <ul class="tw-flex tw-gap-lg tw-mr-lg"> <li> <a href="https://www.shopify.com/legal/terms">服务条款</a> </li> <li> <a href="https://www.shopify.com/legal/privacy">隐私政策</a> </li> </ul> <div class="footer-country-select"><div class="popover-wrapper js-popover footer-country-select__popover" id="locale-selector" toggle_only_on_click="true" data-position="top" data-align="right"><button type="button" class="popover__trigger footer-country-select__trigger" data-ga-event="Footer" data-ga-label="CountrySelector"><svg class="icon footer-country-select__globe" aria-hidden="true" focusable="false"> <use xlink:href="#icons-globe" /> </svg><span class="footer-country-select__text">简体中文</span><span class="visuallyhidden">选择以重定向到您所在的国家/地区</span><svg class="icon footer-country-select__arrow" aria-hidden="true" focusable="false"> <use xlink:href="#modules-nav-arrow-down" /> </svg></button><div class="popover"><ul class="popover__content footer-country-select__content"><li class="footer-country-select__country"><form class="marketing-button-wrapper" method="post" action="https://themes.shopify.com/set_locale?locale=cs"><button class="footer-country-select__country-button body-link" type="submit">Čeština</button><input type="hidden" name="authenticity_token" value="m9sWo4rhVajaJlN7a-vIJUPxCC7E5Ek29uEbfg1OzPHPkFZP76rvd3Neys47_dX4lOQrbT5YcgVjHDd21yiHhA" autocomplete="off" /></form></li><li class="footer-country-select__country"><form class="marketing-button-wrapper" method="post" action="https://themes.shopify.com/set_locale?locale=da"><button class="footer-country-select__country-button body-link" type="submit">Dansk</button><input type="hidden" name="authenticity_token" value="F6-fE355Uva7L6M9SYu_crBaXwiqLU9rRd3pb-3iJDtD5N__GzLoKRJXOogZnaKvZ098S1CRdFjQIMVnN4RvTg" autocomplete="off" /></form></li><li class="footer-country-select__country"><form class="marketing-button-wrapper" method="post" action="https://themes.shopify.com/set_locale?locale=de"><button class="footer-country-select__country-button body-link" type="submit">Deutsch</button><input type="hidden" name="authenticity_token" value="CSA2jKb83gscD5Bcpse7WES-AXsls9i4VxihIobLLoVda3Zgw7dk1LV3Cen20aaFk6siON8P44vC5Y0qXK1l8A" autocomplete="off" /></form></li><li class="footer-country-select__country"><form class="marketing-button-wrapper" method="post" action="https://themes.shopify.com/set_locale?locale=en"><button class="footer-country-select__country-button body-link" type="submit">English</button><input type="hidden" name="authenticity_token" value="VF701kR4AAU1445IvibGMh0puuoVYMQajtEetkf6vmIAFbQ6ITO62pybF_3uMNvvyjyZqe_c_ykbLDK-nZz1Fw" autocomplete="off" /></form></li><li class="footer-country-select__country"><form class="marketing-button-wrapper" method="post" action="https://themes.shopify.com/set_locale?locale=es"><button class="footer-country-select__country-button body-link" type="submit">Español</button><input type="hidden" name="authenticity_token" value="iaqcC-7qir8uhuC2753tSsVh1RYExCn-LfopA7_dV9jd4dzni6EwYIf-eQO_i_CXEnT2Vf54Es24BwULZbscrQ" autocomplete="off" /></form></li><li class="footer-country-select__country"><form class="marketing-button-wrapper" method="post" action="https://themes.shopify.com/set_locale?locale=fr"><button class="footer-country-select__country-button body-link" type="submit">Français</button><input type="hidden" name="authenticity_token" value="2MWOVumNZ9VHHSQPBrLpCDJieSB_bH3cXKT5lrBbgw2Mjs66jMbdCu5lvbpWpPTV5XdaY4XQRu_JWdWeaj3IeA" autocomplete="off" /></form></li><li class="footer-country-select__country"><form class="marketing-button-wrapper" method="post" action="https://themes.shopify.com/set_locale?locale=it"><button class="footer-country-select__country-button body-link" type="submit">Italiano</button><input type="hidden" name="authenticity_token" value="hdG9IvC9Mr6v4NR1jlRZLcaqsAdwY2Ueq5oWEhJQ2LnRmv3OlfaIYQaYTcDeQkTwEb-TRIrfXi0-ZzoayDaTzA" autocomplete="off" /></form></li><li class="footer-country-select__country"><form class="marketing-button-wrapper" method="post" action="https://themes.shopify.com/set_locale?locale=nl"><button class="footer-country-select__country-button body-link" type="submit">Nederlands</button><input type="hidden" name="authenticity_token" value="dW5Ak5OpK2ohTxH1GVFomK-uezuQxapIX0bpzUiIJ04hJQB_9uKRtYg3iEBJR3VFeLtYeGp5kXvKu8XFku5sOw" autocomplete="off" /></form></li><li class="footer-country-select__country"><form class="marketing-button-wrapper" method="post" action="https://themes.shopify.com/set_locale?locale=nb"><button class="footer-country-select__country-button body-link" type="submit">Norsk (bokmål)</button><input type="hidden" name="authenticity_token" value="aueV_1mPP8Ydfu1c1purqMPccFmoU8tccVBNY0JOK4s-rNUTPMSFGbQGdOmGjbZ1FMlTGlLv8G_krWFrmChg_g" autocomplete="off" /></form></li><li class="footer-country-select__country"><form class="marketing-button-wrapper" method="post" action="https://themes.shopify.com/set_locale?locale=pl"><button class="footer-country-select__country-button body-link" type="submit">Polski</button><input type="hidden" name="authenticity_token" value="0IPTNMAGjqe3isgslM_STs20lLjFeLpH16yKl8OY_OCEyJPYpU00eB7yUZnE2c-TGqG3-z_EgXRCUaafGf63lQ" autocomplete="off" /></form></li><li class="footer-country-select__country"><form class="marketing-button-wrapper" method="post" action="https://themes.shopify.com/set_locale?locale=pt-BR"><button class="footer-country-select__country-button body-link" type="submit">Português (Brasil)</button><input type="hidden" name="authenticity_token" value="Ai18kU1kEZSgt4ebthhLi0nhKLabxn3MCKJvZqbkQaJWZjx9KC-rSwnPHi7mDlZWnvQL9WF6Rv-dX0NufIIK1w" autocomplete="off" /></form></li><li class="footer-country-select__country"><form class="marketing-button-wrapper" method="post" action="https://themes.shopify.com/set_locale?locale=pt-PT"><button class="footer-country-select__country-button body-link" type="submit">Português (Portugal)</button><input type="hidden" name="authenticity_token" value="jqb6SZ5oiwhuqttu70iZC9j2XdEJwKRaSyNcnKKC_Vna7bql-yMx18fSQtu_XoTWD-N-kvN8n2ne3nCUeOS2LA" autocomplete="off" /></form></li><li class="footer-country-select__country"><form class="marketing-button-wrapper" method="post" action="https://themes.shopify.com/set_locale?locale=fi"><button class="footer-country-select__country-button body-link" type="submit">Suomi</button><input type="hidden" name="authenticity_token" value="lxyqiw723yivimaotgmqvTAhFTzxlyk8CiN7RROe49rDV-pna71l9wby_x3mH7dg5zQ2fwsrEg-f3ldNyfiorw" autocomplete="off" /></form></li><li class="footer-country-select__country"><form class="marketing-button-wrapper" method="post" action="https://themes.shopify.com/set_locale?locale=sv"><button class="footer-country-select__country-button body-link" type="submit">Svenska</button><input type="hidden" name="authenticity_token" value="hL44inauaXxJMhOBOSqJO4JfIGnrqoKKsAkKD1X9FYXQ9XhmE-XTo-BKijRpPJTmVUoDKhEWubkl9CYHj5te8A" autocomplete="off" /></form></li><li class="footer-country-select__country"><form class="marketing-button-wrapper" method="post" action="https://themes.shopify.com/set_locale?locale=tr"><button class="footer-country-select__country-button body-link" type="submit">Türkçe</button><input type="hidden" name="authenticity_token" value="XZZDdsN-R629F_6xcX32MbW7LhuCsB59qruIk8tc9nUJ3QOapjX9chRvZwQha-vsYq4NWHgMJU4_RqSbETq9AA" autocomplete="off" /></form></li><li class="footer-country-select__country"><form class="marketing-button-wrapper" method="post" action="https://themes.shopify.com/set_locale?locale=th"><button class="footer-country-select__country-button body-link" type="submit">ภาษาไทย</button><input type="hidden" name="authenticity_token" value="PoLYoMadNmzma8EhPd8PJX2kQjhESuRb7FXHe7GEiGBqyZhMo9aMs08TWJRtyRL4qrFhe77232h5qOtza-LDFQ" autocomplete="off" /></form></li><li class="footer-country-select__country"><form class="marketing-button-wrapper" method="post" action="https://themes.shopify.com/set_locale?locale=ja"><button class="footer-country-select__country-button body-link" type="submit">日本語</button><input type="hidden" name="authenticity_token" value="BLbpnQdVrWJ6rnbHrequeKQOa5MP_zjBSyhKxPfrE2pQ_alxYh4XvdPW73L9_LOlcxtI0PVDA_Le1WbMLY1YHw" autocomplete="off" /></form></li><li class="footer-country-select__country"><form class="marketing-button-wrapper" method="post" action="https://themes.shopify.com/set_locale?locale=zh-CN"><button class="footer-country-select__country-button body-link" type="submit">简体中文</button><input type="hidden" name="authenticity_token" value="vxpXFk-v1RsfntzT_yZUbpO4x_8MOYdJvi8ASmid6svrURf6KuRvxLbmRWavMEmzRK3kvPaFvHor0ixCsvuhvg" autocomplete="off" /></form></li><li class="footer-country-select__country"><form class="marketing-button-wrapper" method="post" action="https://themes.shopify.com/set_locale?locale=zh-TW"><button class="footer-country-select__country-button body-link" type="submit">繁體中文</button><input type="hidden" name="authenticity_token" value="8ACfrnrM1-9rHXq3pARBu6ZEXK6DdjMilFTmi5LWNJSkS99CH4dtMMJl4wL0ElxmcVF_7XnKCBEBqcqDSLB_4Q" autocomplete="off" /></form></li><li class="footer-country-select__country"><form class="marketing-button-wrapper" method="post" action="https://themes.shopify.com/set_locale?locale=ko"><button class="footer-country-select__country-button body-link" type="submit">한국어</button><input type="hidden" name="authenticity_token" value="6oV0Z-0xt19QRh6XzAd-IV7AyknitOu4AkvrHLOT5oq-zjSLiHoNgPk-hyKcEWP8idXpChgI0IuXtscUafWt_w" autocomplete="off" /></form></li></ul></div></div></div> </div></div></div> </footer> </div> <div id="root_login_modal" data-enabled="true"></div> <script> //<![CDATA[ window.I18n = window.I18n || {}; window.I18n.data = {"modal":{"home":"主页","close":"关闭"},"signup":{"placeholders":{"password":"密码","autogenerated_subdomain":"商店地址","subdomain":"商店 URL","email":"电子邮件地址","shop_name":"商店名称"},"header":"开始免费试用 Shopify %{trial_length} 天","custom_header":"%{custom_signup_header}","create_now":"创建商店","success_messages":{"email":"明白了","password":"看起来很不错","shop_name":"该名称可用!","subdomain":"您将使用它登录您的商店"},"store_address_suffix":".myshopify.com","hint_messages":{"email_typo_html":"您是指 <button type=\"button\" data-bind-event-click=\"%{on_click}\">%{suggestion}</button> 吗?"},"labels":{"email":"电子邮件地址","password":"密码","shop_name":"商店名称","subdomain":"商店 URL","promotional_program_promo_code":"折扣码","storename":"商店名称"},"subtitles":{"shop_name":"稍后可对其进行更改。","subdomain":"这将是您商店的默认域名,但您稍后可添加不同的域名。您还可以使用商店 URL 来登录。","promotional_program_promo_code":"您参与此计划所获得的唯一折扣码。"},"tooltip":"立即开始免费试用 %{trial_length} 天!","checking":"正在检查…","details":{"shop_name":"如果您是店主,可以<a href=\"https://%{admin}/admin\">在此处登录</a>"}},"forms":{"errors":{"throttled":"来自此 IP 的请求过多,请稍后重试。","global":{"invalid":"请输入有效的电子邮件地址","required":"此字段为必填字段。","generic":"抱歉,出错了。请稍后重试。","throttled":"来自此 IP 的请求过多,请稍后重试。"},"shop_name":{"empty":"请输入商店名称","minlength":"商店名称必须至少为 4 个字符","maxlength":"商店名称不能超过 60 个字符","existingAdmin":"该商店名称已被占用。如果您是店主,可以<a href=\"https://%{err}/admin\">在此处登录</a>","message":"%{err}","matchesPassword":"商店名称不能与密码重复","disallowed":"商店名称不能包含 <strong>%{err}</strong> 。请尝试另一个。"},"email":{"empty":"请输入电子邮件地址","invalid":"请输入有效的电子邮件地址","member_exists":"您已订阅此列表","generic":"抱歉,出错了。请稍后重试。"},"password":{"empty":"请输入密码","minlength":"密码必须包含至少 5 个字符","spaces":"密码不能以空格开头或结尾"},"subdomain":{"empty":"请输入子域名","minlength":"子域名必须至少为 4 个字符","multiple":"有多个子域名与此电子邮件地址关联","suggest":"您是指 %{err} 吗?","invalid":"请输入有效的子域名","existingAdmin":"已有商店使用该子域名。如果您是店主,可以<a href=\"https://%{err}/admin\">在此处登录</a>","disallowed":"商店名称不能包含 <strong>%{err}</strong> 。请尝试另一个。","message":"%{err}"},"promotional_program_promo_code":{"message":"%{err}"},"autogenerated_subdomain":{"existingAdmin":"已有商店使用该子域名。如果您是店主,可以<a href=\"https://%{err}/admin\">在此处登录</a>","empty":"请输入子域名","invalid":"请输入有效的子域名,仅允许使用字母数字字符。"}}},"theme_store_frontend":{"show_button_text":"查看详细的更新信息","hide_button_text":"收起","unexpected_login_error":"意外错误","theme_search":{"number_of_results":{"other":"%{count} 有 %{search_query} 条结果。使用向上和向下键循环浏览结果。按 Enter 进行搜索。","one":"%{count} 有 %{search_query} 条结果。使用向上和向下键循环浏览结果。按 Enter 进行搜索。"}},"styles_carousel":{"title":"%{themeName} 模板 - %{styleName} \\- 电商网站模板"},"theme_filters":{"heading":"搜索筛选器","no_results_now":"目前无法获取结果","try_again_or_home_page_html":"请稍后重试,或%{visit_home_page}","visit_home_page":"访问主页","pagination":"%{first_item_index} - %{last_item_index}(共 %{themes_count})","filter_subheadings":{"price":"按价格筛选","catalog-size":"按产品目录大小筛选","industry":"按行业筛选","layout":"按布局筛选","design":"按设计筛选","features":"按功能筛选"},"expand_filters_label":{"price":"展开价格筛选条件","catalog-size":"展开产品目录大小筛选条件","industry":"展开行业筛选条件","layout":"展开布局筛选条件","design":"展开设计筛选条件","features":"展开功能筛选条件"},"collapse_filters_label":{"price":"收起价格筛选条件","catalog-size":"收起产品目录大小筛选条件","industry":"收起行业筛选条件","layout":"收起布局筛选条件","design":"收起设计筛选条件","features":"折叠功能筛选条件"},"filter_results_count":{"other":"%{filter_label}(%{count} 个匹配模板)","one":"%{filter_label}(%{count} 个匹配模板)"},"themes_count":{"other":"%{count} 个模板","one":"%{count} 个模板"},"other_industry_search":{"label":"其他","placeholder":"输入行业","button_label":"确定"}},"local_currency":{"estimated_price":"预估 %{calculated_price}*","local_currency_exchange":"* 预估汇率:1 美元 = %{currency_rate}。","local_currency_charges_notice":"实际价格或有变动。这里显示的价格是根据当前汇率估算的价格。实际收取的费用将会有所区别,根据收取费用时的具体汇率而定。显示的价格不包括任何适用的税费和手续费,这些费用将会被添加到所有已购买服务的费用中。","local_currency_learn_more_link_html":"<a href=\"%{url}\" class=\"body-link\">详细了解</a>"}},"carousel":{"play":"播放轮播","pause":"暂停轮播","carousel_aria_roledescription":"轮播","slide_aria_roledescription":"幻灯片","slide_aria_label":"第 %{currentSlide} 个,共 %{totalSlide} 个","slide_nav_aria_label":"选择幻灯片"}}; window.I18n.globals = {"total_blog_subscribers":"446,005","trial_length":3,"custom_signup_header":""}; //]]> </script> <script src="https://themes.shopify.com/cdn/shopifycloud/theme_store/assets/rails-f96da86d32b453b6828fe1dfc1ff0644a9adef722172398dc0433fbb81630651.js" crossorigin="anonymous" integrity="sha256-+W2obTK0U7aCj+Hfwf8GRKmt73IhcjmNwEM/u4FjBlE="></script> <script src="https://cdn.shopify.com/shopifycloud/theme_store/bundles/baseline/runtime-f5816527105c0d994bc4fc020e01711b9dc033f39747939b0258840b3703e98e.js"></script> <script src="https://cdn.shopify.com/shopifycloud/theme_store/bundles/baseline/vendors-caches_app_node_modules_shopify_polyfills_base_esnext-cd6c7e3f2467e1653892214cff9fffa10215e37dac65626020d0903948840e83.js"></script> <script src="https://cdn.shopify.com/shopifycloud/theme_store/bundles/baseline/vendors-caches_app_node_modules_shopify_marketing-assets_dist_javascripts_index_js-caches_app-5f2387-f1cf5f8fd2e09dcb623b0f7fb824174d3edd8250312da774b1a1da7b8fbcef92.js"></script> <script src="https://cdn.shopify.com/shopifycloud/theme_store/bundles/baseline/vendors-caches_app_node_modules_bugsnag_js_browser_notifier_js-caches_app_node_modules_shopif-cb8390-17f11219b3e4c39656e2a0a6e84f7f670a4dbd8f3ed2c01f68562c5ab92e231b.js"></script> <script src="https://cdn.shopify.com/shopifycloud/theme_store/bundles/baseline/vendors-caches_app_node_modules_lodash_lodash_js-caches_app_node_modules_script-loader_addScript_js-1cffee63d7f7f367f54e3cde705e6d212c062843af69173fa14e90fa24bf7599.js"></script> <script src="https://cdn.shopify.com/shopifycloud/theme_store/bundles/baseline/application-76e27002970d63bf44016cd5be772c8c8ba25689edec790f29be9ae732afeeb9.js"></script> <script type="text/javascript"> //<![CDATA[ var pageTrackerReadyInterval = setInterval(function(){ if (window._gat) { clearInterval(pageTrackerReadyInterval) } else { return; } var pageTracker = _gat._getTracker("UA-82702-3"); pageTracker._setDomainName("themes.shopify.com"); pageTracker._initData(); try { var results = new RegExp("[\\?&](source|r|ref)=([^&#]*)", "gi").exec(window.location.href); if(results != null) { var date = new Date(); var days = results[2] == 'cj' ? 45 : 7; date.setTime(date.getTime()+days*86400000); document.cookie = "source=" + results[2] + "; expires=" + date.toGMTString() + "; path=/; domain=.shopify.com"; pageTracker._setVar("ref: " + results[2]); } } catch(e) {} pageTracker._trackPageview(); }, 120); //]]> </script> </body> </html>