This commit is contained in:
2025-07-10 18:02:33 +08:00
parent 84abe670e9
commit 3bbf6675dd
9 changed files with 1092 additions and 886 deletions

View File

@@ -40,6 +40,7 @@ function side_list() {
$('.footer').css('background', arr_jour.system_color);
$('.article .art_main .new_art h4, .article .art_main .high_light h4, .news_ment h4, .art_main_con_topic h4').css('color', arr_jour.system_color);
// $('.art_top_topic .topics').css('background-color', arr_jour.system_color);
$('#top_bar').css('background-color', arr_jour.system_color);
$('.rgb_color_background').css('background-color', arr_jour.system_color);
$('.article .art_side .btn_system').css('background', arr_jour.system_color);
$('.article .art_side .press-button-tmr a').css('background', arr_jour.system_color);
@@ -520,17 +521,26 @@ function initNotices(){
}
var jourNoticeStr = `
<div class="jour_notice">
<p style="color: rgb(0, 102, 153);" class="jour_notice_title_name">Announcements</p>
<p style="color: rgb(0, 102, 153);font-size:16px;" class="jour_notice_title_name">Announcements</p>
<ul>
${str}
</ul>
<a href="/notice_list.html?J_num=${Jour_num}&amp;n_id=${Jour_num}" class="more jour_sta_tp_left_more" target="_blank"
style="color: rgb(0, 102, 153);position: relative;top:10px;left:0;margin-left:0;font-weight:600;">More <i class="fa fa-long-arrow-right"></i></a>
</div>
<div class="bor_sty_col" style="left: 272px"></div>
<div class="bor_sty_col" style="left: 547px"></div>
<div class="bor_sty_col" style="left: 821px"></div>
</div>
`
if (result.data.notices.length > 0) {
$('.ncon_SCom .Scientist_Community_box').html(jourNoticeStr);
}else{
$('.ncon_SCom .Scientist_Community_box').html(`<img src="/img/unity_1.png" alt="" style="width: 150px;margin: -15px 0 0 40px">
<a href="/rev_ver.html" target="_blank" class="rgb_color">Scientist<br>Community</a>
<div class="bor_sty_col" style="left: 272px"></div>
<div class="bor_sty_col" style="left: 547px"></div>
<div class="bor_sty_col" style="left: 821px"></div>`);
}