123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- #toolSPDraw {
- position: absolute;
- left: 0px;
- top: 0px;
- right: 0px;
- bottom: 0px;
- width: 100%;
- height: 100%;
- z-index: 999999999999999999999;
- }
- #toolSPDraw .modal-body {
- height: 100%;
- width: 100%;
- padding: 0px;
- margin: 0px;
- overflow: hidden;
- }
- #toolSPDraw .modal-body .draw-iframe {
- width: 100%;
- height: 100%;
- margin: 0px;
- padding: 0px;
- border: none;
- overflow: hidden;
- position: absolute;
- left: 0px;
- top: 0px;
- }
- #abtnSPDrawBack{
- cursor: pointer;
- line-height: 22px;
- font-size: 14px;
- color: #fff;
- text-align: center;
- background: #0ebbf6;
- display: inline-block;
- text-indent: 16px;
- float: right;
- margin-top: 2px;
- padding: 0 10px 0 5px;
- position: absolute;
- right: 0px;
- top: 0px;
- z-index: 100000;
- }
-
|