12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- html,body{ width:100%; height:100%; font-size:12px; font-family:"微软雅黑"; margin:0; padding:0; background-color:#1c2b48; color:#9aabcb; }
- ._point_sh{ width:20%; }
- ._label_attr{ background-color:#2c3a54; text-align:right; }
- ._val_attr{ background-color:#425c7d; color:#000; text-align:left; }
- ._val_info{ background-color:#425c7d; width:30%; }
- /* 头部样式 */
- ._title{ width:100%; height:30px; margin:0; background-color: #004ed1; }
- ._title_cont{ margin:10px; line-height:30px; color:#fff; }
- /* xy文字样式 */
- ._fill_in{ color:#fff; padding:0 20px;}
- /* 内容样式 */
- ._main{ width:100%; text-align:center; }
- ._fiel_box{margin:8px 5%; width:90%; }
- fieldset{ width:95%; }
- legend{ color:#fff; }
- table{ width:100%; margin:5px 0; border-spacing:1px; }
- td{ height:30px;}
- INPUT[type='text'],INPUT[type='text']:hover,INPUT[type='text']:focus{
- color:#fff; background-color:#9ca7bc;
- border:none; height:25px; line-height:25px;
- }
- /* 风圈输入框 */
- ._scope{ width:180px; padding:0 20px; }
- ._scope_unit{ margin:0 10px; color:#9aabcb; }
- ._info{ width:100px; }
- ._info_unit{ margin:0 0 0 10px; color:#9aabcb; }
- ._btn_box{width:95%; text-align:right; }
- .button{
- margin:0 5px;
- width:80px; height:35px;
- background-color:#616E77; color:#fff;
- border:none; min-width:50px;
- border-radius:3px;
- }
- .button:hover {
- width:82px; height:37px;
- background-color:#3c95c8!important; color:#fff!important;
- border:1px solid #3c95c8;
- }
- /* 结束按钮样式 */
- ._btn_over{margin:0 30px; display:inline-block; float:left;}
- /* 验证样式 */
- .val_info{ display:inline-block; float:left; color:red; }
- [disabled].textinput{
- /* border-top:1px solid #fff!important;
- border-right:1px solid #fff!important;
- border-bottom:none!important;
- border-left:none!important; */
- border-top:none!important;
- border-right:none!important;
- border-bottom:1px solid #fff!important;
- border-left:1px solid #fff!important;
- background-color:#9ca7bc!important;
- }
- /* 最大风力 */
- .selBtn{
- height:26px;
- background-color:#1c2b48 ;
- background-image: url(/nwyj/images/cockpit/btn/selBtnOrange.png) ;
- border:1px solid #616E77 ;
- }
- DIV.selectbox-wrapper{background-color: #1c2b48; color: #9aabcb; top:27px!important; }
- .mainCon TABLE{border-spacing:0px!important; margin:0; }
- DIV.selectbox-wrapper UL LI.selected{ background-color: #425c7d; }
|