Line 1: | Line 1: | ||
<html> | <html> | ||
+ | <!-- 解决官网bug的 CSS --> | ||
+ | <style> | ||
+ | /*消除官网坑爹样式*/ | ||
+ | body { | ||
+ | margin-top:100px; | ||
+ | height: 100%; | ||
+ | width: 100%; | ||
+ | } | ||
+ | #HQ_page p { | ||
+ | font-size:16px; | ||
+ | font-family:"微软雅黑"; | ||
+ | } | ||
+ | #globalWrapper{ | ||
+ | margin: 0; | ||
+ | padding: 0; | ||
+ | } | ||
+ | #content{ | ||
+ | width: 100%; | ||
+ | padding: 0; | ||
+ | margin: -12px 0 0; | ||
+ | } | ||
+ | #top_title{ | ||
+ | display: none; | ||
+ | } | ||
+ | #sideMenu{ | ||
+ | display: none; | ||
+ | } | ||
+ | #content, | ||
+ | .vs-content, | ||
+ | .vs-wrapper section { | ||
+ | background-color: transparent !important; | ||
+ | } | ||
+ | |||
+ | </style> | ||
<!-- Mobile Specific Metas================================================== --> | <!-- Mobile Specific Metas================================================== --> |
Revision as of 11:28, 9 September 2019