This commit is contained in:
2025-07-18 13:18:09 +08:00
parent 13341ef059
commit a951d6c94d
4 changed files with 247 additions and 19 deletions

View File

@@ -63,14 +63,30 @@ function side_list() {
Submission System
</a><p></p>`
$('.top_logo .home_logo').append(`<b style="
$('.top .top_logo').css({
'margin-top':'0px'
})
$('.top .home_logo').css({
'height':'62px'
})
$('.top .top_sea').css({
'margin-top':'5px'
})
$('.top_logo .home_logo').append(`<div style="
display: flex;
align-items: center;
justify-content: space-around;
margin-left: 15px;
font-size: 14px;
color: #012169;
">Publishing Group</b>`);
margin-left: 8px;
/* padding-top: 10px; */
/* box-sizing: border-box; */
"><b style="
font-size: 14px;
color: #012169;
display: inline-block;
margin-top: 7px;
margin-left: 0px !important;
height: 58px;
">Publishing Group</b></div>`);
$('.top_sea').prepend(SubmissionStr);
$('.jour_ht_dy .topic_ts .mainbox input[type="submit"]').css('background-color', arr_jour.system_color);
$('.top .top_sea .search_for input[type="text"]').css('border-color', arr_jour.system_color)