Calculate.wxml 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. <view class="green-box">
  2. <text class="title">NAU timeCalculator</text>
  3. <text class="subtitle">石灰用量计算横型</text>
  4. </view>
  5. <view class="description-box">
  6. <text class="bold-text">
  7. 本软件用于我国酸性土壤改良,计算达到目标 pH,单位面积需要石灰质材料的施用量
  8. </text>
  9. </view>
  10. <view class="description-box">
  11. <text class="bold-text">
  12. 注意事项如下:
  13. </text>
  14. <text class="regular-text">
  15. 1. 本模型是基于我国南方 23 份酸性土壤样品开发的;
  16. </text>
  17. <text class="regular-text">
  18. 2. 土壤起始 pH 和目标 pH 是指在土水比为 1:2.5 下的 pH 值;
  19. </text>
  20. <text class="regular-text">
  21. 3. 施用最佳时期为翻耕前,将农用石灰质物料均匀撒加到土壤表面,然后与耕作层土壤(0-20 cm)混匀;
  22. </text>
  23. <text class="regular-text">
  24. 4. 本软件同时可以计算不同类型碱性物料的施用量,包括石灰石粉、生石灰、熟石灰、白云石、以及已知 CaO 和 MgO 含量的碱性材料。
  25. </text>
  26. </view>
  27. <view class="description-box">
  28. <text class="bold-text">
  29. 从重金属污染土壤安全利用的目的,还需注意:
  30. </text>
  31. <text class="regular-text">
  32. 1. 土壤目标 pH 为 6.5 时能有效降低土壤镉的活性和稻米镉的积累;
  33. </text>
  34. <text class="regular-text">
  35. 2. 农用石灰质物料重金属含量不能超过农用物料重金属含量标准;
  36. </text>
  37. <text class="regular-text">
  38. 3. 一次施用后,稻米降镉效果可持续多年,每隔 3-5 年通过监测土壤 pH 变化,根据土壤 pH 的变化,可适当追加少量石灰质物料。
  39. </text>
  40. </view>
  41. <view class="green-btn">
  42. <button class="btn" bindtap="login">进入计算</button>
  43. </view>