AtmosDepositionSamplingDesc.vue 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378
  1. <template>
  2. <div class="sampling-process">
  3. <!-- 第一部分:建立大气污染源清单 -->
  4. <div class="content-section">
  5. <div class="section-header">
  6. <div class="step-number">1</div>
  7. <h2>建立大气污染源清单</h2>
  8. </div>
  9. <div class="process-steps">
  10. <div class="step-card">
  11. <div class="step-icon">📊</div>
  12. <div class="step-content">
  13. <h3>污染源统计</h3>
  14. <p>根据韶关市环保部门或政府官方网站公开资料及全国排污许可证管理信息平台,对韶关具有排污许可证的企业进行数据统计与调查分析</p>
  15. </div>
  16. </div>
  17. <div class="step-card">
  18. <div class="step-icon">🔍</div>
  19. <div class="step-content">
  20. <h3>行业调查与筛选</h3>
  21. <p>针对可能存在重金属排放的行业进行全面调查和筛选。这些行业包括燃煤电厂、蓄电池制造、危险废物治理、矿山采选、有色金属冶炼、化工、电子电路制造等</p>
  22. </div>
  23. </div>
  24. <div class="step-card">
  25. <div class="step-icon">🏭</div>
  26. <div class="step-content">
  27. <h3>企业调查与统计分析</h3>
  28. <p>对所有重金属排放企业进行详细调查和统计分析,包括但不限于企业名称、地址坐标、生产工艺、主要产品、排放设施、排放标准等信息,建立源清单的详细数据库</p>
  29. </div>
  30. </div>
  31. <div class="step-card">
  32. <div class="step-icon">📥</div>
  33. <div class="step-content">
  34. <h3>排放数据收集</h3>
  35. <p>收集以上所有企业的大气排放数据,包括但不限于污染物排放许可值、重金属排放总量、大气颗粒物排放总量、氮氧化物排放总量、硫化物排放总量等大气污染物</p>
  36. </div>
  37. </div>
  38. <div class="step-card">
  39. <div class="step-icon">✅</div>
  40. <div class="step-content">
  41. <h3>数据验证与质量控制</h3>
  42. <p>对收集到的排放数据进行查找验证和质量控制,确保数据的准确性和可靠性。检查数据的完整性和一致性,排除可能存在的错误和异常数据</p>
  43. </div>
  44. </div>
  45. </div>
  46. <div class="compact-image-container">
  47. <el-image :src="image1" alt="大气干湿沉降示意图" class="sampling-image"></el-image>
  48. <p class="image-caption">图1 大气干湿沉降示意图</p>
  49. </div>
  50. </div>
  51. <!-- 第二部分:现场调研 -->
  52. <div class="content-section">
  53. <div class="section-header">
  54. <div class="step-number">2</div>
  55. <h2>现场调研</h2>
  56. </div>
  57. <div class="text-content">
  58. <p>制定重金属排放源的详细调研计划,包括调研时间、地点、人员分工、调研方法等。根据研究目的和问题,选择合适的调研方法,如问卷调查、访谈、观察法等。</p>
  59. <p>按照调研计划,前往现场进行调研,对企业进行前期的实地考察,了解能源使用、生产工艺及废气排放情况。对企业所在区域进行调查,大气排放是否会对周围区域产生影响。</p>
  60. <p>在调研过程中,注意信息的获取与保存,比如拍照、排污口测距、风向记录等等。</p>
  61. </div>
  62. <div class="compact-image-container">
  63. <el-image :src="image2" alt="干湿沉降收集装置" class="sampling-image"></el-image>
  64. <p class="image-caption">图2 干湿沉降收集装置</p>
  65. </div>
  66. </div>
  67. <!-- 第三部分:样品分析 -->
  68. <div class="content-section">
  69. <div class="section-header">
  70. <div class="step-number">3</div>
  71. <h2>样品分析</h2>
  72. </div>
  73. <div class="analysis-methods">
  74. <div class="method-card">
  75. <h3>重金属检测技术</h3>
  76. <ul>
  77. <li>原子吸收光谱法(AAS)</li>
  78. <li>电感耦合等离子体质谱法(ICP-MS)</li>
  79. <li>X射线荧光光谱法(XRF)</li>
  80. </ul>
  81. </div>
  82. <div class="method-card">
  83. <h3>数据处理与分析</h3>
  84. <ul>
  85. <li>质量控制方法</li>
  86. <li>统计分析技术</li>
  87. <li>数据可视化工具</li>
  88. </ul>
  89. </div>
  90. </div>
  91. </div>
  92. </div>
  93. </template>
  94. <script>
  95. export default {
  96. data() {
  97. return {
  98. image1: '/大气干湿沉降示意图.png',
  99. image2: '/干湿沉降收集装置.png',
  100. };
  101. }
  102. };
  103. </script>
  104. <style scoped>
  105. .sampling-process {
  106. padding: 30px;
  107. background: linear-gradient(135deg, rgba(240, 248, 255, 0.8) 0%, rgba(230, 247, 255, 0.8) 100%);
  108. position: relative;
  109. overflow: hidden;
  110. font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  111. }
  112. .sampling-process::before {
  113. content: "";
  114. position: absolute;
  115. top: 0;
  116. left: 0;
  117. width: 100%;
  118. height: 100%;
  119. background: url('https://images.unsplash.com/photo-1518834107812-67b0b7c58434?q=80&w=2070&auto=format&fit=crop') center/cover;
  120. opacity: 0.15;
  121. z-index: -1;
  122. filter: blur(2px);
  123. }
  124. .content-section {
  125. margin-bottom: 50px;
  126. padding: 25px;
  127. border-radius: 15px;
  128. background: rgba(255, 255, 255, 0.85);
  129. box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  130. transition: all 0.4s ease;
  131. overflow: hidden;
  132. position: relative;
  133. }
  134. .content-section:hover {
  135. transform: translateY(-5px);
  136. box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  137. }
  138. .section-header {
  139. display: flex;
  140. align-items: center;
  141. margin-bottom: 25px;
  142. position: relative;
  143. padding-bottom: 15px;
  144. border-bottom: 2px solid rgba(58, 207, 213, 0.3);
  145. }
  146. .step-number {
  147. width: 45px;
  148. height: 45px;
  149. background: linear-gradient(135deg, #4a9ef7, #3acfd5);
  150. color: white;
  151. border-radius: 50%;
  152. display: flex;
  153. align-items: center;
  154. justify-content: center;
  155. font-size: 1.6rem;
  156. font-weight: bold;
  157. margin-right: 20px;
  158. box-shadow: 0 4px 8px rgba(74, 158, 247, 0.3);
  159. }
  160. h2 {
  161. color: #1a365d;
  162. font-size: 1.8rem;
  163. margin: 0;
  164. font-weight: 600;
  165. }
  166. .text-content {
  167. margin-bottom: 25px;
  168. }
  169. p {
  170. margin: 15px 0;
  171. line-height: 1.8;
  172. color: #2d3748;
  173. font-size: 1.05rem;
  174. }
  175. /* 步骤卡片样式 */
  176. .process-steps {
  177. display: flex;
  178. flex-direction: column;
  179. gap: 20px;
  180. margin-bottom: 30px;
  181. }
  182. .step-card {
  183. display: flex;
  184. background: rgba(245, 249, 255, 0.6);
  185. border-radius: 12px;
  186. padding: 20px;
  187. transition: all 0.3s ease;
  188. border-left: 4px solid #4a9ef7;
  189. }
  190. .step-card:hover {
  191. background: rgba(230, 242, 255, 0.8);
  192. transform: translateX(5px);
  193. }
  194. .step-icon {
  195. font-size: 2rem;
  196. margin-right: 20px;
  197. color: #3acfd5;
  198. }
  199. .step-content {
  200. flex: 1;
  201. }
  202. .step-content h3 {
  203. color: #1a365d;
  204. margin-top: 0;
  205. margin-bottom: 12px;
  206. font-size: 1.3rem;
  207. }
  208. /* 分析方法卡片 */
  209. .analysis-methods {
  210. display: flex;
  211. gap: 20px;
  212. margin-top: 20px;
  213. }
  214. .method-card {
  215. flex: 1;
  216. background: rgba(245, 249, 255, 0.6);
  217. border-radius: 12px;
  218. padding: 20px;
  219. border-top: 3px solid #3acfd5;
  220. }
  221. .method-card h3 {
  222. color: #1a365d;
  223. margin-top: 0;
  224. margin-bottom: 15px;
  225. font-size: 1.3rem;
  226. }
  227. .method-card ul {
  228. padding-left: 20px;
  229. margin: 0;
  230. }
  231. .method-card li {
  232. margin-bottom: 8px;
  233. line-height: 1.6;
  234. }
  235. /* 紧凑图片容器 */
  236. .compact-image-container {
  237. max-width: 700px;
  238. margin: 0 auto;
  239. margin-top: 25px;
  240. border-radius: 12px;
  241. overflow: hidden;
  242. position: relative;
  243. box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  244. transition: all 0.4s ease;
  245. }
  246. .compact-image-container:hover {
  247. transform: scale(1.02);
  248. box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  249. }
  250. .sampling-image {
  251. width: 100%;
  252. height: auto;
  253. display: block;
  254. transition: transform 0.5s ease;
  255. background: rgba(245, 249, 255, 0.4);
  256. object-fit: cover;
  257. }
  258. .compact-image-container:hover .sampling-image {
  259. transform: scale(1.03);
  260. }
  261. .image-caption {
  262. text-align: center;
  263. font-size: 16px;
  264. color: #2d3748;
  265. padding: 15px;
  266. font-weight: 500;
  267. background: rgba(248, 250, 252, 0.8);
  268. margin: 0;
  269. border-top: 1px dashed #cbd5e0;
  270. }
  271. /* 响应式设计 */
  272. @media (max-width: 900px) {
  273. .sampling-process {
  274. padding: 20px;
  275. }
  276. .content-section {
  277. padding: 20px;
  278. }
  279. .analysis-methods {
  280. flex-direction: column;
  281. }
  282. }
  283. @media (max-width: 768px) {
  284. .sampling-process {
  285. padding: 15px;
  286. }
  287. h2 {
  288. font-size: 1.6rem;
  289. }
  290. .step-number {
  291. width: 40px;
  292. height: 40px;
  293. font-size: 1.4rem;
  294. }
  295. .compact-image-container {
  296. max-width: 90%;
  297. }
  298. }
  299. @media (max-width: 480px) {
  300. .sampling-process {
  301. padding: 12px;
  302. }
  303. .content-section {
  304. padding: 18px;
  305. }
  306. .section-header {
  307. flex-direction: column;
  308. align-items: flex-start;
  309. }
  310. .step-number {
  311. margin-right: 0;
  312. margin-bottom: 15px;
  313. }
  314. h2 {
  315. font-size: 1.5rem;
  316. }
  317. .step-card {
  318. flex-direction: column;
  319. }
  320. .step-icon {
  321. margin-right: 0;
  322. margin-bottom: 15px;
  323. text-align: center;
  324. }
  325. }
  326. </style>