BigFont.css 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. /* 该样式仅仅是改变整体的字体大小 */
  2. body
  3. {
  4. font-size: 14px;
  5. }
  6. html, body
  7. {
  8. font-size: 14px;
  9. }
  10. .panel,.combo .combo-text,.combobox-item,.tabs,a.l-btn,.datagrid-cell-rownumber
  11. ,.pagination-info,.pagination span,.calendar,.calendar table,.calendar-menu
  12. ,.datebox-button,.spinner .spinner-text,.searchbox .searchbox-text
  13. ,.searchbox .searchbox-prompt,.menu-text span,.tree-title,.tree-node-proxy
  14. ,.tree-editor,.validatebox-tip-content,.triggerbox .triggerbox-text
  15. ,.datagrid-cell, .datagrid-cell-group, .datagrid-header-rownumber, .datagrid-cell-rownumber
  16. {
  17. font-size: 12px;
  18. }
  19. /*菜单字体 Begin*/
  20. .menu_item_level1_title
  21. {
  22. font-size: 20px;
  23. }
  24. .menu_item_level2_title
  25. {
  26. font-size: 16px;
  27. margin-left:25px;
  28. }
  29. .menu_item_leaf_title
  30. {
  31. font-size: 14px;
  32. margin-left:30px;
  33. }
  34. .menu_item_level2_icon_closed {
  35. margin-left: 5px;
  36. }
  37. .menu_item_level2_icon_opened {
  38. margin-left: 5px;
  39. }
  40. /*菜单字体 End*/
  41. /*提示窗口 End*/
  42. .l-btn-text
  43. {
  44. font-size: 16px;
  45. }
  46. .window-header div
  47. {
  48. font-size: 16px;
  49. }
  50. .messager-body div
  51. {
  52. font-size: 14px;
  53. }
  54. .panel-title
  55. {
  56. height: 26px;
  57. line-height: 26px;
  58. }
  59. /*提示窗口 End*/
  60. .datagrid-header-row span /*列表标题*/
  61. {
  62. font-weight: bold;
  63. }
  64. /*
  65. a.l-btn
  66. {
  67. height: 32px;
  68. }
  69. a.l-btn span.l-btn-left
  70. {
  71. height: 24px;
  72. line-height: 24px;
  73. }
  74. a.l-btn span span.l-btn-text
  75. {
  76. height: 24px;
  77. line-height: 24px;
  78. }
  79. */
  80. .SpacePlaceholder
  81. {
  82. display: block;
  83. height: 20px;
  84. }
  85. .current_navbar
  86. {
  87. height: 20px;
  88. line-height: 20px;
  89. }
  90. .current_navbar .nav_info
  91. {
  92. height: 20px;
  93. line-height: 20px;
  94. }
  95. .current_navbar .func_info
  96. {
  97. height: 30px;
  98. line-height: 30px;
  99. margin-top: 4px;
  100. }
  101. .current_navbar .nav_info ul li img
  102. {
  103. vertical-align: top;
  104. margin-top: 11px;
  105. }
  106. /*
  107. .separatorline
  108. {
  109. top: 36px;
  110. }
  111. */
  112. /*Peter add on 2014.05.05*/
  113. .separatorline
  114. {
  115. top: 36px;
  116. }
  117. /* 图标位置 */
  118. .icon-save{
  119. background:url('icons/filesave.png') no-repeat center top;
  120. }
  121. /* 兼容IE6 按钮的字换行 */
  122. .l-btn-text
  123. {
  124. white-space:nowrap;
  125. }
  126. /* 兼容IE6 填写申请单页面IE6图标不对齐 */
  127. .panel-header {
  128. height: 26px;
  129. }