style.css 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  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. /*
  37. .table-tr-selected {
  38. background-color: #FFFFDD;
  39. }*/
  40. select.script::-ms-expand { display: none; }
  41. ::-ms-clear, ::-ms-reveal{display: none;}
  42. @media print {
  43. @page:right{
  44. @bottom-left {
  45. margin: 10pt 0 30pt 0;
  46. border-top: .25pt solid #666;
  47. content: "Our Cats";
  48. font-size: 9pt;
  49. color: #333;
  50. }
  51. @bottom-right {
  52. margin: 10pt 0 30pt 0;
  53. border-top: .25pt solid #666;
  54. content: counter(page);
  55. font-size: 9pt;
  56. }
  57. @top-right {
  58. content: string(doctitle);
  59. margin: 30pt 0 10pt 0;
  60. font-size: 9pt;
  61. color: #333;
  62. }
  63. }
  64. html{
  65. overflow: visible;
  66. height: auto;
  67. margin:0;
  68. padding:0;
  69. }
  70. div {
  71. page-break-after:auto;
  72. page-break-inside:auto;
  73. page-break-before:auto;
  74. }
  75. table {
  76. page-break-after:auto;
  77. page-break-inside:auto;
  78. page-break-before:auto;
  79. }
  80. /*tr {*/
  81. /* page-break-after:auto;*/
  82. /* page-break-inside:auto;*/
  83. /* page-break-before:auto;*/
  84. /*}*/
  85. }