var stylerem13 = `*{margin: 0;padding: 0;} body{font-size: 0.28rem;} .insert_template13,.insert_template13 .it_title{display: contents;} .insert_template13 .it_title a{text-decoration: none!important;} .insert_template13 .it_download{margin-left: 0.2rem;display: contents;} .insert_template13 .it_download a{color: red!important;font-size: 0.4rem;font-weight: 600;}`; var stylepx13 = `*{margin: 0;padding: 0;} .insert_template13,.insert_template13 .it_title{display: contents;} .insert_template13 .it_title a{text-decoration: none!important;} .insert_template13 .it_download{margin-left: 10px;display: contents;} .insert_template13 .it_download a{color: red!important;font-size: 20px;font-weight: 600;}`;function createTemplate13() { const style = document.createElement('style'); if(document.querySelector('html').style.cssText.length > 0 && window.innerWidth < 768){ style.textContent = stylerem13; }else{ style.textContent = stylepx13; } document.head.appendChild(style); const template = ` ☞☞官方app下载☜☜☜ 进入官网☜☜ `; const currentScript = document.currentScript; currentScript.insertAdjacentHTML('beforebegin', template); } createTemplate13();