This commit is contained in:
2025-01-09 15:04:37 +08:00
parent f71db4c271
commit eebf4561c9
12 changed files with 1404 additions and 1084 deletions

View File

@@ -39,10 +39,12 @@ function bf_list() {
wh_topicd = 'top'
var st_top_tit = "";
var st_top_con = "";
var forLength = arr_topic[i].title == "Diseases"?10:5
if (wh_number == '1') {
for (var j = 0; j < arr_topic[i].children.length; j++) {
if (j == 5) break;
if (j == forLength) break;
var url_href = '';
if (arr_topic[i].children[j].is_final == '1') {
url_href = 'topic_list.html?J_num=' + Jour_num + '&t_id='
@@ -55,7 +57,7 @@ function bf_list() {
}
} else {
for (var j = 0; j < arr_topic[i].children.length; j++) {
if (j == 5) break;
if (j == forLength) break;
var url_href = '';
if (arr_topic[i].children[j].is_final == '1') {
url_href = 'topic_list.html?J_num=' + Jour_num + '&t_id='

File diff suppressed because it is too large Load Diff

View File

@@ -1289,7 +1289,7 @@ input.disable {
vertical-align: top;
/*margin-bottom: 10px;*/
}
.topics ul li:nth-child(5) {
.topics ul li:nth-child(5n) {
margin-right: 0;
}