gridInfoByLonlat.css 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. #gridInfoByLonlatModal {
  2. position: absolute;
  3. left: 50%;
  4. top: 50%;
  5. margin: -140px 0 0 -190px;
  6. min-width: 330px;
  7. }
  8. #gridInfoByLonlatModal .title {
  9. color: #fff;
  10. font-weight: normal;
  11. padding-left: 20px;
  12. line-height: 48px;
  13. }
  14. #gridInfoByLonlatModal .daili {
  15. padding: 20px 20px 20px 20px;
  16. }
  17. #gridInfoByLonlatModal .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. #gridInfoByLonlatModal .loc {
  28. margin-top: 10px;
  29. }
  30. #gridInfoByLonlatModal .funcBtn {
  31. margin-left: 10px;
  32. margin-right: 10px;
  33. width: 80px;
  34. }
  35. #gridInfoByLonlatForm .control {}
  36. #gridInfoByLonlatForm tr,
  37. #gridInfoByLonlatForm td {
  38. height: 30px;
  39. line-height: 30px;
  40. }
  41. #gridInfoByLonlatForm .detailTitle {
  42. height: 30px;
  43. line-height: 30px;
  44. }
  45. #gridInfoByLonlatForm .outputResult {
  46. max-height: 300px;
  47. overflow: hidden;
  48. overflow-y: auto;
  49. }