提交
This commit is contained in:
@@ -1745,7 +1745,7 @@ function initJournalBaseInfo(result) {
|
|||||||
//tmr
|
//tmr
|
||||||
case 1:
|
case 1:
|
||||||
ImpactFactor = '1.3'
|
ImpactFactor = '1.3'
|
||||||
CiteScore = '1.9'
|
CiteScore = '2.0'
|
||||||
break;
|
break;
|
||||||
//bmec
|
//bmec
|
||||||
case 25:
|
case 25:
|
||||||
|
|||||||
@@ -7289,7 +7289,7 @@ function article_con() {
|
|||||||
var CiteScoreStr = ''
|
var CiteScoreStr = ''
|
||||||
var marginLeft = 20
|
var marginLeft = 20
|
||||||
if (Jour_num == 1) {
|
if (Jour_num == 1) {
|
||||||
CiteScoreStr = '1.9';
|
CiteScoreStr = '2.0';
|
||||||
marginLeft = 10
|
marginLeft = 10
|
||||||
} else
|
} else
|
||||||
if (Jour_num == 11) {
|
if (Jour_num == 11) {
|
||||||
|
|||||||
@@ -5,6 +5,31 @@ var commonTableTitleColor = 'rgb(210,90,90)'//上角标颜色
|
|||||||
var commonSupFontColor = 'color:rgb(0,112,192);'//上角标字体颜色
|
var commonSupFontColor = 'color:rgb(0,112,192);'//上角标字体颜色
|
||||||
const style = document.createElement('style');
|
const style = document.createElement('style');
|
||||||
style.innerHTML = `
|
style.innerHTML = `
|
||||||
|
.mb_aform{
|
||||||
|
display:none;
|
||||||
|
}
|
||||||
|
.pos_ter{
|
||||||
|
padding:10px;
|
||||||
|
}
|
||||||
|
.pos_ter>div:nth-child(1) {
|
||||||
|
width: 25%;
|
||||||
|
}
|
||||||
|
.pos_ter>a {
|
||||||
|
width: 23%;
|
||||||
|
}
|
||||||
|
.pos_ter>div:nth-child(3) {
|
||||||
|
width: 23%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pos_ter>div:nth-child(4) {
|
||||||
|
width: 23%;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer .daohang ul{
|
||||||
|
width: 26% !important;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
`
|
`
|
||||||
|
|
||||||
@@ -2399,11 +2424,11 @@ function initArticleHtml(htmlData, refs, type, otherList) {
|
|||||||
// anchor.addEventListener('click', function (e) {
|
// anchor.addEventListener('click', function (e) {
|
||||||
// const href = this.getAttribute('href');
|
// const href = this.getAttribute('href');
|
||||||
// const target = document.querySelector(href);
|
// const target = document.querySelector(href);
|
||||||
|
|
||||||
// if (target) {
|
// if (target) {
|
||||||
// e.preventDefault();
|
// e.preventDefault();
|
||||||
// const offset = 100; // 调整这里的偏移距离
|
// const offset = 100; // 调整这里的偏移距离
|
||||||
|
|
||||||
// window.scrollTo({
|
// window.scrollTo({
|
||||||
// top: target.offsetTop - offset,
|
// top: target.offsetTop - offset,
|
||||||
// behavior: 'smooth'
|
// behavior: 'smooth'
|
||||||
@@ -2411,7 +2436,7 @@ function initArticleHtml(htmlData, refs, type, otherList) {
|
|||||||
// }
|
// }
|
||||||
// });
|
// });
|
||||||
// });
|
// });
|
||||||
|
|
||||||
const waitForTop = setInterval(() => {
|
const waitForTop = setInterval(() => {
|
||||||
const bar = document.querySelector('.v4-art-top');
|
const bar = document.querySelector('.v4-art-top');
|
||||||
if (bar) {
|
if (bar) {
|
||||||
|
|||||||
@@ -154,7 +154,7 @@ function side_list() {
|
|||||||
$('.Join_Bord').attr('href', 'z_f6-1.html?J_num=' + Jour_num);
|
$('.Join_Bord').attr('href', 'z_f6-1.html?J_num=' + Jour_num);
|
||||||
$('.Join_Bord2').attr('href', 'z_f11-1.html?J_num=' + Jour_num);
|
$('.Join_Bord2').attr('href', 'z_f11-1.html?J_num=' + Jour_num);
|
||||||
$('.edit_board_tmr>a').attr('href', arr_jour.board_url);
|
$('.edit_board_tmr>a').attr('href', arr_jour.board_url);
|
||||||
$('.edit_board_tmr').after('<p><b>CiteScore (Scopus):</b> <span>1.9</span></p>');
|
$('.edit_board_tmr').after('<p><b>CiteScore (Scopus):</b> <span>2.0</span></p>');
|
||||||
$('.edit_board_tmr').after('<p><b>Impact Factor (Clarivate):</b> <span>1.3</span></p>');
|
$('.edit_board_tmr').after('<p><b>Impact Factor (Clarivate):</b> <span>1.3</span></p>');
|
||||||
//$('.edit_board_tmr>a').attr('href', 'notice.html?J_num=' + Jour_num + '&footer_id=' + arr_jour.board_url);
|
//$('.edit_board_tmr>a').attr('href', 'notice.html?J_num=' + Jour_num + '&footer_id=' + arr_jour.board_url);
|
||||||
|
|
||||||
|
|||||||
@@ -376,7 +376,7 @@ border-bottom: 1px solid #000 !important;
|
|||||||
|
|
||||||
}
|
}
|
||||||
body{
|
body{
|
||||||
// background: #fff;
|
/* // background: #fff; */
|
||||||
}
|
}
|
||||||
.width_auto{
|
.width_auto{
|
||||||
width:auto !important;
|
width:auto !important;
|
||||||
@@ -472,7 +472,7 @@ body{
|
|||||||
}
|
}
|
||||||
.is-open .toggle-text{
|
.is-open .toggle-text{
|
||||||
display: block !important;
|
display: block !important;
|
||||||
// font-size: 16px !important;
|
/* // font-size: 16px !important; */
|
||||||
}
|
}
|
||||||
.is-closed .toggle-text1{
|
.is-closed .toggle-text1{
|
||||||
display: block !important;
|
display: block !important;
|
||||||
@@ -481,7 +481,7 @@ body{
|
|||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
#common-overlay{
|
#common-overlay{
|
||||||
// z-index:1000;
|
/* // z-index:1000; */
|
||||||
}
|
}
|
||||||
#col-content{
|
#col-content{
|
||||||
background: #fff;
|
background: #fff;
|
||||||
@@ -491,22 +491,22 @@ body{
|
|||||||
z-index:1001;
|
z-index:1001;
|
||||||
}
|
}
|
||||||
.nav_ban{
|
.nav_ban{
|
||||||
// display:none !important;
|
/* // display:none !important;
|
||||||
// padding: 0px 50px;
|
// padding: 0px 50px; */
|
||||||
}
|
}
|
||||||
.daohang{
|
.daohang{
|
||||||
// min-width: 1200px;
|
/* // min-width: 1200px;
|
||||||
// width: 80%;
|
// width: 80%;
|
||||||
// max-width: 100%;
|
// max-width: 100%; */
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
|
||||||
}
|
}
|
||||||
.inner_nav_ban_wrapper{
|
.inner_nav_ban_wrapper{
|
||||||
// min-width: 1200px;
|
/* // min-width: 1200px;
|
||||||
// width: 80%;
|
// width: 80%;
|
||||||
// max-width: 100%;
|
// max-width: 100%;
|
||||||
// margin: 0 auto;
|
// margin: 0 auto;
|
||||||
// height:100%;
|
// height:100%; */
|
||||||
|
|
||||||
}
|
}
|
||||||
.wenzhang{
|
.wenzhang{
|
||||||
@@ -527,13 +527,13 @@ padding:0 20px !important;
|
|||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
.mb_aform{
|
.mb_aform{
|
||||||
// min-width: 1200px;
|
/* // min-width: 1200px;
|
||||||
// width: 80%;
|
// width: 80%;
|
||||||
// max-width: 100%;
|
// max-width: 100%;
|
||||||
// margin: 0 auto;
|
// margin: 0 auto; */
|
||||||
|
|
||||||
// padding: 20px 0px;
|
/* // padding: 20px 0px;
|
||||||
// border-bottom:1px solid #e5e5e5;
|
// border-bottom:1px solid #e5e5e5; */
|
||||||
|
|
||||||
}
|
}
|
||||||
.mb_aform #combox4{
|
.mb_aform #combox4{
|
||||||
|
|||||||
Reference in New Issue
Block a user