修改Editors & Staff 底部被遮挡问题
This commit is contained in:
@@ -340,7 +340,8 @@ function notice_con() {
|
||||
+ arg.member[key][j].company + '<br/>' + dis_line + icon_img + '</li><br><br>'
|
||||
}
|
||||
}
|
||||
}}
|
||||
}
|
||||
}
|
||||
}
|
||||
})
|
||||
str += '<br>'
|
||||
@@ -386,12 +387,12 @@ function notice_con() {
|
||||
var icon_img = '<img src="' + apiSubmission + 'public/usericon/' + editors[i].icon + '" style="position: absolute;left: 0;top: 0;width: 75px; height:auto; border-radius: 10px;">'
|
||||
}
|
||||
if (editors[i].website != '') {
|
||||
str += '<li style="position: relative;padding-left: 100px;margin-bottom: 30px; width: 200px; float:left; margin-right:10px;">' +
|
||||
str += '<li style="min-height:120px;position: relative;padding-left: 100px;margin-bottom: 30px; width: 200px; float:left; margin-right:10px;">' +
|
||||
'<a href="' + editors[i].website + '" target="_blank" style="color: #006699">' + editors[i].realname + '</a>,'
|
||||
+ editors[i].editor_title + '<br/>' + editors[i].email + '<br/>'
|
||||
+ icon_img + '</li>'
|
||||
} else {
|
||||
str += '<li style="position: relative;padding-left: 100px;margin-bottom: 30px; width: 200px; float:left; margin-right:10px;">' +
|
||||
str += '<li style="min-height:120px;position: relative;padding-left: 100px;margin-bottom: 30px; width: 200px; float:left; margin-right:10px;">' +
|
||||
editors[i].realname + ', '
|
||||
+ editors[i].editor_title + '<br/>' + editors[i].email + '<br/>'
|
||||
+ icon_img + '</li>'
|
||||
|
||||
Reference in New Issue
Block a user