Difference between revisions of "Team:SEU/Home"

Line 1: Line 1:
 
<html lang="en">
 
<html lang="en">
 +
<!-- 解决官网bug的 CSS -->
 +
<style>
 +
        /*消除官网坑爹样式*/
 +
        body {
 +
            margin-top:-6px;
 +
            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>
 +
 
<!-- basic settings -->
 
<!-- basic settings -->
 
     <meta charset="utf-8">
 
     <meta charset="utf-8">

Revision as of 08:14, 8 September 2019