farmInputSamplingDesc.vue 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599
  1. <template>
  2. <div class="sampling-process">
  3. <!-- 第一部分:实地走访调查 -->
  4. <div class="process-section">
  5. <div class="section-header">
  6. <div class="section-number">1</div>
  7. <h2>实地走访调查农业投入品使用情况</h2>
  8. </div>
  9. <div class="section-content">
  10. <div class="info-card">
  11. <div class="card-icon">🚜</div>
  12. <div class="card-content">
  13. <p>
  14. 对项目实施区域进行实地走访,调查作物种植面积,并统计化肥(氮、磷、钾、复合肥)、有机肥(商品有机肥、农家肥)及农药等农资的年均施用量。
  15. </p>
  16. <p>
  17. <span class="highlight">后期方案:</span>利用无人机光谱识别技术调查项目区内的种植结构,
  18. 再根据具体种植结构详细调查施肥习惯(如水稻田、蔬菜地等)。
  19. </p>
  20. </div>
  21. </div>
  22. <div class="image-container">
  23. <el-image :src="image1" alt="农业投入品使用情况" class="sampling-image"></el-image>
  24. <p class="image-caption">图1 农业投入品使用情况</p>
  25. </div>
  26. </div>
  27. </div>
  28. <!-- 第二部分:样品采集 -->
  29. <div class="process-section">
  30. <div class="section-header">
  31. <div class="section-number">2</div>
  32. <h2>市面流通的农业投入品样品采集</h2>
  33. </div>
  34. <div class="section-content">
  35. <div class="collection-info">
  36. <div class="collection-card">
  37. <div class="collection-icon">📦</div>
  38. <div class="collection-text">
  39. <h3>样品数量</h3>
  40. <p>合计采集市面上流通的及相关行业生产的各种农业投入品共137份</p>
  41. </div>
  42. </div>
  43. <div class="collection-card">
  44. <div class="collection-icon">📋</div>
  45. <div class="collection-text">
  46. <h3>样品种类</h3>
  47. <p>包含但不限于:磷肥、钾肥、复合肥、叶面肥、常用农药、农家肥、地膜等</p>
  48. </div>
  49. </div>
  50. </div>
  51. <div class="image-gallery">
  52. <div class="gallery-card">
  53. <el-image :src="image2" alt="农业化肥采集" class="sampling-image"></el-image>
  54. <p class="image-caption">图2-1 农业化肥采集</p>
  55. </div>
  56. <div class="gallery-card">
  57. <el-image :src="image3" alt="农药采集" class="sampling-image"></el-image>
  58. <p class="image-caption">图2-2 农药采集</p>
  59. </div>
  60. <div class="gallery-card">
  61. <el-image :src="image4" alt="农膜采集" class="sampling-image"></el-image>
  62. <p class="image-caption">图2-3 农膜采集</p>
  63. </div>
  64. <div class="gallery-card">
  65. <el-image :src="image5" alt="有机肥采集" class="sampling-image"></el-image>
  66. <p class="image-caption">图2-4 有机肥采集</p>
  67. </div>
  68. </div>
  69. </div>
  70. </div>
  71. <!-- 第三部分:重金属含量测试(保持原图比例) -->
  72. <div class="process-section">
  73. <div class="section-header">
  74. <div class="section-number">3</div>
  75. <h2>​农业投入品重金属含量的测定与评估​</h2>
  76. </div>
  77. <div class="section-content">
  78. <div class="testing-info">
  79. <div class="info-card">
  80. <div class="card-icon">🔬</div>
  81. <div class="card-content">
  82. <p>
  83. 对不同种类的农业投入品进行测试,从而分析比较其重金属含量差异。
  84. </p>
  85. </div>
  86. </div>
  87. <!-- 保持原图比例的测试结果 -->
  88. <div class="testing-gallery">
  89. <div class="results-card">
  90. <div class="results-header">
  91. <h3>各农业投入品重金属含量测试报告样例</h3>
  92. </div>
  93. <div class="image-container-proportional">
  94. <el-image
  95. :src="image6"
  96. alt="各农业投入品测试结果"
  97. class="results-image-proportional">
  98. </el-image>
  99. </div>
  100. <p class="image-caption">图3-1 各农业投入品重金属含量测试报告样例</p>
  101. </div>
  102. <div class="results-card">
  103. <div class="results-header">
  104. <h3>各类农业投入品中镉元素含量分布情况</h3>
  105. </div>
  106. <div class="image-container-proportional">
  107. <el-image
  108. :src="image7"
  109. alt="农业投入品镉含量"
  110. class="results-image-proportional">
  111. </el-image>
  112. </div>
  113. <p class="image-caption">图3-2 农业投入品镉含量</p>
  114. </div>
  115. </div>
  116. </div>
  117. </div>
  118. </div>
  119. <!-- 第四部分:计算方法 -->
  120. <div class="process-section">
  121. <div class="section-header">
  122. <div class="section-number">4</div>
  123. <h2>农业投入品重金属输入通量计算方法</h2>
  124. </div>
  125. <div class="section-content">
  126. <div class="info-card">
  127. <div class="card-icon">🧮</div>
  128. <div class="card-content">
  129. <p>
  130. 通过农业投入品的施用数据与重金属检测结果,建立重金属输入通量计算公式,
  131. 精确计算不同农业投入品在农田中所引入的重金属污染通量。
  132. </p>
  133. </div>
  134. </div>
  135. <div class="formula-section">
  136. <div class="formula-card">
  137. <div class="formula-image">
  138. <el-image :src="image8" alt="农业投入品用量计算方法" class="sampling-image"></el-image>
  139. </div>
  140. <p class="image-caption">图4-1 农业投入品用量计算方法</p>
  141. <div class="formula-text">
  142. <p>式中:</p>
  143. <p>N<sub>i</sub>为农业投入品i的单位面积年施用量,单位:kg/ha/a;</p>
  144. <p>M<sub>i</sub>为农业投入品i年施用总量,单位:kg/a;</p>
  145. <p>A<sub>x</sub>为项目区域全年农作物总播种面积,单位:ha;</p>
  146. </div>
  147. </div>
  148. <div class="formula-card">
  149. <div class="formula-image">
  150. <el-image :src="image9" alt="农业投入品重金属输入通量计算方法" class="sampling-image"></el-image>
  151. </div>
  152. <p class="image-caption">图4-2 农业投入品重金属输入通量计算方法</p>
  153. <div class="formula-text">
  154. <p>式中:</p>
  155. <p>F<sub>f</sub>为单位面积农业投入品途径的重金属输入通量,g/ha/a;</p>
  156. <p>N<sub>i</sub>为农业投入品i的单位面积年施用量,kg/ha/a;</p>
  157. <p>C<sub>ij</sub>为重金属j在农业投入品i中的含量,mg/kg。</p>
  158. </div>
  159. </div>
  160. </div>
  161. </div>
  162. </div>
  163. </div>
  164. </template>
  165. <script>
  166. export default {
  167. data() {
  168. return {
  169. image1: '/农业投入品使用情况.png',
  170. image2: '/农业化肥采集(1).png',
  171. image3: '/农药采集(1).png',
  172. image4: '/农膜采集(1).png',
  173. image5: '/有机肥采集(1).png',
  174. image6: '/各农业投入品测试结果.png',
  175. image7: '/农业投入品镉含量.png',
  176. image8: '/农业投入品用量计算方法.png',
  177. image9: '/农业投入品重金属输入通量计算方法.png'
  178. };
  179. }
  180. };
  181. </script>
  182. <style scoped>
  183. .sampling-process {
  184. padding: 30px;
  185. background: linear-gradient(135deg, rgba(245, 252, 240, 0.8) 0%, rgba(235, 248, 255, 0.8) 100%);
  186. position: relative;
  187. overflow: hidden;
  188. font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  189. }
  190. .sampling-process::before {
  191. content: "";
  192. position: absolute;
  193. top: 0;
  194. left: 0;
  195. width: 100%;
  196. height: 100%;
  197. background: url('https://images.unsplash.com/photo-1518834107812-67b0b7c58434?q=80&w=2070&auto=format&fit=crop') center/cover;
  198. opacity: 0.08;
  199. z-index: -1;
  200. filter: blur(2px);
  201. }
  202. .process-section {
  203. margin-bottom: 50px;
  204. padding: 30px;
  205. border-radius: 18px;
  206. background: rgba(255, 255, 255, 0.88);
  207. box-shadow: 0 8px 25px rgba(0, 60, 120, 0.08);
  208. transition: all 0.4s ease;
  209. overflow: hidden;
  210. position: relative;
  211. }
  212. .process-section:hover {
  213. transform: translateY(-5px);
  214. box-shadow: 0 12px 35px rgba(0, 60, 120, 0.15);
  215. }
  216. .section-header {
  217. display: flex;
  218. align-items: center;
  219. margin-bottom: 25px;
  220. position: relative;
  221. padding-bottom: 15px;
  222. border-bottom: 2px solid rgba(58, 160, 207, 0.25);
  223. }
  224. .section-number {
  225. width: 50px;
  226. height: 50px;
  227. background: linear-gradient(135deg, #4a9ef7, #3a9fd3);
  228. color: white;
  229. border-radius: 50%;
  230. display: flex;
  231. align-items: center;
  232. justify-content: center;
  233. font-size: 1.8rem;
  234. font-weight: bold;
  235. margin-right: 20px;
  236. box-shadow: 0 5px 12px rgba(74, 158, 247, 0.25);
  237. }
  238. h2 {
  239. color: #1a365d;
  240. font-size: 1.9rem;
  241. margin: 0;
  242. font-weight: 650;
  243. letter-spacing: 0.5px;
  244. }
  245. .section-content {
  246. padding: 0 10px;
  247. }
  248. .info-card {
  249. display: flex;
  250. align-items: flex-start;
  251. margin-bottom: 30px;
  252. padding: 20px;
  253. background: rgba(235, 245, 255, 0.6);
  254. border-radius: 15px;
  255. border-left: 4px solid #3a9fd3;
  256. }
  257. .card-icon {
  258. font-size: 2.5rem;
  259. margin-right: 25px;
  260. color: #3a9fd3;
  261. }
  262. .card-content p {
  263. font-size: 1.1rem;
  264. line-height: 1.8;
  265. color: #2d3748;
  266. margin: 0 0 15px 0;
  267. }
  268. .highlight {
  269. font-weight: 600;
  270. color: #1a6fb3;
  271. }
  272. /* 样品采集部分样式 */
  273. .collection-info {
  274. display: flex;
  275. gap: 25px;
  276. margin-bottom: 30px;
  277. }
  278. .collection-card {
  279. flex: 1;
  280. display: flex;
  281. padding: 20px;
  282. background: rgba(245, 252, 255, 0.7);
  283. border-radius: 15px;
  284. box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  285. border-top: 3px solid #3a9fd3;
  286. }
  287. .collection-icon {
  288. font-size: 2.2rem;
  289. margin-right: 20px;
  290. color: #3a9fd3;
  291. }
  292. .collection-text h3 {
  293. color: #1a365d;
  294. font-size: 1.3rem;
  295. margin-top: 0;
  296. margin-bottom: 12px;
  297. }
  298. .collection-text p {
  299. font-size: 1.05rem;
  300. line-height: 1.6;
  301. color: #2d3748;
  302. margin: 0;
  303. }
  304. /* 图片画廊样式 */
  305. .image-gallery {
  306. display: grid;
  307. grid-template-columns: repeat(4, 1fr);
  308. gap: 25px;
  309. }
  310. .gallery-card {
  311. border-radius: 15px;
  312. overflow: hidden;
  313. box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  314. transition: all 0.4s ease;
  315. background: white;
  316. }
  317. .gallery-card:hover {
  318. transform: translateY(-8px);
  319. box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
  320. }
  321. .gallery-card:hover .sampling-image {
  322. transform: scale(1.05);
  323. }
  324. .image-caption {
  325. text-align: center;
  326. font-size: 15px;
  327. color: #2d3748;
  328. padding: 15px;
  329. font-weight: 500;
  330. background: rgba(248, 250, 252, 0.8);
  331. margin: 0;
  332. border-top: 1px dashed #cbd5e0;
  333. }
  334. /* 第三部分:重金属含量测试(保持原图比例) */
  335. .testing-info {
  336. display: flex;
  337. flex-direction: column;
  338. }
  339. .testing-gallery {
  340. display: grid;
  341. grid-template-columns: repeat(2, 1fr);
  342. gap: 40px;
  343. margin-top: 20px;
  344. }
  345. .results-card {
  346. border-radius: 15px;
  347. overflow: hidden;
  348. box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
  349. transition: all 0.4s ease;
  350. background: white;
  351. padding: 0;
  352. }
  353. .results-card:hover {
  354. transform: translateY(-5px);
  355. box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  356. }
  357. .results-header {
  358. padding: 20px;
  359. background: linear-gradient(90deg, #f0f9ff, #e6f7ff);
  360. border-bottom: 1px solid #cce5ff;
  361. }
  362. .results-header h3 {
  363. color: #1a365d;
  364. font-size: 1.5rem;
  365. margin: 0 0 10px 0;
  366. font-weight: 600;
  367. }
  368. .results-header p {
  369. font-size: 1.1rem;
  370. color: #4a5568;
  371. margin: 0;
  372. line-height: 1.6;
  373. }
  374. /* 保持原图比例的图片容器 */
  375. .image-container-proportional {
  376. display: flex;
  377. justify-content: center;
  378. align-items: center;
  379. padding: 20px;
  380. background: white;
  381. }
  382. .results-image-proportional {
  383. max-width: 100%;
  384. max-height: 350px;
  385. width: auto;
  386. height: auto;
  387. object-fit: contain;
  388. display: block;
  389. margin: 0 auto;
  390. transition: transform 0.4s ease;
  391. }
  392. .results-card:hover .results-image-proportional {
  393. transform: scale(1.03);
  394. }
  395. .formula-section {
  396. display: grid;
  397. grid-template-columns: repeat(2, 1fr); /* 改为两列 */
  398. gap: 30px;
  399. }
  400. /* 公式图片容器 */
  401. .formula-image {
  402. padding: 15px;
  403. background: rgba(255, 255, 255, 0.9);
  404. display: flex;
  405. justify-content: center;
  406. align-items: center;
  407. height: 250px; /* 设置固定高度,使两个图片容器高度一致 */
  408. }
  409. .formula-image .sampling-image {
  410. max-width: 100%;
  411. max-height: 100%;
  412. object-fit: contain; /* 等比例缩放 */
  413. }
  414. /* 响应式调整:在小于900px时改为单列 */
  415. @media (max-width: 900px) {
  416. .formula-section {
  417. grid-template-columns: 1fr;
  418. }
  419. }
  420. .formula-card {
  421. display: flex;
  422. flex-direction: column;
  423. border-radius: 15px;
  424. overflow: hidden;
  425. background: rgba(255, 255, 255, 0.7);
  426. box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  427. border-top: 3px solid #5cb85c;
  428. }
  429. .formula-text {
  430. padding: 20px;
  431. }
  432. .formula-text p {
  433. font-size: 1.1rem;
  434. line-height: 1.8;
  435. color: #2d3748;
  436. margin: 0 0 10px 0;
  437. }
  438. .formula-text sub {
  439. font-size: 0.8em;
  440. vertical-align: sub;
  441. }
  442. /* 响应式设计 */
  443. @media (max-width: 1200px) {
  444. .image-gallery {
  445. grid-template-columns: repeat(2, 1fr);
  446. }
  447. .formula-section {
  448. grid-template-columns: 1fr;
  449. }
  450. .testing-gallery {
  451. grid-template-columns: 1fr;
  452. }
  453. }
  454. @media (max-width: 900px) {
  455. .collection-info {
  456. flex-direction: column;
  457. }
  458. .process-section {
  459. padding: 25px;
  460. }
  461. .section-number {
  462. width: 45px;
  463. height: 45px;
  464. font-size: 1.6rem;
  465. }
  466. h2 {
  467. font-size: 1.7rem;
  468. }
  469. }
  470. @media (max-width: 768px) {
  471. .image-gallery {
  472. grid-template-columns: 1fr;
  473. }
  474. .sampling-process {
  475. padding: 20px;
  476. }
  477. .info-card {
  478. flex-direction: column;
  479. align-items: center;
  480. text-align: center;
  481. }
  482. .card-icon {
  483. margin-right: 0;
  484. margin-bottom: 15px;
  485. }
  486. .collection-card {
  487. flex-direction: column;
  488. align-items: center;
  489. text-align: center;
  490. }
  491. .results-image-proportional {
  492. max-height: 300px;
  493. }
  494. }
  495. @media (max-width: 480px) {
  496. .sampling-process {
  497. padding: 15px;
  498. }
  499. .process-section {
  500. padding: 20px;
  501. }
  502. .section-header {
  503. flex-direction: column;
  504. align-items: flex-start;
  505. }
  506. .section-number {
  507. margin-right: 0;
  508. margin-bottom: 15px;
  509. }
  510. h2 {
  511. font-size: 1.6rem;
  512. }
  513. .sampling-image {
  514. height: 200px;
  515. }
  516. .results-image-proportional {
  517. max-height: 250px;
  518. }
  519. }
  520. </style>