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