Difference between revisions of "Template:CIEI-China/backup"

(Created page with "<html> <style> #content{ width: 100%; margin: 0; padding: 0; } #top_title{ display: none; } #sideMenu{ display: none; } .nav_bar{ width: 100%;...")
 
Line 12: Line 12:
 
display: none;
 
display: none;
 
}
 
}
 
 
         .nav_bar{
 
         .nav_bar{
 
             width: 100%;
 
             width: 100%;
 
             height: 70px;
 
             height: 70px;
 +
            /*为文字加背景颜色*/
 +
            background-color: skyblue;
 
         }
 
         }
 
 
         .nav_bar ul{
 
         .nav_bar ul{
 
             list-style: none;
 
             list-style: none;
Line 25: Line 25:
 
         .nav_bar ul li{
 
         .nav_bar ul li{
 
             float: left;
 
             float: left;
 +
            height: 50px;
 
         }
 
         }
 
         .nav_bar ul li a{
 
         .nav_bar ul li a{
Line 34: Line 35:
  
 
             /*让文字与图片一样高*/
 
             /*让文字与图片一样高*/
            height: 50px;
 
 
             /*垂直居中*/
 
             /*垂直居中*/
 
             line-height: 50px;
 
             line-height: 50px;
 
            /*为文字加背景颜色*/
 
            background-color: skyblue;
 
 
         }
 
         }
 
         .logo{
 
         .logo{

Revision as of 07:34, 2 October 2017