Built files from Bizgaze WebServer
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

1234567891011121314151617181920212223242526272829303132
  1. 
  2. .biz-pdf-fullscreen, .biz-pdf-exitpdf {
  3. margin: 9px 2px;
  4. display: inline-flex;
  5. height: 30px;
  6. width: 30px;
  7. }
  8. .biz-pdf-fullscreen-btn, .biz-pdf-exitpdf-btn {
  9. cursor: pointer;
  10. top: 4px;
  11. position: relative;
  12. font-size: 14px;
  13. border: none;
  14. background-color: transparent;
  15. }
  16. .biz-pdf-exitpdf-btn {
  17. top: 2px;
  18. }
  19. .biz-exitfullscreen::before {
  20. content: '\e337';
  21. }
  22. .biz-enterfullscreen::before {
  23. content: '\e657';
  24. }
  25. .biz-pdf-exitpdf-btn::before {
  26. content: '\e7a7';
  27. font-weight: 900;
  28. }