暂无描述

paper.css 419B

1234567891011121314151617181920212223242526272829
  1. @charset "utf-8";
  2. .sys_paper_index .tpl-btns .row {
  3. padding-left: 10px;
  4. }
  5. .sys_paper_index th.opt-check {
  6. width: 35px;
  7. }
  8. .sys_paper_index .table {
  9. table-layout: fixed;
  10. }
  11. .sys_paper_index .orderBy .icon-close{
  12. display: none;
  13. }
  14. .sys_paper_index .number {
  15. width: 4%;
  16. }
  17. .sys_paper_sort {
  18. width: 600px;
  19. height: 200px;
  20. }
  21. .sys_paper_sort .content{
  22. font-size: 25px;
  23. font-weight: bold;
  24. }