 .preview-markdown-warp {
     width : 100%;
     height: 100%;

 }

 .preview-markdown-warp .markdown-body {
     padding-top: 0;
 }

 /*
 .preview-markdown-warp .toc-warp {
     // position: relative;
     // padding-right: 280px;
 }
*/
 .preview-markdown-warp .toc-warp .toc-box {
     display         : none;
     position        : absolute;
     top             : 0px;
     bottom          : 0;
     right           : 0px;
     font-size       : 12px;
     overflow-y      : auto;
     width           : 270px;
     padding-left    : 20px; 
     z-index         : 10;
     background-color: #fff;
     border-left     : 1px solid #eee;
 }

 /* 大图预览 start 
  .le-img-preview-animation-enter-active {
    -webkit-animation: bounceInDown .8s .2s ease both;
    -moz-animation: bounceInDown .8s .2s ease both;
}  

 // @-webkit-keyframes bounceInDown {
 //     0% {
 //         opacity: 0;
 //         -webkit-transform: translateY(-2000px)
 //     }
 //     60% {
 //         opacity: 1;
 //         -webkit-transform: translateY(30px)
 //     }
 //     80% {
 //         -webkit-transform: translateY(-10px)
 //     }
 //     100% {
 //         -webkit-transform: translateY(0)
 //     }
 // }

 // @-moz-keyframes bounceInDown {
 //     0% {
 //         opacity: 0;
 //         -moz-transform: translateY(-2000px)
 //     }
 //     60% {
 //         opacity: 1;
 //         -moz-transform: translateY(30px)
 //     }
 //     80% {
 //         -moz-transform: translateY(-10px)
 //     }
 //     100% {
 //         -moz-transform: translateY(0)
 //     }
 // }

 // .le-img-preview-animation-leave-active {
 //     -webkit-animation: bounceOutUp 0.5s .2s ease both;
 //     -moz-animation: bounceOutUp 0.5s .2s ease both;
 // }

 // @-webkit-keyframes bounceOutUp {
 //     0% {
 //         -webkit-transform: translateY(0)
 //     }
 //     20% {
 //         opacity: 1;
 //         -webkit-transform: translateY(20px)
 //     }
 //     100% {
 //         opacity: 0;
 //         -webkit-transform: translateY(-2000px)
 //     }
 // }

 // @-moz-keyframes bounceOutUp {
 //     0% {
 //         -moz-transform: translateY(0)
 //     }
 //     20% {
 //         opacity: 1;
 //         -moz-transform: translateY(20px)
 //     }
 //     100% {
 //         opacity: 0;
 //         -moz-transform: translateY(-2000px)
 //     }
 // }

 大图预览 end */