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

@@ -20,13 +20,18 @@ function initFooter() {
}
$('.daohang_bottom_line').css({
'background': 'red',
'background': 'rgb(229,76,94)',
'height': '2px',
'border-top': '0.5px solid #fff',
'border-bottom': '0.5px solid #fff',
// 'border-top': '0.5px solid #fff',
// 'border-bottom': '0.5px solid #fff',
'width': '1300px',
'margin': '0 auto',
'max-width': '100%',
'box-sizing': 'content-box',
'box-shadow': '-3px 3px 9px rgba(255, 255, 255, 0.8), 3px -3px 9px rgba(255, 255, 255, 0.3)',
'text-shadow': '0px 0px 3px rgba(255, 255, 255, 0.9)',
'filter': 'brightness(80%) contrast(100%) saturate(100%)',
})
$('.footer-bottom-email').css({
'display': 'flex',