/*

使用 POSTCSS 转码, 可以使用 less 的一些语法如: 嵌套结构, &引用

*/


html{
    height:100%;
  }
  body{
    height:100%;
  }
  #app{
    height:100%;
    position:relative;
  }
  .page{
    height:100%;
  }
  
  .main_body_lr{
    padding: 0 10px;
    margin-top: 1px;
  }
  .hr_14 {margin:14px 0;height:1px;}
  .height_100{
    height:100%;
  }
  
  .right_full_scroll{
    height:100%;
  }
  
  .right_full_padding{
    padding:14px;
  }
  
  .comm_width_640{
    width: 640px;
  }
  .comm_width_800{
    width: 800px;
  }
  .comm_width_1000{
    width: 1000px;
  }
  
  /*控制UEEditor行文本的高度*/
  .edui-editor div{
    line-height: 20px;
  }
  
  .aaaaa{height: 100%;}
  .fl{
    float: left;
  }
  .fr{
    float: right;
  }
  .clear{
    clear: both;
  }
  .all_padding{ padding:14px;}
  .bg_fff{background: #fff;}
  .bg_f7f7f7{ background: #f7f7f7;}
  .pos_r{ position: relative;}
  .pos_a{ position: absolute; }
  .pos_f{ position: fixed;}
  .bg_f7_top{
    height: 85%;
    top: 12.25%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -100;
  }
  
  .tea_favor_list:last-child{ border-bottom: none;}
  .margin-r{margin-right: 10px}
  .tea_details{
     height:150px;
     background: #fff;
     position: relative;
     margin-bottom: 24px;
   }
  .details_list_img{position: relative;}
  .details_file,
  .details_file input{
    position: absolute;
    bottom: 0;
  }
  .details_file button{
    width: 180px;
    height: 40px;
    border-right:0;
    border: none;
    background: rgba(0,0,0,.3);
  }
  .details_file button,
  .details_file button:hover{
    color: white;
  }
  .details_file input{
    opacity: 0;
    height: 40px;
    top: 0;
    cursor: pointer;
  }
  .favor_list_img img{
    width: 140px;
  }
  .details_list_img,
  .details_list_img img{
    width: 140px;
  }
  .favor_list_img,
  .favor_list_img img,
  .favor_list_main{
    height: 140px;
  }
  .details_list_img,
  .details_list_img img{
    height: 140px;
  }
  .details_list_main{
    height: 140px;
  }
  .details_list_main{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 156px;
    padding: 10px;
  }
  .list_main_top{
    min-height: 95px;
  }
  .list_title{
    font-size: 16px;
    font-weight: bold;
    color: #333;
  }
  
  .color_red{
    margin: 0 7px;
    color: #ff5644;
  }
  .color_green{
    margin: 0 7px;
    color: #13ce66;
  }
  .list_main_left p{
    color: #999999;
    margin-bottom: 5px;
  }
  
  .list_main_bot{
    height: 30px;
    line-height: 30px;
  }
  .list_main_bot{
    color: #999999;
  }
  .left_tree_box,
  .folder_list{
    border:1px solid #eeeeee;
    background: #fff;
    border-radius: 7px;
  }
  .left_tree{
    height:100%;
    /*top: 0;*/
    /*bottom: 0;*/
  }
  .rea_fav_up{
    padding: 13px 0;
    text-align: center;
    border-bottom: 1px solid #eeeeee;
  }
  .tree_list{
    padding:10px;
  }
  .folder_list_checked{
    border-radius: 7px;
    padding:13px 5px;
  }
  .list_folder{
    padding: 12px 5px;
    border-top: 1px solid #eeeeee;
  }
  .list_folder_img{margin:10px 5px 0;}
  .list_folder_img img{
    width: 16px;
    height: 16px;
    border: none;
    background: orangered;
  }
  .list_folder_date{
    color: #999999;
  }
  .details_tabs_bg{
    width: 100%;
    height:42px;
    border-top: 1px solid #eeeeee;
    background: #fff;
    position: absolute;
  }
  .details_main{
    position: relative;
    overflow: hidden;
  }
  .details_btn{
    position: absolute;
    text-align: right;
    right: 1px;
    z-index: 100;
  }
  .details_title{
    height: 40px;
    line-height: 40px;
  }
  .details_title span{
    border-left: 2px solid #20a0ff;
    padding-left: 10px;
    font-weight: bold;
    font-size: 16px;
  }
  .details_mainInfo{
    background: #fff;
    padding: 10px;
    color: #666666;
  }
  .details_mainInfo p{
    margin-bottom: 10px;
  }
  .school_based{
    margin:5px 0;
    padding: 20px 5px 0 5px;
    border: 1px solid #f0f0f0;
    position: relative;
  }
  .school_based_open{
    position: absolute;
    right:10px;
    top: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border:1px solid;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    z-index: 101;
    &:hover{
      border:1px solid green;
    }
  }
  .school_based_display{
    display: none;
  }.school_based_display_no{
     display: block;
   }
   .el-button--text{margin: 0 0 0px 0;}
  
  
  .page_box{text-align: right;margin-top: 16px;}
  