农经大屏
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

78 рядки
1.6 KiB

  1. .map {
  2. position: absolute;
  3. top: 0;
  4. left: 0;
  5. right: 0;
  6. bottom: 0;
  7. .legend_pos {
  8. z-index: 21 !important;
  9. position: absolute;
  10. top: 100px;
  11. right: 480px;
  12. .legend_full {
  13. width: 100%;
  14. height: 100%;
  15. display: flex;
  16. flex-direction: column;
  17. align-items: center;
  18. .legend_item {
  19. display: flex;
  20. justify-content: center;
  21. align-items: center;
  22. .icon {
  23. margin-right: 10px;
  24. }
  25. }
  26. }
  27. }
  28. .mask {
  29. z-index: 1;
  30. width: 100%;
  31. height: 100%;
  32. box-shadow: inset 350px 0px 400px 100px RGBA(3, 12, 27, 1), inset -350px 0 400px 100px RGBA(3, 12, 27, 1); // 左
  33. /* 四周黑色 */
  34. pointer-events: none;
  35. /* 允许地图事件穿透 */
  36. }
  37. }
  38. //选择地址
  39. .select_address {
  40. height: 30px;
  41. width: 300px;
  42. position: absolute;
  43. left: 480px;
  44. top: 112px;
  45. z-index: 302;
  46. // <div class="dot left"></div>
  47. // <div class="dot right"></div>
  48. ::v-deep {
  49. .el-input--suffix {
  50. // background: url('../../../../assets/images/dataScreen/bigDataMonitoring2/stockCooperative/addText_bg.png') center center no-repeat !important;
  51. background-size: 100% 100% !important;
  52. height: 35px;
  53. width: 280px;
  54. .el-input__inner {
  55. background: none !important;
  56. border: 0 none !important;
  57. color: #a7dbff;
  58. font-size: 1.66vh;
  59. text-align: center;
  60. padding: 0;
  61. padding-top: .9vh;
  62. }
  63. .el-input__icon {
  64. display: none !important;
  65. }
  66. }
  67. }
  68. }