06aacddfbacdf5059feda9dcfe5cd8d5689cd368.svn-base 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. html,body{ width:100%; height:100%; font-size:12px; font-family:"微软雅黑"; margin:0; padding:0; background-color:#1c2b48; color:#9aabcb; }
  2. ._point_sh{ width:20%; }
  3. ._label_attr{ background-color:#2c3a54; text-align:right; }
  4. ._val_attr{ background-color:#425c7d; color:#000; text-align:left; }
  5. ._val_info{ background-color:#425c7d; width:30%; }
  6. /* 头部样式 */
  7. ._title{ width:100%; height:30px; margin:0; background-color: #004ed1; }
  8. ._title_cont{ margin:10px; line-height:30px; color:#fff; }
  9. /* xy文字样式 */
  10. ._fill_in{ color:#fff; padding:0 20px;}
  11. /* 内容样式 */
  12. ._main{ width:100%; text-align:center; }
  13. ._fiel_box{margin:8px 5%; width:90%; }
  14. fieldset{ width:95%; }
  15. legend{ color:#fff; }
  16. table{ width:100%; margin:5px 0; border-spacing:1px; }
  17. td{ height:30px;}
  18. INPUT[type='text'],INPUT[type='text']:hover,INPUT[type='text']:focus{
  19. color:#fff; background-color:#9ca7bc;
  20. border:none; height:25px; line-height:25px;
  21. }
  22. /* 风圈输入框 */
  23. ._scope{ width:180px; padding:0 20px; }
  24. ._scope_unit{ margin:0 10px; color:#9aabcb; }
  25. ._info{ width:100px; }
  26. ._info_unit{ margin:0 0 0 10px; color:#9aabcb; }
  27. ._btn_box{width:95%; text-align:right; }
  28. .button{
  29. margin:0 5px;
  30. width:80px; height:35px;
  31. background-color:#616E77; color:#fff;
  32. border:none; min-width:50px;
  33. border-radius:3px;
  34. }
  35. .button:hover {
  36. width:82px; height:37px;
  37. background-color:#3c95c8!important; color:#fff!important;
  38. border:1px solid #3c95c8;
  39. }
  40. /* 结束按钮样式 */
  41. ._btn_over{margin:0 30px; display:inline-block; float:left;}
  42. /* 验证样式 */
  43. .val_info{ display:inline-block; float:left; color:red; }
  44. [disabled].textinput{
  45. /* border-top:1px solid #fff!important;
  46. border-right:1px solid #fff!important;
  47. border-bottom:none!important;
  48. border-left:none!important; */
  49. border-top:none!important;
  50. border-right:none!important;
  51. border-bottom:1px solid #fff!important;
  52. border-left:1px solid #fff!important;
  53. background-color:#9ca7bc!important;
  54. }
  55. /* 最大风力 */
  56. .selBtn{
  57. height:26px;
  58. background-color:#1c2b48 ;
  59. background-image: url(/nwyj/images/cockpit/btn/selBtnOrange.png) ;
  60. border:1px solid #616E77 ;
  61. }
  62. DIV.selectbox-wrapper{background-color: #1c2b48; color: #9aabcb; top:27px!important; }
  63. .mainCon TABLE{border-spacing:0px!important; margin:0; }
  64. DIV.selectbox-wrapper UL LI.selected{ background-color: #425c7d; }