Commit bb596b12 by liangjianmin

update: 调整多个页面的样式以优化布局和视觉效果

- 修改canvas元素的高度和margin-top属性,确保页面元素的正确显示
- 隐藏特定层以提升页面整洁度
- 涉及 index.html、page4.html、page5.html、page9.html、page10.html 等多个文件的样式调整
- 保持页面结构和功能不变,提升用户体验
parent 33523b43
......@@ -50,11 +50,17 @@
}
#canvas, #scroll_container_bg {
height: 3800px !important;
height: 3752px !important;
}
#layerC1910854553A604DCC66FE0B5FA4C5BB a.btnarea{
background-color: #336ECD !important;
}
#layer4B51C3A06EAD4F0963137AFF168AAB0E {
display: none !important;
}
#canvas {
margin-top: -48px !important;
}
</style>
</head>
<body>
......
......@@ -114,6 +114,13 @@
}
#layer1CEBBE4F7B4137B61A5608BA8734850A {
display: none !important;
}
#canvas {
margin-top: -44px !important;
}
</style>
</head>
......
......@@ -56,6 +56,12 @@
#layerAD8484317AB2A1663138B74E064C0ABA li.wp_subtop:hover {
background-color: #336ECD !important;
}
#layer1CEBBE4F7B4137B61A5608BA8734850A {
display: none !important;
}
#canvas {
margin-top: -44px !important;
}
</style>
</head>
<body>
......
......@@ -56,6 +56,12 @@
#layerAEA5E59B20C117BE5D6119F5E02549EA li.wp_subtop:hover {
background-color: #336ECD !important;
}
#layer4EEC4301A697F3E29F343871E5EA2D68 {
display: none !important;
}
#canvas {
margin-top: -44px !important;
}
</style>
</head>
<body>
......
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="zh-Hans">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
......@@ -55,6 +55,12 @@
#layer9F63EE5D5960D7FF5463CE21BC442887 li.wp_subtop:hover {
background-color: #336ECD !important;
}
#layer1CEBBE4F7B4137B61A5608BA8734850A {
display: none !important;
}
#canvas {
margin-top: -44px !important;
}
</style>
</head>
<body>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment