production.css 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468
  1. .main .unit {
  2. position: absolute;
  3. z-index: 999;
  4. top: 3%;
  5. left: 13%;
  6. font-size: 0.8vw;
  7. color: #fff;
  8. }
  9. .dataGet, .dataStorage, .gettingDate, .dataClean, .dataSave, .dataDesensitization{
  10. width: 100%;
  11. height: 100%;
  12. /* border: 1px solid #ccc; */
  13. /* padding: 10px; */
  14. background-color: #080F1F;
  15. color: #383F4E;
  16. /* margin-top: -10%; */
  17. }
  18. .gettingDate{
  19. margin-top: -10%;
  20. }
  21. .textBox {
  22. width: 100%;
  23. }
  24. .textBox .pieText, .pieText2 {
  25. position: absolute;
  26. color: #fff;
  27. font-size: 0.8vw;
  28. left: 18%;
  29. /* margin-top: 20%; */
  30. }
  31. .textBox .pieText {
  32. top: 50%;
  33. }
  34. .textBox .pieText2 {
  35. top: 95%;
  36. }
  37. .textBox .pieText .text2 {
  38. margin-left: 3.6vw;
  39. }
  40. .textBox .pieText2 .text2 {
  41. margin-left: 3.2vw;
  42. }
  43. /* 我的 */
  44. .service{
  45. overflow: hidden;
  46. margin: .6vw 1vw;
  47. padding: .3vw 0;
  48. border-bottom: 1px solid #0efcff;
  49. }
  50. .service span{
  51. font-size: .6vw;
  52. color: #0efcff;
  53. }
  54. .service-data{
  55. overflow: hidden;
  56. margin: .6vw 1vw;
  57. padding: .3vw 0;
  58. }
  59. .service-data .img-box{
  60. width: 4vw;
  61. height: 4vw;
  62. }
  63. .service-data .img-box img{
  64. width: 100%;
  65. height: 100%;
  66. }
  67. .service-data span{
  68. font-size: .6vw;
  69. color: #0efcff;
  70. margin-top: .2vw;
  71. }
  72. .service-data .right ul li{
  73. float: right;
  74. color: #0efcff;
  75. font-size: .6vw;
  76. padding: .4vw;
  77. text-align: center;
  78. }
  79. .service-data .right ul li p{
  80. margin: .5vw 0;
  81. }
  82. .boxMain {
  83. position: relative;
  84. width: 100%;
  85. height: 60%;
  86. /* background: red; */
  87. }
  88. .centerdiv {
  89. width: 100%;
  90. height: 32.46%;
  91. position: relative;
  92. border: 1px solid #6176AF;
  93. background: rgba(11, 21, 44, 0.60);
  94. border-radius: 5px;
  95. }
  96. .boxend {
  97. position: relative;
  98. width: 100%;
  99. height: 32.3%;
  100. border: 1px solid #6176AF;
  101. background: rgba(11, 21, 44, 0.60);
  102. border-radius: 5px;
  103. }
  104. .bottoms {
  105. margin-bottom: 1.5%;
  106. }
  107. .boxRader {
  108. position: relative;
  109. width: 100%;
  110. height: 80%;
  111. }
  112. /* 生长图片 */
  113. .boxImg {
  114. width: 85%;
  115. height: 80%;
  116. display: -webkit-flex;
  117. -webkit-flex-direction: row;
  118. -webkit-justify-content: space-between;
  119. -webkit-flex-wrap: wrap;
  120. margin: 3% auto 0;
  121. }
  122. .boxImg img,.boxImg video {
  123. width: 48%;
  124. height: 5vw;
  125. }
  126. /* 加工详情 */
  127. .processing {
  128. width: 90%;
  129. margin: 1% 0 0 8.2%;
  130. font-size: .8vw;
  131. color: #fff;
  132. }
  133. .processing>p {
  134. line-height: 1.6vw;
  135. }
  136. .processing>p>span:nth-child(1) {
  137. color: #0efcff;
  138. }
  139. /* 工程流程 */
  140. .boxSize {
  141. width: 100%;
  142. height: 60%;
  143. }
  144. .boxContent {
  145. width: 89%;
  146. color: #fff;
  147. display: -webkit-flex;
  148. display: -moz-flex;
  149. margin: 2% auto 2%;
  150. font-size: .5vw;
  151. }
  152. .boxContent>div>p {
  153. line-height: 1vw;
  154. }
  155. .boxContent>div>p>span:nth-child(1) {
  156. color: #0efcff;
  157. }
  158. .boxSizestxt {
  159. color: #fff;
  160. font-size: .5vw;
  161. width: 89%;
  162. margin: auto;
  163. }
  164. .centerBoxTop {
  165. width: 100%;
  166. height: 10%;
  167. border: .01vw solid #0efcff;
  168. }
  169. .colors {
  170. color: #0efcff;
  171. }
  172. .colorccc {
  173. color: #ccc;
  174. }
  175. .name {
  176. color: rgb(40, 229, 233);
  177. }
  178. .clear {
  179. clear: both;
  180. }
  181. .left {
  182. float: left;
  183. }
  184. .leftBox_left {
  185. float: left;
  186. width: 49%;
  187. height: 100%;
  188. }
  189. .boxNums {
  190. width: 90%;
  191. margin: 3% auto 0;
  192. }
  193. .boxNums ul {
  194. width: 100%;
  195. display: -webkit-flex;
  196. -webkit-flex-direction: row;
  197. -webkit-flex-wrap: wrap;
  198. -webkit-justify-content: space-between;
  199. }
  200. .boxNumstit {
  201. width: 32%;
  202. height: .8vw;
  203. text-align: center;
  204. line-height: .8vw;
  205. background: #0D8891;
  206. color: #fff;
  207. font-size: .5vw;
  208. }
  209. .boxNums ul>li {
  210. width: 50%;
  211. margin-bottom: 4%;
  212. }
  213. .type>img {
  214. width: 25%;
  215. height: 25%;
  216. margin: 10% 10% 0 0;
  217. }
  218. .type {
  219. width: 100%;
  220. display: -webkit-flex;
  221. color: #fff;
  222. }
  223. .typeSpan{
  224. font-size: .57vw;
  225. }
  226. .typeSpan>p>span:nth-child(1) {
  227. color: #0efcff;
  228. line-height: 1.1vw;
  229. }
  230. /* 品种拆分 */
  231. .varieties {
  232. width: 95%;
  233. height: 90%;
  234. margin: 2% auto 0;
  235. }
  236. .varieties ul {
  237. width: 100%;
  238. display: -webkit-flex;
  239. -webkit-align-items: center;
  240. -webkit-justify-content:space-around;
  241. }
  242. .varietiesBotm {
  243. margin-top: 2%
  244. }
  245. .varietiesBotm>li {
  246. width: 20%;
  247. color: #fff;
  248. text-align: center;
  249. margin-right: 2%;
  250. font-size: .8vw;
  251. }
  252. .varietiesBotm>li>p {
  253. line-height: 1.1vw;
  254. }
  255. .varietiesBotm>li>p:nth-child(1) {
  256. color: #0DFCFC;
  257. }
  258. .boxLis {
  259. width: 13%;
  260. height: 1.8vw;
  261. color: #fff;
  262. text-align: center;
  263. line-height: 1.8vw;
  264. margin: 0 4.5% 0 2.5%;
  265. }
  266. .varietiesUl{
  267. position: relative;
  268. font-size: .8vw;
  269. }
  270. .boxLisimg{
  271. position: absolute;
  272. top:.3vw;
  273. right:0vw;
  274. width: 1.3vw;
  275. height: 1.1vw;
  276. }
  277. .boxLis:hover{
  278. background: #0B7180;
  279. cursor: pointer;
  280. }
  281. .active {
  282. background: #0B7180;
  283. cursor: pointer;
  284. }
  285. .solid {
  286. width: .08vw;
  287. height: .8vw;
  288. background: #0efcff;
  289. }
  290. .boxRadius {
  291. width: 3.5vw;
  292. height: 3.5vw;
  293. text-align: center;
  294. line-height: 4vw;
  295. display: -webkit-flex;
  296. -webkit-flex-direction: column;
  297. -webkit-justify-content:center;
  298. align-items: center;
  299. font-size: .9vw;
  300. border: .15vw solid #F98001;
  301. border-radius: 50%;
  302. margin: .5vw auto 0;
  303. }
  304. .boxRadius img{
  305. width: 30%;
  306. height: 30%;
  307. margin-bottom: .4vw;
  308. }
  309. .boxRadius span{
  310. width: 100%;
  311. height: 1vw;
  312. line-height: 1vw;
  313. }
  314. /* ========= 地图样式 stat========== */
  315. .map{
  316. position: relative;
  317. width: 100%;
  318. height: 84%;
  319. /* margin-top: -3%; */
  320. /* background: white; */
  321. }
  322. .map img {
  323. width: 70%;
  324. margin-left: 15%;
  325. }
  326. .mapActived1 {
  327. position: absolute;
  328. top: 41.5%;
  329. left: 44%;
  330. width: 1.3vw;
  331. height: 2.1vw;
  332. border-radius: 90px;
  333. cursor: pointer;
  334. }
  335. .mapActived2 {
  336. position: absolute;
  337. top: 52%;
  338. right: 25%;
  339. width: 3vw;
  340. height: 1.5vw;
  341. cursor: pointer;
  342. border-radius: 90px;
  343. }
  344. .mapActived3 {
  345. position: absolute;
  346. top: 43%;
  347. right: 18%;
  348. width: 1.5vw;
  349. height: 4vw;
  350. cursor: pointer;
  351. border-radius: 90px;
  352. }
  353. .mapContent1 {
  354. position: absolute;
  355. height: 6vw;
  356. width: 8vw;
  357. left: 48%;
  358. top: -14%;
  359. background: rgba(255,255,255, .2);
  360. }
  361. .mapContent2 {
  362. position: absolute;
  363. height: 6vw;
  364. width: 8vw;
  365. left: 68%;
  366. top: -2%;
  367. background: rgba(255,255,255, .2);
  368. display: none;
  369. }
  370. .mapContent3 {
  371. position: absolute;
  372. height: 6vw;
  373. width: 8vw;
  374. right: 19%;
  375. top: 0%;
  376. background: rgba(255,255,255, .2);
  377. display: none;
  378. }
  379. .mapContentFont {
  380. width: 85%;
  381. margin-left: 12%;
  382. font-size: .6vw;
  383. color: #0efcff;
  384. letter-spacing: .05vw;
  385. }
  386. .mapContentFont:nth-child(1) {
  387. margin-top: .6vw;
  388. }
  389. .mapContentFont span {
  390. color: white;
  391. }
  392. /* ========= 地图样式 end========== */
  393. .mapAllNum {
  394. position: absolute;
  395. width: 50%;
  396. left: 1vw;
  397. top: 2.5vw;
  398. color: #0efcff;
  399. font-size: .8vw;
  400. letter-spacing: .05vw;
  401. }
  402. .mapAllNum span {
  403. color: white;
  404. font-size: 1.1vw;
  405. }
  406. .mapfooterFont {
  407. position: absolute;
  408. right: 0vw;
  409. top: 0.7vw;
  410. width: 7vw;
  411. height: 3vw;
  412. color: #0efcff;
  413. font-size: .7vw;
  414. }
  415. .mapfooterFont img {
  416. width: 50%;
  417. padding-top: .3vw;
  418. margin: 0 .3vw;
  419. }
  420. .mapFootertitle {
  421. margin-bottom: .3vw;
  422. }