production_testing.css 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373
  1. .clear{
  2. clear: both;
  3. }
  4. .flexLeft{
  5. float: left;
  6. }
  7. .flexRight{
  8. float: right;
  9. }
  10. .boxMain {
  11. position: relative;
  12. width: 100%;
  13. height: 60%;
  14. /* background: red; */
  15. }
  16. .boxRader {
  17. position: relative;
  18. width: 100%;
  19. height: 80%;
  20. }
  21. .centerBox {
  22. background: transparent;
  23. }
  24. .centerBoxTop {
  25. width: 100%;
  26. height: 10%;
  27. border: .01vw solid #0efcff;
  28. }
  29. .centerBoxTop ul {
  30. width: 100%;
  31. height: 100%;
  32. display: -webkit-flex;
  33. -webkit-justify-content: space-around;
  34. -webkit-align-items: center;
  35. color: #fff;
  36. }
  37. .centerBoxTop ul>li {
  38. text-align: center;
  39. }
  40. .p-li {
  41. color: #0efcff;
  42. font-size: 1.4vw;
  43. }
  44. .boxBottomtxt {
  45. width: 80%;
  46. margin: 4% auto 0;
  47. padding-left: 4%;
  48. color: rgb(40, 229, 233);
  49. }
  50. .boxBottomtxt>span {
  51. float: left;
  52. margin-right: 5%;
  53. text-align: center;
  54. }
  55. .boxFont {
  56. font-size: 1.2vw;
  57. }
  58. .boxDatelis {
  59. width: 100%;
  60. height: 80%;
  61. display: -webkit-flex;
  62. -webkit-justify-content: center;
  63. font-size: .6vw;
  64. }
  65. .boxDatelis ul {
  66. width: 50%;
  67. margin-left:5%;
  68. }
  69. .boxDatelis ul>li {
  70. line-height: 1.5vw;
  71. text-align: left;
  72. }
  73. /* 种植 */
  74. .plant{
  75. width: 90%;
  76. height: 4vw;
  77. margin:8% auto 0;
  78. display: -webkit-flex;
  79. display: -moz-flex;
  80. -webkit-justify-content:space-between;
  81. -moz-justify-content:space-between;
  82. }
  83. .plant li{
  84. width: 30%;
  85. height: 100%;
  86. background: rgba(0,235,255,.08);
  87. display: -webkit-flex;
  88. -webkit-flex-direction: column;
  89. -webkit-justify-content: space-between;
  90. display: -moz-flex;
  91. -moz-flex-direction: column;
  92. -moz-justify-content: space-between;
  93. }
  94. .plant li>div>img{
  95. width: .88vw;
  96. height: .88vw;
  97. float: right;
  98. }
  99. .plant li>p{
  100. width: 80%;
  101. font-size: 1.5vw;
  102. color: #fff;
  103. margin: auto;
  104. }
  105. .plant li>div{
  106. width: 80%;
  107. margin:5% auto 0;
  108. }
  109. .plant li>div>span{
  110. font-size: .8vw;
  111. color: #0efcff;
  112. float: left;
  113. }
  114. .spans1{
  115. width: 80%;
  116. height: 8%;
  117. background: #0efcff;
  118. }
  119. .spans2{
  120. width: 80%;
  121. height: 8%;
  122. background: #FE0000;
  123. }
  124. .spans3{
  125. width: 80%;
  126. height: 8%;
  127. background: #F78001;
  128. }
  129. /* 地图 */
  130. .map{
  131. position: relative;
  132. width: 100%;
  133. height:38%;
  134. margin-top:8%
  135. }
  136. /* 种植地数量 */
  137. .plantDdetails{
  138. width: 85%;
  139. height: 25%;
  140. margin: 8% auto 0;
  141. }
  142. .plantDdetails li{
  143. margin-bottom: 10%;
  144. }
  145. .plantNum{
  146. width: 7.97vw;
  147. height: 2.5vw;
  148. text-align: center;
  149. position: relative;
  150. font-size: 1vw;
  151. color: #01FEFE;
  152. }
  153. .plantNum span{
  154. line-height: 2.5vw;
  155. }
  156. .plantNum img{
  157. width: 100%;
  158. height: 100%;
  159. position: absolute;
  160. top:0;
  161. left: 0;
  162. }
  163. .plantNumbers{
  164. display: -webkit-flex;
  165. display: -moz-flex;
  166. margin-left:5%;
  167. }
  168. .plantNumbers>li{
  169. width:2.2vw;
  170. height: 2.2vw;
  171. position: relative;
  172. font-size: 1.5vw;
  173. color: #01FEFE;
  174. text-align: center;
  175. margin-right:2%;
  176. }
  177. .plantNumbers>li>span{
  178. line-height: 100%;
  179. }
  180. .plantNumbers>li img{
  181. width: 100%;
  182. height: 100%;
  183. position: absolute;
  184. top:0;
  185. left:0;
  186. }
  187. .ptlanTxts{
  188. font-size: 1.2vw;
  189. color: #01FEFE;
  190. margin-left:2%;
  191. }
  192. .boximgs {
  193. width: 90%;
  194. height: 80%;
  195. margin: 1vw auto 0;
  196. display: -webkit-flex;
  197. display: -o-flex;
  198. -webkit-flex-direction: row;
  199. -webkit-flex-wrap: wrap;
  200. -webkit-justify-content: space-between;
  201. -o-flex-direction: row;
  202. -o-flex-wrap: wrap;
  203. -o-justify-content: space-between;
  204. }
  205. .boximgs img {
  206. width: 47%;
  207. height: 42%;
  208. }
  209. .boxVideo {
  210. width: 90%;
  211. height: 60%;
  212. margin: 1vw auto 0;
  213. }
  214. .boxVideo video {
  215. width: 100%;
  216. height: 100%;
  217. }
  218. .colors {
  219. color: rgb(40, 229, 233);
  220. }
  221. .colorccc {
  222. color: #ccc;
  223. }
  224. .name {
  225. color: rgb(40, 229, 233);
  226. }
  227. .left {
  228. float: left;
  229. }
  230. .boxFont {
  231. font-size: 1.2VW;
  232. }
  233. .leftBox_left {
  234. float: left;
  235. width: 49%;
  236. height: 100%;
  237. }
  238. .leftBox_left:nth-child(2) {
  239. margin-left: 2%;
  240. }
  241. .leftBox_left .baseBox {
  242. width: 100%;
  243. }
  244. .leftBox_left .baseBox:nth-child(2) {
  245. margin: 3% 0;
  246. }
  247. .FiveBox {
  248. height: 49.1%;
  249. }
  250. .boxTable {
  251. width: 95%;
  252. color: #0efcff;
  253. font-size: .6vw;
  254. text-align: center;
  255. margin: auto;
  256. table-layout: fixed;
  257. margin-top: 1vw;
  258. }
  259. .boxTable tr {
  260. height: 2.2vw;
  261. }
  262. .boxTable tr:nth-child(1) {
  263. font-size: .8vw;
  264. }
  265. /* .boxTable tr:nth-child(1) td:nth-child(1) {
  266. text-align: center;
  267. width: 60%;
  268. overflow: hidden;
  269. text-overflow: ellipsis;
  270. white-space: nowrap;
  271. } */
  272. .boxTable tr td:nth-child(1) {
  273. text-align: left;
  274. width: 60%;
  275. overflow: hidden;
  276. text-overflow: ellipsis;
  277. white-space: nowrap;
  278. padding-left:1vw;
  279. }
  280. .boxTable tr td:nth-child(2) {
  281. width: 20%;
  282. }
  283. .boxTable tr td:nth-child(3) {
  284. width: 20%;
  285. }
  286. .boxTable2 tr td:nth-child(1) {
  287. text-align: left;
  288. width: 50%;
  289. overflow: hidden;
  290. text-overflow: ellipsis;
  291. white-space: nowrap;
  292. }
  293. .boxTable2 tr td:nth-child(3) {
  294. width: 30%;
  295. color: #e98732;
  296. }
  297. #all {
  298. margin-top: 6%;
  299. width: 100%;
  300. }
  301. li {
  302. list-style-type: none;
  303. }
  304. .amount {
  305. /* float: left; */
  306. position: absolute;
  307. left: 40%;
  308. }
  309. /* 数字滚动 */
  310. #all .t_num i {
  311. /* float: left; */
  312. width: 2.2vw;
  313. height: 2.2vw;
  314. display: inline-block;
  315. background: url(./img/number3.png) no-repeat;
  316. /* background-size: 33px 47px; */
  317. background-position: 0 0;
  318. }
  319. #all .unit {
  320. position: relative;
  321. top: 20%;
  322. left: 61%;
  323. /* vertical-align: baseline; */
  324. color: #11F9FD;
  325. font-size: 1.2vw;
  326. }