Commit 5b70ab2e by liangjianmin

fix(styles): update canvas positioning and hide specific layers across multiple pages

- Adjusted the height of the canvas in index.html.
- Set display to none for specific layers in page4.html, page5.html, page9.html, and page10.html.
- Updated canvas top positioning in page4.html, page5.html, page9.html, and page10.html for better layout consistency.
parent a5e396e0
...@@ -49,7 +49,13 @@ ...@@ -49,7 +49,13 @@
} }
#canvas, #scroll_container_bg { #canvas, #scroll_container_bg {
height: 3800px !important; height: 3752px !important;
}
#layer4B51C3A06EAD4F0963137AFF168AAB0E {
display: none !important;
}
#canvas {
top: -48px !important;
} }
#layerC1910854553A604DCC66FE0B5FA4C5BB a.btnarea{ #layerC1910854553A604DCC66FE0B5FA4C5BB a.btnarea{
background-color: #33cd82 !important; background-color: #33cd82 !important;
......
...@@ -111,6 +111,12 @@ ...@@ -111,6 +111,12 @@
background-color: #33cd82 !important; background-color: #33cd82 !important;
} }
#layer1CEBBE4F7B4137B61A5608BA8734850A {
display: none !important;
}
#canvas {
top: -44px !important;
}
</style> </style>
</head> </head>
...@@ -633,7 +639,7 @@ ...@@ -633,7 +639,7 @@
<ul id="nav_layer628484DC28F3095944E9038067FC3349" class="navigation" style="width:auto;"> <ul id="nav_layer628484DC28F3095944E9038067FC3349" class="navigation" style="width:auto;">
<li style="width:16.66%;box-sizing:border-box;z-index:2;" class="wp_subtop" pid="1"><a href="/"><span style="display:block;overflow:hidden;">首页</span></a></li> <li style="width:16.66%;box-sizing:border-box;z-index:2;" class="wp_subtop" pid="1"><a href="/"><span style="display:block;overflow:hidden;">首页</span></a></li>
<li style="width:16.66%;box-sizing:border-box;z-index:2;" class="wp_subtop" pid="9"><a href="http://www.cycos.cn/page9"><span style="display:block;overflow:hidden;">业务范围</span></a></li> <li style="width:16.66%;box-sizing:border-box;z-index:2;" class="wp_subtop" pid="9"><a href="page9.html"><span style="display:block;overflow:hidden;">业务范围</span></a></li>
<li style="width:16.66%;box-sizing:border-box;z-index:2;" class="wp_subtop" pid="5"><a href="page5.html"><span style="display:block;overflow:hidden;">产品设备</span></a></li> <li style="width:16.66%;box-sizing:border-box;z-index:2;" class="wp_subtop" pid="5"><a href="page5.html"><span style="display:block;overflow:hidden;">产品设备</span></a></li>
<li style="width:16.66%;box-sizing:border-box;z-index:2;" class="wp_subtop" pid="4"><a href="page4.html"><span style="display:block;overflow:hidden;">关于我们</span></a></li> <li style="width:16.66%;box-sizing:border-box;z-index:2;" class="wp_subtop" pid="4"><a href="page4.html"><span style="display:block;overflow:hidden;">关于我们</span></a></li>
<li style="width:16.66%;box-sizing:border-box;z-index:2;" class="wp_subtop" pid="10"><a href="page10.html"><span style="display:block;overflow:hidden;">联系我们</span></a></li> <li style="width:16.66%;box-sizing:border-box;z-index:2;" class="wp_subtop" pid="10"><a href="page10.html"><span style="display:block;overflow:hidden;">联系我们</span></a></li>
......
...@@ -55,6 +55,12 @@ ...@@ -55,6 +55,12 @@
#layerAD8484317AB2A1663138B74E064C0ABA li.wp_subtop:hover { #layerAD8484317AB2A1663138B74E064C0ABA li.wp_subtop:hover {
background-color: #33cd82 !important; background-color: #33cd82 !important;
} }
#layer1CEBBE4F7B4137B61A5608BA8734850A {
display: none !important;
}
#canvas {
top: -44px !important;
}
</style> </style>
</head> </head>
<body> <body>
......
...@@ -58,6 +58,12 @@ ...@@ -58,6 +58,12 @@
#layerAEA5E59B20C117BE5D6119F5E02549EA li.wp_subtop:hover { #layerAEA5E59B20C117BE5D6119F5E02549EA li.wp_subtop:hover {
background-color: #33cd82 !important; background-color: #33cd82 !important;
} }
#layer4EEC4301A697F3E29F343871E5EA2D68 {
display: none !important;
}
#canvas {
top: -44px !important;
}
</style> </style>
</head> </head>
......
...@@ -57,6 +57,12 @@ ...@@ -57,6 +57,12 @@
#layer9F63EE5D5960D7FF5463CE21BC442887 li.wp_subtop:hover { #layer9F63EE5D5960D7FF5463CE21BC442887 li.wp_subtop:hover {
background-color: #33cd82 !important; background-color: #33cd82 !important;
} }
#layer1CEBBE4F7B4137B61A5608BA8734850A {
display: none !important;
}
#canvas {
top: -44px !important;
}
</style> </style>
</head> </head>
......
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