health-care.vue 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. <!-- 亚健康养生 -->
  2. <template>
  3. <view class="wrap">
  4. <view class="module">
  5. <view class="message-list">
  6. <view class="message-item">
  7. <view class="message-item-name">
  8. 要想消除亚健康,我们首先要做到这几点
  9. </view>
  10. <view class="message-item-bottom">
  11. <text>置顶</text>
  12. <text>熊猫指南转载</text>
  13. <text>1小时前</text>
  14. </view>
  15. </view>
  16. <view class="message-item">
  17. <view class="message-item-name">
  18. 要想消除亚健康,我们首先要做到这几点
  19. </view>
  20. <view class="message-item-bottom">
  21. <text>置顶</text>
  22. <text>熊猫指南转载</text>
  23. <text>1小时前</text>
  24. </view>
  25. </view>
  26. <view class="message-item">
  27. <view class="message-item-name">
  28. 要想消除亚健康,我们首先要做到这几点
  29. </view>
  30. <view class="message-item-bottom">
  31. <text>置顶</text>
  32. <text>熊猫指南转载</text>
  33. <text>1小时前</text>
  34. </view>
  35. </view>
  36. </view>
  37. </view>
  38. <view class="module">
  39. <view class="tag-list">
  40. <view class="tag-item">
  41. # 经常熬夜该吃的食物
  42. </view>
  43. <view class="tag-item">
  44. # 经常熬夜该吃的食物
  45. </view>
  46. <view class="tag-item">
  47. # 经常熬夜该吃的食物
  48. </view>
  49. <view class="tag-item">
  50. # 经常熬夜该吃的食物
  51. </view>
  52. </view>
  53. </view>
  54. <view class="module" style="background-color: initial;padding: 0;">
  55. <view class="video-module">
  56. <video id="myVideo"
  57. src="http://wxsnsdy.tc.qq.com/105/20210/snsdyvideodownload?filekey=30280201010421301f0201690402534804102ca905ce620b1241b726bc41dcff44e00204012882540400&bizid=1023&hy=SH&fileparam=302c020101042530230204136ffd93020457e3c4ff02024ef202031e8d7f02030f42400204045a320a0201000400"
  58. enable-danmu controls style="width: 100%;height: 262rpx;border-radius: 10rpx;"></video>
  59. <view class="video-title">
  60. 时令养生到底怎么去养生?
  61. </view>
  62. </view>
  63. <view class="video-module">
  64. <video id="myVideo"
  65. src="http://wxsnsdy.tc.qq.com/105/20210/snsdyvideodownload?filekey=30280201010421301f0201690402534804102ca905ce620b1241b726bc41dcff44e00204012882540400&bizid=1023&hy=SH&fileparam=302c020101042530230204136ffd93020457e3c4ff02024ef202031e8d7f02030f42400204045a320a0201000400"
  66. enable-danmu controls style="width: 100%;height: 262rpx;border-radius: 10rpx;"></video>
  67. <view class="video-title">
  68. 时令养生到底怎么去养生?
  69. </view>
  70. </view>
  71. </view>
  72. <view class="module" style="padding: 0;">
  73. <view class="product-list">
  74. <view class="product-item">
  75. <image src="../../../static/img-4.png" class="product-item-column-img" mode="aspectFill" />
  76. <view class="product-item-sidebar">
  77. <view class="product-item-sidebar-top">
  78. <image src="../../../static/hot.png" class="product-tag-img" mode="widthFix"></image>
  79. <text class="product-item-column-name">有勇气去改变可以改变的事,有胸怀去接受</text>
  80. </view>
  81. <view class="product-item-row-between">
  82. <text class="look-num">3.2万人浏览</text>
  83. <button type="default" class="collect-btn">
  84. <image src="../../../static/heart-active.png" mode="widthFix"></image>
  85. 3386
  86. </button>
  87. </view>
  88. </view>
  89. </view>
  90. <view class="product-item">
  91. <image src="../../../static/img-4.png" class="product-item-column-img" mode="aspectFill" />
  92. <view class="product-item-sidebar">
  93. <view class="product-item-sidebar-top">
  94. <image src="../../../static/newest.png" class="product-tag-img" mode="widthFix"></image>
  95. <text class="product-item-column-name">有勇气去改变可以改变的事,有胸怀去接受</text>
  96. </view>
  97. <view class="product-item-row-between">
  98. <text class="look-num">3.2万人浏览</text>
  99. <button type="default" class="collect-btn">
  100. <image src="../../../static/heart-active.png" mode="widthFix"></image>
  101. 3386
  102. </button>
  103. </view>
  104. </view>
  105. </view>
  106. </view>
  107. </view>
  108. </view>
  109. </template>
  110. <script>
  111. export default {
  112. data() {
  113. return {
  114. }
  115. },
  116. methods: {
  117. }
  118. }
  119. </script>
  120. <style scoped lang="scss">
  121. @import "./health-care.css";
  122. </style>