123456789101112131415161718192021222324252627282930313233 |
- #addressBaike {
- width: 850px;
- top: 80px;
- left: 350px;
- position: absolute;
- }
- #addressBaike .modal-body {
- height: 600px;
- }
- #baikeIframe {
- width: 100%;
- height: 99%;
- }
- #addressBaike .popup-ct .close {
- width: 18px;
- height: 18px;
- position: absolute;
- top: 18px;
- right: 15px;
- background: url(../../images/layout/close_popUp.png) no-repeat;
- border: none;
- cursor: pointer;
- }
- #baikeDetailTitleLabel {
- padding-left: 25px;
- line-height: 48px;
- color: #fff;
- }
|