// placeholder
// placeholder
@import (optional, reference) '../../style/themes/index';

@modal-prefix-cls: ~'@{mega-prefix}-pdf-viewer';
.@{modal-prefix-cls} {
}
.pdfviewerex{
  width: 100%;
  height: 100%;
  overflow: auto;
}

.pdfviewerex_tool{
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: 	#999999;
  text-align: center;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  padding: 0px 20px;
  font-weight: bold;
}


.pdfviewerex_menu{
  display: inline-block;
  i{
    cursor: pointer;
    margin-left: 10px;
  }
}

.pdfcontent{
  overflow:auto;
  position:relative;
  height: calc(100% - 40px);
}
.pdfviewerex_page{
  display: inline-block;
  input{
    border: none;
    width: 30px;
    display: inline-block;
    background-color: #696969;
    height: 20px;
    text-align: center;
    border-radius: 5px;
    padding: 5px 0px;
    &:focus{
      outline:none;
    }
  }
  }
 
