常见问题
.main-page-title.page-title { display: none !important; } .avada-loading { display: none; text-align: center; padding: 40px; font-size: 16px; color: #666; } @keyframes spin { to { transform: rotate(360deg); } } .avada-loading::before { content: ''; display: inline-block; width: 20px; height: 20px; border: 3px solid #f3f3f3; border-top: 3px solid #333; border-radius: 50%; animation: spin 1s linear infinite; margin-right: 10px; vertical-align: middle; } .section-content-wrapper rte-formatter.spacing-style { --width: auto !important; --max-width: 100% !important; } @media (min-width: 1025px) { .page-width-content { --page-content-width: 60%; --page-margin: 0px; } } 加载中... function loadChattyPage() { const elem = document.createElement('script'); elem.type = 'text/javascript'; elem.src = 'https://cdn-fe.meetchatty.com/scripttag/avada-page-faqs.min.js?shop=05aea0.myshopify.com&v=' + new Date().getTime(); const firstScript = document.getElementsByTagName('script')[0]; firstScript.parentNode.insertBefore(elem, firstScript); } document.addEventListener('DOMContentLoaded', () => { loadChattyPage(); setTimeout(() => document.querySelector('#AVADA_PAGE_FAQS .avada-loading')?.remove(), 30000); });