floodsList.css 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. html,body{ width:100%; height:1900px;}
  2. .l-grid-row-cell-inner{line-height:90px;}
  3. .mor_query{display:none;}
  4. .gis_box{width:auto; height:600px; border:1px solid #cbcbcb; margin:5px auto;}
  5. .gis_title{width:100%; height:50px; font-size:15px; line-height:50px; font-weight: bold; text-align:center; }
  6. /* 单位文本框只读样式 */
  7. .dept_show{ background-color: #ffffff; border-top: solid 1px #a7b5bc; border-left: solid 1px #a7b5bc;
  8. border-right: solid 1px #ced9df; border-bottom: solid 1px #ced9df; color: #333333; line-height: 25px; }
  9. /* 表格一级标题 */
  10. .l-grid-hd-cell-mul{background:#e9f4fa; height:34px!important;}
  11. .l-grid-hd-row{background-color:#edeffd; }
  12. .l-grid-header-multi{height:139px!important;}
  13. /* 表格复选框 */
  14. .l-grid-hd-cell-con-checkbox{padding-top:60px;}
  15. .l-grid-row-cell-con-checkbox{padding-top:39px;}
  16. /* 更多查询条件描述标签 */
  17. .search_term{ display:inline-block; margin:0 10px; float:left;}
  18. #STAND_TYPE_301{ margin-right:10px;}
  19. .floods_search_title{width:150px;}
  20. /* 加减号 */
  21. .fs_input{ float:left; margin:4px;}
  22. .fs_span{display:block; float:left; margin:5px 10px 0 3px; width:15px; height:50px; line-height:25px;}
  23. .fs_spanx{display:block; float:left; margin:5px 3px 0 10px; width:15px; height:50px; line-height:25px;}
  24. .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);}
  25. .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);}
  26. .plus:hover{ background:url("/nwyj/images/business/em/floods/plus_hover.png"); behavior: url(/nwyj/scripts/freamwork/com/sinosoft/system/right/PIE.htc);}
  27. .minus:hover{ background:url("/nwyj/images/business/em/floods/minus_hover.png"); behavior: url(/nwyj/scripts/freamwork/com/sinosoft/system/right/PIE.htc);}
  28. .plus:active{ background:url("/nwyj/images/business/em/floods/plus_hover.png") ; behavior: url(/nwyj/scripts/freamwork/com/sinosoft/system/right/PIE.htc);}
  29. .minus:active{ background:url("/nwyj/images/business/em/floods/minus_hover.png") ; behavior: url(/nwyj/scripts/freamwork/com/sinosoft/system/right/PIE.htc);}
  30. /* 河流水库 */
  31. #RIVERS{ margin:0 0 0 3px; }
  32. #RESERVOIR{ margin:0 0 0 57px;}
  33. /* 查询重置 */
  34. #searchButt{ margin-left:800px; }
  35. #restButt{ margin-left:20px; }
  36. .div_block{
  37. display: inline-block;
  38. margin: 0 5px;
  39. }
  40. .url_title{
  41. font-size: 14px;
  42. color:#333;
  43. font-weight: bold;
  44. }
  45. .url_click{
  46. color:#0b69b7;
  47. cursor: pointer;
  48. }
  49. .url_click:hover{
  50. color:blue;
  51. }