style.css 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. @CHARSET "UTF-8";
  2. /*@font-face {*/
  3. /* font-family: 'o2font';*/
  4. /* !*src:url('../font/alfont.eot');*!*/
  5. /* src:*/
  6. /* !*url('../font/alfont.eot?#iefix') format('embedded-opentype'),*!*/
  7. /* !*url('../font/alfont.woff') format('woff'),*!*/
  8. /* url('../font/alfont.ttf') format('truetype');*/
  9. /* !*url('../font/alfont.otf') format('opentype');*!*/
  10. /* !*url('../x_desktop/font/font.eot?#font-spider') format('embedded-opentype'),*!*/
  11. /* !*url('/x_desktop/font/font.svg') format('svg');*!*/
  12. /* font-weight: normal;*/
  13. /* font-style: normal;*/
  14. /*}*/
  15. html{
  16. overflow: hidden;
  17. height: 100%;
  18. margin:0;
  19. padding:0;
  20. }
  21. body {
  22. margin:0;
  23. padding:0;
  24. height: 100%;
  25. font-family: "Microsoft YaHei", "SimSun", "宋体", serif;
  26. font-size:14px;
  27. -webkit-overflow-scrolling: touch;
  28. /*background-color: #F1F1F1;*/
  29. }
  30. .appContent *{
  31. box-sizing: content-box!important;
  32. }
  33. .layout_main *{
  34. box-sizing: content-box!important;
  35. }
  36. .o2_vue{
  37. box-sizing: border-box!important;
  38. }
  39. .o2_vue *{
  40. box-sizing: border-box!important;
  41. }
  42. *::-webkit-scrollbar {
  43. width:8px;
  44. height: 8px;
  45. border-radius: 8px;
  46. background-color: #dddddd;
  47. }
  48. *::-webkit-scrollbar-thumb{
  49. width: 8px;
  50. border-radius: 8px;
  51. background-color: #bbbbbb;
  52. cursor: pointer;
  53. }
  54. *::-webkit-scrollbar-thumb:hover{
  55. width: 8px;
  56. border-radius: 8px;
  57. background-color: #666666;
  58. cursor: pointer;
  59. }
  60. * {
  61. scrollbar-color: #bbbbbb #dddddd;
  62. scrollbar-width: thin;
  63. }
  64. /*
  65. .table-tr-selected {
  66. background-color: #FFFFDD;
  67. }*/
  68. input,button,select,textarea{outline:none}
  69. select.script::-ms-expand { display: none; }
  70. ::-ms-clear, ::-ms-reveal{display: none;}
  71. /*.WordSection1 table{*/
  72. /* border: 0 !important;*/
  73. /*}*/
  74. @media print {
  75. @page:right{
  76. @bottom-left {
  77. margin: 10pt 0 30pt 0;
  78. border-top: .25pt solid #666;
  79. content: "Our Cats";
  80. font-size: 9pt;
  81. color: #333;
  82. }
  83. @bottom-right {
  84. margin: 10pt 0 30pt 0;
  85. border-top: .25pt solid #666;
  86. content: counter(page);
  87. font-size: 9pt;
  88. }
  89. @top-right {
  90. content: string(doctitle);
  91. margin: 30pt 0 10pt 0;
  92. font-size: 9pt;
  93. color: #333;
  94. }
  95. }
  96. html{
  97. overflow: visible;
  98. height: auto;
  99. margin:0;
  100. padding:0;
  101. }
  102. div {
  103. page-break-after:auto;
  104. page-break-inside:auto;
  105. page-break-before:auto;
  106. }
  107. table {
  108. page-break-after:auto;
  109. page-break-inside:auto;
  110. page-break-before:auto;
  111. }
  112. /*tr {*/
  113. /* page-break-after:auto;*/
  114. /* page-break-inside:auto;*/
  115. /* page-break-before:auto;*/
  116. /*}*/
  117. }