index.css 967 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. body{
  2. width:100% ;
  3. height:100% ;
  4. font-size:12px ;
  5. } ;
  6. #leftTB,#rightTB{
  7. float:left ;
  8. width:16.5% ;
  9. height:100% ;
  10. } ;
  11. #leftTop,#rightTop{
  12. width:auto ;
  13. height:50% ;
  14. background-color:#f0f ;
  15. } ;
  16. #leftBut,#rightBut{
  17. width:auto ;
  18. height:50% ;
  19. background-color:#0f0 ;
  20. } ;
  21. .spliterStyleV{/* 地图分隔条样式 */
  22. background-image:url(nav/spliter_bg_v.jpg) ;
  23. }
  24. .benma_ui_tab .tab_item1_selected,.benma_ui_tab .tab_item2_selected,
  25. .benma_ui_tab .tab_item3_selected,.benma_ui_tab .tab_item4_selected{/* 选中选项卡样式 */
  26. background-image:url(/nwyj/images/cockpit/bgk.png)!important;
  27. background-position:0 0 !important;
  28. background-color:#444444;
  29. color:#2dc3e8;
  30. }
  31. .benma_ui_tab .tab_item1,.benma_ui_tab .tab_item2,.benma_ui_tab .tab_item4{/* 未选中选项卡样式 */
  32. background-image:none;
  33. background-color:#444444;
  34. color:#2dc3e8;
  35. }
  36. .benma_ui_tab .tab_item3{/* 卡项之间背景色 */
  37. background-image:none;
  38. background-color:#333333;
  39. color:#2dc3e8;
  40. }