123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161 |
- .geo-map-modal {
- .ant-modal-header,
- .ant-modal-content {
- background: transparent;
- }
-
- .ant-modal-header {
- color: rgba(0, 0, 0, 0);
- }
-
- .ant-modal-body {
- padding: 0;
- border: 2px solid #0bdaff;
- }
-
- .ant-modal-close {
- top: 8px;
- right: -16px;
- }
-
- .ant-modal-close-x {
- color: #0bdaff;
- font-size: 24px;
- }
- }
-
- .geo-map-marker-label {
- display: inline-block;
- padding: 20px;
- background: rgba(0, 0, 0, 0.4);
- }
-
- .geo-map-marker-label-text {
- font-size: 24px;
- line-height: 24px;
- background-image: linear-gradient(180deg, #fca790 0%, #e63404 93.84765625%);
- background-clip: text;
- -webkit-text-fill-color: transparent;
- }
-
- // 合作社的样式----Start----
-
- .geo-map-rural-box {
- padding: 18px;
- font-weight: 800;
- font-size: 12px;
- background: rgba(3, 3, 3, 0.3);
- border: 1px solid rgba(61, 129, 240, 0.5);
- border-radius: 4px;
- }
-
- .borderBox {
- background: #86fcb5;
- background-clip: text;
- -webkit-text-fill-color: transparent;
- }
- .geo-map-rural-text-span {
- word-spacing: 19px;
- }
- // 合作社的样式----End----
-
- // 农机监控----Start----
- .SquareBox-box-carsMarker {
- position: relative;
- // height: 100%;
- background: rgba(3, 3, 3, 0.3);
- border: 1px solid rgba(61, 129, 240, 0.5);
- border-radius: 4px;
- }
- .SquareBox-body-carsMarker {
- height: 100%;
- padding: 11px;
- color: #fff;
- // background: rgba(8, 40, 90, 0.4);
- background: rgba(3, 3, 3, 0.3);
- border: 2px solid rgba(61, 129, 240, 0.5);
- }
- .border_corner-carsMarker {
- position: absolute;
- width: 4px;
- height: 4px;
- background-color: #67ffff;
- border-radius: 50%;
- }
- .border_corner_left_top-left {
- top: 0;
- left: -2px;
- border-right: none;
- border-bottom: none;
- }
- .border_corner_right_top-right {
- top: 0;
- right: -2px;
- border-bottom: none;
- border-left: none;
- }
- .border_corner_left_bottom-left {
- bottom: 0;
- left: -2px;
- border-top: none;
- border-right: none;
- }
- .border_corner_right_bottom-right {
- right: -2px;
- bottom: 0;
- border-top: none;
- border-left: none;
- }
- // 合作社的样式----End----
-
- // 农机监控信息----Start----
-
- //上部
- .map-top-border {
- width: 100%;
- }
-
- .map-top-cars {
- width: 7vw;
- }
-
- .map-top-start {
- position: absolute;
- top: 6.8vh;
- left: 3.4vw;
- // position: relative;
- // top: 0px;
- // left: 60px;
- }
- .map-top-stop {
- position: absolute;
- right: 1vw;
- bottom: 8vh;
- }
-
- .map-video-btn {
- position: absolute;
- right: 0;
- left: 0;
- margin: auto;
- }
-
- //底部
- .map-button-border {
- font-weight: 800;
- font-size: 12px;
- }
- .carsName {
- margin-top: 15px;
- background: #86fcb5;
- background-clip: text;
- -webkit-text-fill-color: transparent;
- }
- .map-button-border-carsRural {
- display: flex;
- justify-content: space-between;
- > span {
- font-weight: 800;
- }
- }
- // 合作社的样式----End----
|