12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- body{
- width:100% ;
- height:100% ;
- font-size:12px ;
- } ;
- #leftTB,#rightTB{
- float:left ;
- width:16.5% ;
- height:100% ;
- } ;
- #leftTop,#rightTop{
- width:auto ;
- height:50% ;
- background-color:#f0f ;
- } ;
- #leftBut,#rightBut{
- width:auto ;
- height:50% ;
- background-color:#0f0 ;
- } ;
- .spliterStyleV{/* 地图分隔条样式 */
- background-image:url(nav/spliter_bg_v.jpg) ;
- }
- .benma_ui_tab .tab_item1_selected,.benma_ui_tab .tab_item2_selected,
- .benma_ui_tab .tab_item3_selected,.benma_ui_tab .tab_item4_selected{/* 选中选项卡样式 */
- background-image:url(/nwyj/images/cockpit/bgk.png)!important;
- background-position:0 0 !important;
- background-color:#444444;
- color:#2dc3e8;
- }
- .benma_ui_tab .tab_item1,.benma_ui_tab .tab_item2,.benma_ui_tab .tab_item4{/* 未选中选项卡样式 */
- background-image:none;
- background-color:#444444;
- color:#2dc3e8;
- }
- .benma_ui_tab .tab_item3{/* 卡项之间背景色 */
- background-image:none;
- background-color:#333333;
- color:#2dc3e8;
- }
|