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