shpAGeojsonMutualism.css 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. #shpAGeojsonMutualismModal {
  2. position: absolute;
  3. left: 50%;
  4. top: 50%;
  5. margin: -140px 0 0 -190px;
  6. min-width: 330px;
  7. }
  8. #shpAGeojsonMutualismModal .title {
  9. color: #fff;
  10. font-weight: normal;
  11. padding-left: 20px;
  12. line-height: 48px;
  13. }
  14. #shpAGeojsonMutualismModal .daili {
  15. padding: 20px 20px 20px 20px;
  16. }
  17. #shpAGeojsonMutualismModal .popup-ct .close {
  18. width: 18px;
  19. height: 18px;
  20. position: absolute;
  21. top: 18px;
  22. right: 15px;
  23. background: url(../../../images/layout/close_popUp.png) no-repeat;
  24. border: none;
  25. cursor: pointer;
  26. }
  27. #shpAGeojsonMutualismModal .loc {
  28. margin-top: 10px;
  29. height: 34px;
  30. }
  31. #shpAGeojsonMutualismModal .loc button {
  32. float: right;
  33. }
  34. #shpAGeojsonMutualismModal .funcBtn {
  35. margin-left: 10px;
  36. margin-right: 10px;
  37. width: 80px;
  38. }
  39. #shpAGeojsonMutualismForm .control {}
  40. #shpAGeojsonMutualismForm tr,
  41. #shpAGeojsonMutualismForm td {
  42. height: 30px;
  43. line-height: 30px;
  44. }
  45. #shpAGeojsonMutualismForm .detailTitle {
  46. height: 30px;
  47. line-height: 30px;
  48. }
  49. #shpAGeojsonMutualismForm .outputResult {
  50. max-height: 300px;
  51. overflow: hidden;
  52. overflow-y: auto;
  53. }