land_flow.css 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314
  1. .longBox {
  2. /* position: relative; */
  3. width: 99.5%;
  4. }
  5. .cardType {
  6. position: relative;
  7. width: 100%;
  8. height: 100%;
  9. }
  10. .landCondition, .landFertility, .landIrrigate, .landDrainage, .landType {
  11. width: 100%;
  12. height: 87%;
  13. }
  14. .percent{
  15. font-size: .8vw;
  16. color: #fff;
  17. }
  18. .percent .pec1{
  19. position: absolute;
  20. top: 40%;
  21. left: 60%;
  22. }
  23. .percent .pec2 {
  24. position: absolute;
  25. top: 65%;
  26. left: 58%;
  27. }
  28. .percent .pec3 {
  29. position: absolute;
  30. top: 50%;
  31. left: 32%;
  32. }
  33. .utilizeActuality {
  34. width: 100%;
  35. height: 87%;
  36. display: flex;
  37. color: #0EFCFF;
  38. font-weight: 10;
  39. }
  40. .utilizeActuality table {
  41. /* width: 90%; */
  42. /* height: 78%; */
  43. text-align: center;
  44. margin: 0 auto;
  45. border: 0 solid #0EFCFF;
  46. }
  47. .utilizeActuality table thead {
  48. width: 100%;
  49. height: 12%;
  50. }
  51. .trBox {
  52. height: 18%;
  53. }
  54. .textBox {
  55. margin-left: 2.5%;
  56. margin-top: .2vw;
  57. width: 95%;
  58. height: 45%;
  59. border: 1px solid #0EFCFF;
  60. color: #39DCF4;
  61. }
  62. .textBox .topText {
  63. display: flex;
  64. align-items: center;
  65. width: 100%;
  66. height: 20%;
  67. font-size: .65vw;
  68. }
  69. .topText .topOne {
  70. margin-left: .5vw;
  71. }
  72. .topText .topTwo {
  73. margin-left: 2.5vw;
  74. }
  75. .textBox .middleText {
  76. display: flex;
  77. align-items: center;
  78. width: 100%;
  79. height: 2vw;
  80. background-color: rgba(14,252,255,.22);
  81. font-size: .8vw;
  82. }
  83. .middleText span {
  84. /* margin-top: .8vw; */
  85. position: relative;
  86. display: inline-block;
  87. width: 16.5%;
  88. height: 100%;
  89. line-height: 2vw;
  90. text-align: center;
  91. border-right: 2px solid rgba(14,252,255,.16);
  92. }
  93. .middleText .tipBox {
  94. position: absolute;
  95. top: 36%;
  96. background-color: red;
  97. display: inline-block;
  98. width: 29%;
  99. height: 29%;
  100. border: 1px solid rgba(14,252,255,0.48);
  101. background: rgba(2,57,99,0.77);
  102. color: #0EFCFF;
  103. font-size: .65vw;
  104. }
  105. .middleText .tipOne {
  106. left: -4%;
  107. display: none;
  108. }
  109. .middleText .tipTwo {
  110. left: 12%;
  111. display: none;
  112. }
  113. .middleText .tipThree {
  114. left: 28%;
  115. display: none;
  116. }
  117. .middleText .tipFour {
  118. left: 44%;
  119. display: none;
  120. }
  121. .middleText .tipFive {
  122. left: 59%;
  123. display: none;
  124. }
  125. .middleText .tipSix {
  126. left: 73%;
  127. display: none;
  128. }
  129. .tipBox div {
  130. margin: .25vw;
  131. }
  132. .bottomText {
  133. width: 100%;
  134. height: 50%;
  135. font-size: .65vw;
  136. }
  137. .bottomText .soilContamination {
  138. width: 100%;
  139. margin-left: .5vw;
  140. margin-top: .55vw;
  141. }
  142. .soilContamination .sencondBox {
  143. margin-left: .8vw;
  144. }
  145. .bottomText .soilData {
  146. width: 100%;
  147. margin-left: .5vw;
  148. margin-top: .55vw;
  149. }
  150. .soilData span {
  151. margin-left: .5vw;
  152. }
  153. .videoBox {
  154. margin-top: 2%;
  155. margin-left: 2.5%;
  156. width: 95%;
  157. height: 34%;
  158. }
  159. .videoBox .vedioIn {
  160. display: inline-block;
  161. width: 23.5%;
  162. height: 100%;
  163. }
  164. .mlRight {
  165. margin-right: 1%;
  166. }
  167. .videoIn video {
  168. width: 100%;
  169. height: 100%;
  170. /* background-color: red; */
  171. }
  172. /* .tipBox {
  173. position: absolute;
  174. top: 37%;
  175. left: 58%;
  176. width: 29%;
  177. height: 29%;
  178. border: 1px solid rgba(14,252,255,0.48);
  179. background: rgba(2,57,99,0.77);
  180. color: #0EFCFF;
  181. font-size: .65vw;
  182. }
  183. .tipBox div {
  184. margin: .3vw;
  185. } */
  186. .centerBox .topData {
  187. width: 100%;
  188. height: 22%;
  189. border: 1px solid #0EFCFF;
  190. }
  191. .topData .topContent {
  192. width: 95%;
  193. height: 50%;
  194. margin-left: 2.5%;
  195. border-bottom: 1px solid rgba(14,252,255,0.42);;
  196. }
  197. .topData .content, ul {
  198. width: 95%;
  199. height: 50%;
  200. /* margin-left: 2%; */
  201. /* border-bottom: 1px solid #0EFCFF; */
  202. display: -webkit-flex;
  203. -webkit-justify-content: space-around;
  204. -webkit-align-items: center;
  205. color: #fff;
  206. }
  207. .content li {
  208. text-align: center;
  209. }
  210. .content ul P {
  211. font-size: .7VW;
  212. color: #0EFCFF;
  213. }
  214. .content ul .num {
  215. color: #fff;
  216. font-size: 1vw;
  217. }
  218. .content ul .unit {
  219. color: #0EFCFF;
  220. font-size: .6vw;
  221. }
  222. .bottomData {
  223. width: 100%;
  224. height: 75.5%;
  225. margin-top: 3%;
  226. /* background-color: green; */
  227. background-image: url(../img/centerBg.jpg);
  228. background-size: 100% 100%;
  229. }
  230. /* ========= 地图样式 stat========== */
  231. .map{
  232. position: relative;
  233. width: 100%;
  234. height: 44%;
  235. margin-top: 10%;
  236. /* background: white; */
  237. }
  238. .map img {
  239. width: 80%;
  240. margin-left: 10%;
  241. }
  242. .mapActived1 {
  243. position: absolute;
  244. top: 40%;
  245. left: 43.5%;
  246. width: 1.5vw;
  247. height: 3vw;
  248. border-radius: 90px;
  249. cursor: pointer;
  250. }
  251. .mapActived2 {
  252. position: absolute;
  253. top: 48%;
  254. right: 23%;
  255. width: 3vw;
  256. height: 2vw;
  257. cursor: pointer;
  258. border-radius: 10px;
  259. }
  260. .mapActived3 {
  261. position: absolute;
  262. top: 44%;
  263. right: 13.5%;
  264. width: 1.8vw;
  265. height: 4vw;
  266. border-radius: 10px;
  267. cursor: pointer;
  268. }
  269. .mapContent1 {
  270. position: absolute;
  271. height: 6vw;
  272. width: 8vw;
  273. left: 47%;
  274. top: -5%;
  275. background: rgba(255,255,255, .2);
  276. }
  277. .mapContent2 {
  278. position: absolute;
  279. height: 6vw;
  280. width: 8vw;
  281. left: 70%;
  282. top: 5%;
  283. background: rgba(255,255,255, .2);
  284. display: none;
  285. }
  286. .mapContent3 {
  287. position: absolute;
  288. height: 6vw;
  289. width: 8vw;
  290. right: 15%;
  291. top: 12%;
  292. background: rgba(255,255,255, .2);
  293. display: none;
  294. }
  295. .mapContentFont {
  296. width: 85%;
  297. margin-left: 12%;
  298. font-size: .6vw;
  299. color: #0efcff;
  300. letter-spacing: .05vw;
  301. }
  302. .mapContentFont:nth-child(1) {
  303. margin-top: .6vw;
  304. }
  305. .mapContentFont span {
  306. color: white;
  307. }