style.css 1.8 KB

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