toorange.vue 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. <template>
  2. <view class="content">
  3. <view class="box">
  4. <view class="box-1">
  5. <!-- <a href="http://www.rcsccod.cn/zcfg/20070331/699764.htm" title="人体器官移植条例"> -->
  6. <a href="http://www.gov.cn/zhengce/2020-12/27/content_5573654.htm" title="人体器官移植条例">
  7. <!-- <navigator url="/pages/applic/toknowledge"> -->
  8. <view class="img">
  9. <image src="../../static/img/timg02.jpeg" mode=""></image>
  10. </view>
  11. <view class="title">
  12. 国务院《人体器官移植条例》
  13. </view>
  14. </a>
  15. <!-- </navigator> -->
  16. </view>
  17. <view class="box-1">
  18. <navigator url="/pages/applic/article">
  19. <view class="img">
  20. <image src="../../static/img/timg.jpeg"></image>
  21. </view>
  22. <view class="title">
  23. 《器官捐献 生命永续》
  24. </view>
  25. </navigator>
  26. </view>
  27. <view class="box-1">
  28. <a href="https://register.codac.org.cn/wx/html/notice.htm" title="器官捐赠">
  29. <view class="img">
  30. <image src="../../static/img/jx.jpg"></image>
  31. </view>
  32. <view class="title">
  33. 人体捐献器官登记表
  34. </view>
  35. </a>
  36. </view>
  37. </view>
  38. </view>
  39. </template>
  40. <script>
  41. </script>
  42. <style lang="scss">
  43. .content {
  44. background-color: #F8F8F8;
  45. padding-bottom: 44rpx;
  46. .box {
  47. padding: 0 24rpx;
  48. .box-1 {
  49. margin-top: 24rpx;
  50. width: 100%;
  51. height: 442rpx;
  52. background-color: #FFFFFF;
  53. border-radius: 16rpx;
  54. .img {
  55. width: 100%;
  56. height: 300rpx;
  57. // border-radius: 16rpx 16rpx 0 0;
  58. image {
  59. border-radius: 16rpx 16rpx 0 0;
  60. width: 100%;
  61. height: 300rpx;
  62. }
  63. }
  64. .title {
  65. height: 142rpx;
  66. padding-left: 24rpx;
  67. line-height: 142rpx;
  68. font-size: 34rpx;
  69. }
  70. a {
  71. text-decoration: none;
  72. color: #333;
  73. }
  74. }
  75. }
  76. }
  77. </style>