|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243 |
- .map {
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
-
- .legend_pos {
- z-index: 21 !important;
- position: absolute;
- top: 100px;
- right: 480px;
-
- .legend_full {
- width: 100%;
- height: 100%;
- display: flex;
- flex-direction: column;
- align-items: center;
-
- .legend_item {
- display: flex;
- justify-content: center;
- // border: 1px solid red;
- align-items: center;
-
- .icon {
- width: 16px;
- height: 16px;
- border-radius: 2px;
- margin-right: 10px;
- }
- }
-
- }
- }
-
- .mask {
- z-index: 1;
- width: 100%;
- height: 100%;
- box-shadow: inset 350px 0px 400px 100px RGBA(3, 12, 27, 1), inset -350px 0 400px 100px RGBA(3, 12, 27, 1); // 左
- /* 四周黑色 */
- pointer-events: none;
- /* 允许地图事件穿透 */
- }
- }
-
- //选择地址
- .select_address {
- width: 300px;
- position: absolute;
- left: 30px;
- top: 40px;
- z-index: 302;
-
- box-shadow: inset 0 0 10px 2px rgba(27, 123, 204, 0.8); /* 添加内发光效果 */
-
- // <div class="dot left"></div>
- // <div class="dot right"></div>
- ::v-deep {
- .el-input--suffix {
- // background: url('../../../../assets/images/dataScreen/bigDataMonitoring2/stockCooperative/addText_bg.png') center center no-repeat !important;
- background-size: 100% 100% !important;
- width: 280px;
-
- .el-input__inner {
- background: none !important;
- border: 0 none !important;
- color: #a7dbff;
- font-size: 1.66vh;
- text-align: center;
- padding: 0;
- }
-
- .el-input__icon {
- display: none !important;
- }
- }
- }
- }
-
- .gl_pop_cash {
- background: rgba(10, 25, 47, 0.8);
- position: absolute;
- border: 1px solid #063a95;
- border-left: 0.15vw solid #357dfa;
- padding: 0 1vw;
- z-index: 11;
-
- .head_main {
- height: 4.62vh;
- padding-top: 0.55vh;
- display: flex;
- align-items: center;
- position: relative;
- justify-content: space-between;
-
- .title {
- color: #ffad00;
- font-size: 1.66vh;
- }
-
- .close {
- background: url('./close.png');
- // border: 1px solid red;
- background-size: 100% 100%;
- width: 1.48vh;
- height: 1.48vh;
- cursor: pointer;
- }
-
- .xs_main {
- height: 0.55vh;
- position: absolute;
- width: 100%;
- bottom: -0.55vh;
- display: flex;
- align-items: center;
-
- .block {
- width: 2.34vw;
- display: flex;
-
- .point {
- width: .55vh;
- height: .55vh;
- margin-right: 0.36vw;
-
- &.p1 {
- background: rgba(53, 125, 250, 1)
- }
-
- &.p2 {
- background: rgba(53, 125, 250, .7)
- }
-
- &.p3 {
- background: rgba(53, 125, 250, .4)
- }
- }
-
- }
-
- .xs_x {
- height: 1px;
- flex: 1;
- background: #214284;
- }
- }
- }
-
- .echarts_main {
- .headers {
- height: 3.33vh;
- font-size: 1.48vh;
- color: #0befca;
- text-align: center;
- display: flex;
- justify-content: center;
- align-items: center;
- margin-right: 0.53vw;
- background: rgba(11, 239, 202, .2);
- margin-bottom: 0.9vh
- }
-
- .desc_main {
- overflow-y: scroll;
- padding-right: 0.33vw;
-
- .analysisTable_list {
- margin: 0;
- padding: 0;
- flex: 1;
- display: flex;
- flex-direction: column;
-
- .flex_item {
- cursor: pointer;
- list-style: none;
- margin: 0;
- display: flex;
- justify-content: center;
- align-items: center;
- text-align: center;
- color: #fff;
- font-size: 1.29vh;
- position: relative;
- height: 3.2vh;
-
- &:nth-child(2n) {
- background: rgba(53, 125, 250, .1);
- }
- }
- }
- }
- }
-
- }
-
- .pop_statistical_desc {
- width: 20.2vw;
- margin: 0;
- right: 23vw;
- top: 35vh;
- padding-bottom: 1.04vw !important;
-
- .head_main {
- .title {
- color: #fff;
- }
- }
-
- .echarts_main {
- margin-top: 1.66vh;
-
- div {
- display: flex;
- align-items: center;
-
- &:nth-child(even) {
- background: rgba(32, 89, 188, 0.2);
- }
-
- p {
- &:nth-child(1) {
- width: 8vw;
- padding-left: 1vw;
- flex-shrink: 0;
- }
-
- &:nth-child(2) {
- color: #ffad00;
- }
-
- margin: 0;
- color: #ffffff;
- font-size:1.33vh;
- line-height: 3.92vh;
- }
- }
- }
- }
|