| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- #advancedAddressSearchModal {
- position: absolute;
- left: 50%;
- top: 50%;
- margin: -140px 0 0 -190px;
- }
- #advancedAddressSearchModal .title {
- color: #fff;
- font-weight: normal;
- padding-left: 20px;
- line-height: 48px;
- }
- #advancedAddressSearchModal .daili {
- padding: 20px 20px 20px 20px;
- }
- #advancedAddressSearchForm tr,
- #advancedAddressSearchForm td {
- height: 30px;
- line-height: 30px;
- }
- #advancedAddressSearchModal .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;
- }
- #advancedAddressSearchModal .loc {
- margin-top: 10px;
- }
- #advancedAddressSearchModal .funcBtn {
- margin-left: 10px;
- margin-right: 10px;
- width: 80px;
- }
- #advancedAddressSearchForm .detailTitle {
- height: 30px;
- line-height: 30px;
- }
- #advancedAddressSearchForm .outputResult {
- max-height: 300px;
- overflow: hidden;
- overflow-y: auto;
- }
|