production_testing.css 5.5 KB

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