index.wxss 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  1. /* pagesPublic/pages/tdcr/tdcr-list/index.wxss */
  2. .list_main {
  3. width: 100%;
  4. height: 100vh;
  5. display: flex;
  6. align-items: center;
  7. justify-content: center;
  8. }
  9. .map-block {
  10. width: 80%;
  11. height: 100vw;
  12. background-size: 100% 100%;
  13. }
  14. .block-name1 {
  15. width: 258rpx;
  16. height: 85rpx;
  17. line-height: 85rpx;
  18. font-size: 30rpx;
  19. font-weight: bold;
  20. color: #00FFFF;
  21. padding-left: 46rpx;
  22. background-size: 100%;
  23. background-repeat: no-repeat;
  24. position: relative;
  25. left: 68rpx;
  26. top: -9rpx;
  27. }
  28. .block-name2 {
  29. width: 234rpx;
  30. height: 85rpx;
  31. line-height: 85rpx;
  32. font-size: 30rpx;
  33. font-weight: bold;
  34. color: #00FFFF;
  35. padding-left: 61rpx;
  36. background-size: 100%;
  37. background-repeat: no-repeat;
  38. position: relative;
  39. left: 125rpx;
  40. top: -2rpx;
  41. }
  42. .block-name3 {
  43. width: 300rpx;
  44. height: 85rpx;
  45. line-height: 85rpx;
  46. font-size: 30rpx;
  47. font-weight: bold;
  48. color: #0F2887;
  49. padding-left: 46rpx;
  50. background-size: 100%;
  51. background-repeat: no-repeat;
  52. position: relative;
  53. left: 159rpx;
  54. top: 0rpx;
  55. }
  56. .block-name4 {
  57. width: 213rpx;
  58. /* height: 85rpx; */
  59. line-height: 78rpx;
  60. font-size: 30rpx;
  61. font-weight: bold;
  62. color: #00FFFF;
  63. padding-left: 46rpx;
  64. background-size: 100%;
  65. background-repeat: no-repeat;
  66. position: relative;
  67. left: 223rpx;
  68. bottom: -480rpx;
  69. }
  70. .block-name5 {
  71. width: 234rpx;
  72. /* height: 85rpx; */
  73. line-height: 85rpx;
  74. font-size: 30rpx;
  75. font-weight: bold;
  76. color: #00FFFF;
  77. padding-left: 46rpx;
  78. background-size: 100%;
  79. background-repeat: no-repeat;
  80. position: relative;
  81. left: 120rpx;
  82. bottom: -485rpx;
  83. }
  84. .jt {
  85. width: 40rpx;
  86. height: 40rpx;
  87. background-size: 100%;
  88. position: relative;
  89. z-index: 40;
  90. }
  91. .postion1 {
  92. top: -68rpx;
  93. left: 133rpx;
  94. z-index: 45;
  95. }
  96. .postion2 {
  97. top: -26rpx;
  98. left: 70rpx;
  99. z-index: 45;
  100. }
  101. .postion3 {
  102. top: 36rpx;
  103. left: 172rpx;
  104. z-index: 45;
  105. }
  106. .postion4 {
  107. top: 46rpx;
  108. left: 235rpx;
  109. z-index: 45;
  110. }
  111. .postion5 {
  112. top: 38rpx;
  113. left: 135rpx;
  114. z-index: 45;
  115. }
  116. .line {
  117. border-left: dashed 1px #00FFFF;
  118. width: 1rpx;
  119. position: relative;
  120. }
  121. .line1 {
  122. height: 39vw;
  123. top: -371rpx;
  124. left: 191rpx;
  125. z-index: 30;
  126. }
  127. .line2 {
  128. height: 48vw;
  129. top: -840rpx;
  130. left: 88rpx;
  131. z-index: 30;
  132. }
  133. .line3 {
  134. height: 26vw;
  135. top: -1113rpx;
  136. left: 151rpx;
  137. z-index: 30;
  138. }
  139. .line4 {
  140. height: 15vw;
  141. top: -827rpx;
  142. left: 254rpx;
  143. z-index: 30;
  144. }
  145. .line5 {
  146. height: 20vw;
  147. top: -903rpx;
  148. left: 150rpx;
  149. z-index: 30;
  150. }