coorTransform.css 680 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. #coorTransformModal {
  2. position: absolute;
  3. left: 50%;
  4. top: 50%;
  5. margin: -140px 0 0 -190px;
  6. }
  7. #coorTransformModal .title {
  8. color: #fff;
  9. font-weight: normal;
  10. padding-left: 20px;
  11. line-height: 48px;
  12. }
  13. #coorTransformModal .daili {
  14. padding: 20px 20px 20px 20px;
  15. }
  16. #coorTransformForm tr,
  17. #coorTransformForm td {
  18. height: 30px;
  19. line-height: 30px;
  20. }
  21. #coorTransformModal .popup-ct .close {
  22. width: 18px;
  23. height: 18px;
  24. position: absolute;
  25. top: 18px;
  26. right: 15px;
  27. background: url(../../../images/layout/close_popUp.png) no-repeat;
  28. border: none;
  29. cursor: pointer;
  30. }
  31. #coorTransformModal .loc {
  32. margin-top: 10px;
  33. }