提交
This commit is contained in:
17
js/side.js
17
js/side.js
@@ -125,13 +125,26 @@ function side_list() {
|
||||
$('.ncon_SCom > div > div:nth-child(4) > p> b').html(arr_jour.title)
|
||||
|
||||
if (arr_jour.title == 'Traditional Medicine Research') {
|
||||
$('.nav_ban h2').html('<img src="../img/h2_tit.png" style="margin-top: 26px;"/>');
|
||||
$('.nav_ban h2').html('<img src="../img/h2_tit.png" style=""/>');
|
||||
$('.sharethis_tmr').css('display', 'none');
|
||||
$('.art_top_topic').css('padding-top', '0');
|
||||
$('.line_sbil').css('display', 'block');
|
||||
// $('.jour_message>div').append('<p style="margin-top: 5px;"><b>E-Mail Address:</b> <br/><span>tmr@tmrjournals.com</span></p>');
|
||||
$('.topic_add').addClass('topic_add_tmr');
|
||||
$('.share_tmrtb').css('display', 'block');
|
||||
} else if (arr_jour.title == 'Cancer Advances') {
|
||||
|
||||
$('.nav_ban h2').html('<a href="http://www.caca.org.cn/qkzz/xlqk/index.shtml" target="_blank" style="height:100%;display:flex;align-items:center;justify-content:center;"><img src="../img/h3_tit_new.png" style="height:36px;"></a>');
|
||||
$('.nav_ban h2').css({
|
||||
'display': 'flex !important',
|
||||
'align-items': 'center',
|
||||
'justify-content': 'center',
|
||||
'height': '62px'
|
||||
});
|
||||
;
|
||||
|
||||
|
||||
|
||||
} else {
|
||||
$('.tmr_side_book').css('display', 'none');
|
||||
//2,125,186,108,177,64,88,391,
|
||||
@@ -324,7 +337,7 @@ function side_list() {
|
||||
const Submission_tmr_back_bot = artSide.querySelector('.Submission_tmr_back_bot');
|
||||
if (Submission_tmr_back_bot) {
|
||||
Submission.classList.remove('hidden');
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user