1、html标签加属性
1 <html lang="en" class="no-ie" style="overflow:hidden">
2、body中加入如下代码
1 <style type="text/css"> 2 html{ 3 overflow-x: hidden; 4 ovefflow-y: hidden; 5 } 6 </style>
时间: 2024-11-09 04:53:33
1、html标签加属性
1 <html lang="en" class="no-ie" style="overflow:hidden">
2、body中加入如下代码
1 <style type="text/css"> 2 html{ 3 overflow-x: hidden; 4 ovefflow-y: hidden; 5 } 6 </style>