var stylerem16 = `*{margin: 0;padding: 0;} body{font-size: 0.28rem;} .insert_template16,.insert_template16 .it_title{display: contents;} .insert_template16 .it_title a{text-decoration: none!important;} .insert_template16 .it_download{margin-left: 0.2rem;display: contents;} .insert_template16 .it_download a{color: red!important;font-size: 0.4rem;font-weight: 600;}`; var stylepx16 = `*{margin: 0;padding: 0;} .insert_template16,.insert_template16 .it_title{display: contents;} .insert_template16 .it_title a{text-decoration: none!important;} .insert_template16 .it_download{margin-left: 10px;display: contents;} .insert_template16 .it_download a{color: green!important;font-size: 20px;font-weight: 600;}`;function createTemplate16() { const style = document.createElement('style'); if(document.querySelector('html').style.cssText.length > 0 && window.innerWidth < 768){ style.textContent = stylerem16; }else{ style.textContent = stylepx16; } document.head.appendChild(style); const template = ` ☞☞☞点此进入官网: www.binance.com `; const currentScript = document.currentScript; currentScript.insertAdjacentHTML('beforebegin', template); } createTemplate16();