| | |
| | | window.sgworld1 = new SmartEarth.EarthCtrl( |
| | | "sdkContainer1", |
| | | { |
| | | StaticFileBaseUrl: "../../../static/CimSDK/", |
| | | StaticFileBaseUrl: "../../static/CimSDK/", |
| | | // StaticFileBaseUrl: "../../../YZXNCS/static/CimSDK/", |
| | | }, |
| | | {}, |
| | | null, |
| | |
| | | true, |
| | | "" |
| | | ); |
| | | |
| | | var p = { |
| | | destination: sgworld.Navigate.getPosition(), |
| | | orientation: { |
| | |
| | | position: absolute; |
| | | z-index: 999; |
| | | top: 20%; |
| | | /* left: 50%; */ |
| | | right: -68%; |
| | | left: 35%; |
| | | /* right: -68%; */ |
| | | padding-top: 20px; |
| | | width: 401px; |
| | | height: 549px; |
| | |
| | | */ |
| | | |
| | | .aboutDialog /deep/ .el-dialog { |
| | | background: rgba(0, 0, 0, 0.7); |
| | | border: 1px rgba(255, 255, 255, 0.5) solid; |
| | | background: rgba(14, 50, 143, 0.7); |
| | | border: 1px solid #205fbc; |
| | | box-shadow: 0px 1px 10px 0px rgba(3, 10, 26, 0.38); |
| | | } |
| | | |
| | | .aboutDialog >>> .el-dialog__body { |