| 1234567891011121314151617181920212223242526272829303132333435363738394041 |
- #vectorInfoModal {
- position: absolute;
- min-width: 250px;
- top: 210.5px;
- left: 551px;
- margin: -140px 0 0 -190px;
- }
- #vectorInfoModal .title {
- color: #fff;
- font-weight: normal;
- padding-left: 20px;
- line-height: 48px;
- }
- #vectorInfoForm tr,
- #vectorInfoForm td {
- height: 30px;
- line-height: 30px;
- }
- #vectorInfoForm tr td:nth-child(1) p {
- margin-right: 20px;
- }
- #vectorInfoModal .daili {
- padding: 20px 20px 20px 20px;
- max-height:600px;
- overflow: auto;
- }
- #vectorInfoModal .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;
- }
|