12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- html,body{ width:100%; height:1900px;}
- .l-grid-row-cell-inner{line-height:90px;}
- .mor_query{display:none;}
- .gis_box{width:auto; height:600px; border:1px solid #cbcbcb; margin:5px auto;}
- .gis_title{width:100%; height:50px; font-size:15px; line-height:50px; font-weight: bold; text-align:center; }
- /* 单位文本框只读样式 */
- .dept_show{ background-color: #ffffff; border-top: solid 1px #a7b5bc; border-left: solid 1px #a7b5bc;
- border-right: solid 1px #ced9df; border-bottom: solid 1px #ced9df; color: #333333; line-height: 25px; }
- /* 表格一级标题 */
- .l-grid-hd-cell-mul{background:#e9f4fa; height:34px!important;}
- .l-grid-hd-row{background-color:#edeffd; }
- .l-grid-header-multi{height:139px!important;}
- /* 表格复选框 */
- .l-grid-hd-cell-con-checkbox{padding-top:60px;}
- .l-grid-row-cell-con-checkbox{padding-top:39px;}
- /* 更多查询条件描述标签 */
- .search_term{ display:inline-block; margin:0 10px; float:left;}
- #STAND_TYPE_301{ margin-right:10px;}
- .floods_search_title{width:150px;}
-
- /* 加减号 */
- .fs_input{ float:left; margin:4px;}
- .fs_span{display:block; float:left; margin:5px 10px 0 3px; width:15px; height:50px; line-height:25px;}
- .fs_spanx{display:block; float:left; margin:5px 3px 0 10px; width:15px; height:50px; line-height:25px;}
- .plus{width:25px; height:25px; float:left; display:block; margin:4px 4px 0 5px; background:url("/nwyj/images/business/em/floods/plus.png"); behavior: url(/nwyj/scripts/freamwork/com/sinosoft/system/right/PIE.htc);}
- .minus{width:25px; height:25px; float:left; display:block; margin:4px 10px 0 10px; background:url("/nwyj/images/business/em/floods/minus.png"); behavior: url(/nwyj/scripts/freamwork/com/sinosoft/system/right/PIE.htc);}
- .plus:hover{ background:url("/nwyj/images/business/em/floods/plus_hover.png"); behavior: url(/nwyj/scripts/freamwork/com/sinosoft/system/right/PIE.htc);}
- .minus:hover{ background:url("/nwyj/images/business/em/floods/minus_hover.png"); behavior: url(/nwyj/scripts/freamwork/com/sinosoft/system/right/PIE.htc);}
- .plus:active{ background:url("/nwyj/images/business/em/floods/plus_hover.png") ; behavior: url(/nwyj/scripts/freamwork/com/sinosoft/system/right/PIE.htc);}
- .minus:active{ background:url("/nwyj/images/business/em/floods/minus_hover.png") ; behavior: url(/nwyj/scripts/freamwork/com/sinosoft/system/right/PIE.htc);}
-
- /* 河流水库 */
- #RIVERS{ margin:0 0 0 3px; }
- #RESERVOIR{ margin:0 0 0 57px;}
-
- /* 查询重置 */
- #searchButt{ margin-left:800px; }
- #restButt{ margin-left:20px; }
-
- .div_block{
- display: inline-block;
- margin: 0 5px;
- }
- .url_title{
- font-size: 14px;
- color:#333;
- font-weight: bold;
- }
- .url_click{
- color:#0b69b7;
- cursor: pointer;
-
- }
- .url_click:hover{
- color:blue;
-
- }
|