Difference between revisions of "Team:SUIS Shanghai"

(Replaced content with "{{SUIS_Shanghai}} <html> xxxxxxx </html>")
Line 1: Line 1:
 
{{SUIS_Shanghai}}
 
{{SUIS_Shanghai}}
<html>
 
  
xxxxxxx
 
  
 +
<style>
  
 +
/* ################################################################################ */
 +
    /*底部版权信息  开始  */
  
 +
    #homefooterdiv {
 +
        position: absolute;
 +
        z-index: 98;
 +
        width: 100%;
 +
        top: 1660px;
 +
    }
 +
 +
    #homefooterdiv:before {
 +
        content: '';
 +
        width: 100%;
 +
        height: 10px;
 +
        background-color: #2F2F7F;
 +
        position: absolute;
 +
    }
 +
 +
    div#footer1 {
 +
        height: 180px;
 +
        width: 100%;
 +
        /*border: 5px #2F2F7F solid;*/
 +
        border-width: 5px 0 0 0;
 +
        background-color: #182647;
 +
    }
 +
 +
    #footer1mid {
 +
        width: 1200px;
 +
        margin: auto;
 +
    }
 +
 +
    img#whitelogo {
 +
        width: 150px;
 +
        float: left;
 +
        margin-top: 65px;
 +
        cursor: pointer;
 +
    }
 +
 +
    #foormidword {
 +
        color: white;
 +
        hieght: 100%;
 +
        font-size: 17px;
 +
        padding: 10px 77px;
 +
        float: left;
 +
        margin-left: 244px;
 +
        margin-top: 75px;
 +
    }
 +
 +
    #foorrightdiv {
 +
        float: right;
 +
        color: white;
 +
        margin-top: 62px;
 +
    }
 +
 +
    #foorrightdiv p {
 +
        text-align: right;
 +
        font-size: 15px;
 +
        line-height: 25px;
 +
    }
 +
 +
    #footer2 {
 +
        width: 100%;
 +
        background-color: #121D33;
 +
        height: 40px;
 +
        text-align: center;
 +
        color: white;
 +
        font-size: 13px;
 +
        padding-top: 12px;
 +
    }
 +
 +
    /*底部版权信息  结束  */
 +
    /* ################################################################################ */
 +
 +
 +
</style>
 +
 +
 +
<!-- ################################################################################ -->
 +
    <!-- 底部版权信息  开始 -->
 +
 +
    <div id="homefooterdiv">
 +
        <div id="footer1">
 +
            <div id="footer1mid">
 +
                <img src="images/home_footerlogo.png" id="whitelogo">
 +
                <div id="foormidword">IGEM &nbsp; | &nbsp; WANYUAN &nbsp; | &nbsp; SUIS</div>
 +
                <div id="foorrightdiv">
 +
                    <p>Website: wanyuan.suis.com.cn</p>
 +
                    <p>Mail Box: suisigem@outlook.com</p>
 +
                    <p>No.509, Pingji Rd, Minhang District, Shanghai</p>
 +
                </div>
 +
            </div>
 +
        </div>
 +
        <div id="footer2">Copyright © 2019 Shanghai United International School. All Rights Reserved.</div>
 +
    </div>
 +
 +
    <!-- 底部版权信息  结束 -->
 +
    <!-- ################################################################################ -->
 +
 +
 +
 +
 +
</body>
 
</html>
 
</html>

Revision as of 13:49, 20 October 2019


<style>

/* ################################################################################ */
   /*底部版权信息   开始  */
   #homefooterdiv {
       position: absolute;
       z-index: 98;
       width: 100%;
       top: 1660px;
   }
   #homefooterdiv:before {
       content: ;
       width: 100%;
       height: 10px;
       background-color: #2F2F7F;
       position: absolute;
   }
   div#footer1 {
       height: 180px;
       width: 100%;
       /*border: 5px #2F2F7F solid;*/
       border-width: 5px 0 0 0;
       background-color: #182647;
   }
   #footer1mid {
       width: 1200px;
       margin: auto;
   }
   img#whitelogo {
       width: 150px;
       float: left;
       margin-top: 65px;
       cursor: pointer;
   }
   #foormidword {
       color: white;
       hieght: 100%;
       font-size: 17px;
       padding: 10px 77px;
       float: left;
       margin-left: 244px;
       margin-top: 75px;
   }
   #foorrightdiv {
       float: right;
       color: white;
       margin-top: 62px;
   }
   #foorrightdiv p {
       text-align: right;
       font-size: 15px;
       line-height: 25px;
   }
   #footer2 {
       width: 100%;
       background-color: #121D33;
       height: 40px;
       text-align: center;
       color: white;
       font-size: 13px;
       padding-top: 12px;
   }
   /*底部版权信息   结束  */
   /* ################################################################################ */


</style>


               <img src="images/home_footerlogo.png" id="whitelogo">
IGEM   |   WANYUAN   |   SUIS

Website: wanyuan.suis.com.cn

Mail Box: suisigem@outlook.com

No.509, Pingji Rd, Minhang District, Shanghai

Copyright © 2019 Shanghai United International School. All Rights Reserved.



</body> </html>