jxdetail.vue 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. <template>
  2. <view class="content">
  3. <image src="../../static/img/tool/bg1.png" mode="" class="bg" style="vertical-align:bottom"></image>
  4. <view class="jb " style="padding: 100rpx 89rpx;">
  5. <view class="wb zw">
  6. 无偿献血是指符合献血条件的公民,无任何代价地志愿献出自己的血液。无偿献血是人类文明进步的象征,是救死扶伤的高尚行为,是无私奉献精神的体现,也是社会精神文明建设的重要标志之一,由于无偿献血坚持严格的科学标准及规定,能够保证血液的质量。
  7. <view class="wb zw">
  8. 无偿献血是《中华人民共和国红十字会法》赋予的职责之一,赤壁市红十字会依法开展无偿献血的宣传、动员工作,使群众参与无偿献血的意识逐步增强。
  9. </view>
  10. </view>
  11. </view>
  12. <image src="../../static/img/tool/bg2.png" mode="" class="bg"></image>
  13. </view>
  14. </template>
  15. <script>
  16. export default {
  17. data() {
  18. return {
  19. }
  20. },
  21. onLoad() {
  22. },
  23. onShow() {
  24. },
  25. onReachBottom() {
  26. },
  27. onReady() {
  28. },
  29. methods: {
  30. }
  31. }
  32. </script>
  33. <style lang="scss">
  34. .bg {
  35. width: 100%;
  36. }
  37. .wb {
  38. text-indent:2em;
  39. }
  40. .zw {
  41. font-size: 32rpx;
  42. font-weight: bold;
  43. color: #0B0A0A;
  44. letter-spacing: 5rpx;
  45. line-height: 2;
  46. }
  47. .jb {
  48. // margin: -1em 0;
  49. background-image: linear-gradient(#f8e7e0,#FFF,#fefaf8);
  50. // #f8e7e0
  51. // #fefaf8
  52. }
  53. </style>