123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141 |
- /* 该样式仅仅是改变整体的字体大小 */
- body
- {
- font-size: 14px;
- }
- html, body
- {
- font-size: 14px;
- }
- .panel,.combo .combo-text,.combobox-item,.tabs,a.l-btn,.datagrid-cell-rownumber
- ,.pagination-info,.pagination span,.calendar,.calendar table,.calendar-menu
- ,.datebox-button,.spinner .spinner-text,.searchbox .searchbox-text
- ,.searchbox .searchbox-prompt,.menu-text span,.tree-title,.tree-node-proxy
- ,.tree-editor,.validatebox-tip-content,.triggerbox .triggerbox-text
- ,.datagrid-cell, .datagrid-cell-group, .datagrid-header-rownumber, .datagrid-cell-rownumber
- {
- font-size: 12px;
- }
- /*菜单字体 Begin*/
- .menu_item_level1_title
- {
- font-size: 20px;
- }
- .menu_item_level2_title
- {
- font-size: 16px;
- margin-left:25px;
- }
- .menu_item_leaf_title
- {
- font-size: 14px;
- margin-left:30px;
- }
- .menu_item_level2_icon_closed {
- margin-left: 5px;
- }
- .menu_item_level2_icon_opened {
- margin-left: 5px;
- }
- /*菜单字体 End*/
- /*提示窗口 End*/
- .l-btn-text
- {
- font-size: 16px;
- }
- .window-header div
- {
- font-size: 16px;
- }
- .messager-body div
- {
- font-size: 14px;
- }
- .panel-title
- {
- height: 26px;
- line-height: 26px;
- }
- /*提示窗口 End*/
- .datagrid-header-row span /*列表标题*/
- {
- font-weight: bold;
- }
- /*
- a.l-btn
- {
- height: 32px;
- }
- a.l-btn span.l-btn-left
- {
- height: 24px;
- line-height: 24px;
- }
- a.l-btn span span.l-btn-text
- {
- height: 24px;
- line-height: 24px;
- }
- */
- .SpacePlaceholder
- {
- display: block;
- height: 20px;
- }
- .current_navbar
- {
- height: 20px;
- line-height: 20px;
- }
- .current_navbar .nav_info
- {
- height: 20px;
- line-height: 20px;
- }
- .current_navbar .func_info
- {
- height: 30px;
- line-height: 30px;
- margin-top: 4px;
- }
- .current_navbar .nav_info ul li img
- {
- vertical-align: top;
- margin-top: 11px;
- }
- /*
- .separatorline
- {
- top: 36px;
- }
- */
- /*Peter add on 2014.05.05*/
- .separatorline
- {
- top: 36px;
- }
- /* 图标位置 */
- .icon-save{
- background:url('icons/filesave.png') no-repeat center top;
- }
- /* 兼容IE6 按钮的字换行 */
- .l-btn-text
- {
- white-space:nowrap;
- }
- /* 兼容IE6 填写申请单页面IE6图标不对齐 */
- .panel-header {
- height: 26px;
- }
|