Template:BIT/css/index

body,html{

   margin:0;
   padding: 0;

}

  1. wiki{
   width: 100%;
   height: 16px;
   background: #383838;
   position: fixed;
   top: 0;
   z-index: 1000;

}

  1. menu{
   display: flex;
   position: relative;
   width: calc(100% - 75px);
   align-items: center;
   justify-content: center;
   /*font-family: 'source sans pro';*/
   font-family: 'quicksand medium';
   font-size: 16px !important;
   /*color: #aaa;*/
   /*letter-spacing: 0.05em;*/

}

  1. top{
   display: flex;
   /*padding: 0px 0 0px 15px;*/
   /*border-bottom: 1px solid #eee;*/
   top: 16px;
   position: fixed;
   box-shadow: 0px 0px 20px #333;
   width: 100%;
   height: 70px;
   z-index: 1000;
   background: white;
   /*background: #545c64;*/
   font-family:'quicksand bold';

}

  1. logo{
   width: 80px;
   margin:auto;
   margin-left: 40px;
   padding: 5px;

}

.el-menu{

   border:0 !important;

}

.el-submenu__title{

   padding-left: 15px;
   padding-right: 10px;
   /*color: #aaa !important;*/

}

.el-menu-item{

   padding-right: 20px;

}

.el-menu--popup>li:hover{

   /*background: #eee !important;*/

}

  1. small-menu{
   position: absolute;
   right: 40px;
   cursor: pointer;

}

  1. small-menu i{
   font-size: 24px;
   color: black;

}

  1. big-menu{
   margin-left: -180px;

}

  1. big-menu>ul>li,#big-menu>ul>li>div{
   /*border: 0 !important;*/

}

  1. left-menu{
   position: fixed;
   top: 86px;
   width: 200px;
   height: calc(100% - 96px);
   background: #545c64;
   z-index: 10000;
   overflow-y: auto;
   overflow-x: hidden;
   padding-top: 10px;
   /*transition: all 0.3s linear 10s;*/

}

  1. left-menu>ul>li>ul>li

{

   padding-left: 40px!important;

}

  1. back{
   position: fixed;
   top: 16px;
   bottom: 0;
   left: 0;
   right: 0;
   z-index: 100;
   background-color: rgba(0,0,0,0.5);

}

  1. left-menu::-webkit-scrollbar {/*滚动条整体样式*/
   width: 10px;     /*高宽分别对应横竖滚动条的尺寸*/

}

  1. left-menu::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
   border-radius: 10px;
   -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
   background: #ffd04b;

}

  1. left-menu::-webkit-scrollbar-track {/*滚动条里面轨道*/
   border-radius: 10px;
   background: rgba(0,0,0,0);

}

  1. team-name{
   color: white;
   font-size: 36px;
   margin-left: 67px;

} .el-menu--horizontal{

} .el-menu--horizontal>ul>li{

   padding-left: 15px !important;

}

  1. my-footer{
   /*position: absolute;*/
   width: 100%;
   /*background: #3b3e43;*/
   display: flex;
   background: #222;
   flex-direction: column;
   align-items: center;
   font-family: 'quicksand medium';
   margin-bottom:-7px;
   /*bottom:0;*/

}

  1. foot_detail{
   width: 90%;
   max-width: 1200px;
   display: flex;
   margin-bottom: 70px;
   flex-wrap: wrap;
   justify-content: space-around;
   margin-top: 50px;

}

  1. follow_us{
   color: white;
   font-size: 24px;

}

  1. follow_us>p{
   margin-top: 37px;
   margin-bottom: 30px;

}

  1. follow_us>a{
   opacity: 0.5;
   transition: all 0.3s;
   padding:0 !important;

}

  1. follow_us>a:hover{
   opacity: 1;

} .icon{

   width: 30px;
   height: 30px;
   margin-right: 10px;

}

  1. contact_us{
   width: 230px;

}

  1. contact_us>p{
   margin-top: 37px;
   margin-bottom: 33px;
   font-size: 24px !important;
   color: white;

}

  1. contact_us>span{
   color: #ccc;
   text-align:left !important;

}

  1. declaration{
   display: flex;
   /*flex-direction: column;*/
   /*align-items: center;*/

}

  1. declaration>img{
   margin-top: 40px;
   height: 80px;
   width: 80px;
   margin-right: 20px;

}

  1. declaration>p{
   color: #ccc;

}

  1. quto{
   color: white;
   font-size: 24px !important;
   margin-top: 37px;

}

  1. school_name{
   color: #ccc;

} .foot_block{

   display: flex;
   justify-content: center;

} .el-menu--horizontal a{

   text-decoration: none;
   color: inherit;
   height: 100%;
   width: 100%;
   display: block;

}

  1. top .el-menu-item{
   padding: 0;

}

  1. top .el-menu-item a{
   padding: 0 20px;

}

  1. left-menu a{
   text-decoration: none;
   color: white;
   height: 100%;
   width: 100%;
   display: block;

}

  1. left-menu .el-menu__title .el-menu-item{
   padding: 0 !important;

}

  1. left-menu .el-menu__title .el-menu-item a{
   padding-left: 40px;

}

  1. top_title{display:none !important;}
  2. content{margin:0;padding:0;height:calc(100% - 18px);margin-top:-8px;width:100%;}
  3. globalWrapper{padding:0;height:100%;}
  4. follow_us p{font-size:24px}

.el-menu-item{font-family:'quicksand medium' !important}