// 消息、cfp、footer 内容 function notice_con() { const style = document.createElement('style'); style.innerHTML = ` #top_bar{ position: sticky; top: 0; background-color: #fff; z-index: 999; } .topicsNewBox #top_bar .top .top_logo .home_logo img{ position: absolute; top: 20px; } .mb_aform{ display:none; } .pos_ter{ padding:10px; } .pos_ter>div:nth-child(1) { width: 25%; } .htmlImageNote blue{ color :#0082AA !important; } .wenzhang .wen_jian h4 i{ font-weight: 500; font-weight: bold; } .v4-art-top #st-2 .st-btn > img{ width:16px !important; height: 16px !important; } .pos_ter>a { width: 23%; } .pos_ter>div:nth-child(3) { width: 23%; } .pos_ter>a { display: flex; align-items: center; justify-content: center; } .pos_ter>a>img { min-width: 260px; margin-top: -10px; } .pos_ter>div:nth-child(3)>a:nth-child(1){ margin-left: calc((100% - 160px - 55px - 20px)/2); } .pos_ter>div:nth-child(1)>div:nth-child(1){ margin-left: calc((100% - 190px - 65px)/2) !important; } .pos_ter>div:nth-child(4) { width: 23%; overflow:hidden; } .pos_ter>div:nth-child(4) img{ position: relative; top: -16px; } .footer .daohang ul{ width: 26% !important; } ` document.head.appendChild(style); function initStyle() { // 找到目标元素 const navBan = document.querySelector('.nav_ban.rgb_color_background'); if (navBan) { // 创建一个新的 inner-wrapper div const innerWrapper = document.createElement('div'); innerWrapper.className = 'inner_nav_ban_wrapper'; // 把 navBan 中所有子节点移动到 innerWrapper 中 while (navBan.firstChild) { innerWrapper.appendChild(navBan.firstChild); } // 再把 innerWrapper 加回 navBan 中 navBan.appendChild(innerWrapper); } } var newBox = document.querySelector('.newBox'); var commonPopupStr = `
'
} else {
var icon_img = '
'
} else {
var icon_img = '
'
} else {
var icon_img = '
'
} else {
var icon_img = '
'
} else {
var icon_img = '
'
} else {
var icon_img = '
'
} else {
var icon_img = '
'
} else {
var icon_img = '
'
} else {
var icon_img = '
'
} else {
var icon_img = 'Ethics and Malpractice Statement
` document.querySelector('#common-popup .common-popup-content').classList.add('whitebg'); showPopup(`Abstracting & Indexing`, Abstractingcontent, 'Authorship') } function showPopup(title, content, type) { $('#common-popup .common-popup-title').html(title) $('#common-popup .common-popup-content').html(content) document.getElementById('common-overlay').style.display = 'block'; if (type == 'Authorship') { document.getElementById('common-popup').style.width = 'auto'; renderMap(190) } document.getElementById('common-popup').style.opacity = '1'; document.getElementById('common-overlay').style.zIndex = '1000'; document.getElementById('common-popup').style.zIndex = '1001'; // 5秒后自动关闭 // setTimeout(closePopup, 5000); } function closePopup() { document.getElementById('common-popup').style.opacity = '0'; document.getElementById('common-popup').style.zIndex = '-1'; setTimeout(function () { document.getElementById('common-overlay').style.display = 'none'; $('#common-popup .common-popup-title').html('') $('#common-popup .common-popup-content').html('') }, 50); renderMap(140) }