Difference between revisions of "Team:SEU"

Line 1: Line 1:
 +
<!-- 解决官网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>
 
<html>
 
<html>
 
     <!-- Mobile Specific Metas================================================== -->
 
     <!-- Mobile Specific Metas================================================== -->

Revision as of 09:03, 29 August 2019

<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>