toolAddressBaike.css 520 B

123456789101112131415161718192021222324252627282930313233
  1. #addressBaike {
  2. width: 850px;
  3. top: 80px;
  4. left: 350px;
  5. position: absolute;
  6. }
  7. #addressBaike .modal-body {
  8. height: 600px;
  9. }
  10. #baikeIframe {
  11. width: 100%;
  12. height: 99%;
  13. }
  14. #addressBaike .popup-ct .close {
  15. width: 18px;
  16. height: 18px;
  17. position: absolute;
  18. top: 18px;
  19. right: 15px;
  20. background: url(../../images/layout/close_popUp.png) no-repeat;
  21. border: none;
  22. cursor: pointer;
  23. }
  24. #baikeDetailTitleLabel {
  25. padding-left: 25px;
  26. line-height: 48px;
  27. color: #fff;
  28. }