123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131 |
- <!-- 亚健康养生 -->
- <template>
- <view class="wrap">
- <view class="module">
- <view class="message-list">
- <view class="message-item">
- <view class="message-item-name">
- 要想消除亚健康,我们首先要做到这几点
- </view>
- <view class="message-item-bottom">
- <text>置顶</text>
- <text>熊猫指南转载</text>
- <text>1小时前</text>
- </view>
- </view>
- <view class="message-item">
- <view class="message-item-name">
- 要想消除亚健康,我们首先要做到这几点
- </view>
- <view class="message-item-bottom">
- <text>置顶</text>
- <text>熊猫指南转载</text>
- <text>1小时前</text>
- </view>
- </view>
- <view class="message-item">
- <view class="message-item-name">
- 要想消除亚健康,我们首先要做到这几点
- </view>
- <view class="message-item-bottom">
- <text>置顶</text>
- <text>熊猫指南转载</text>
- <text>1小时前</text>
- </view>
- </view>
- </view>
- </view>
- <view class="module">
- <view class="tag-list">
- <view class="tag-item">
- # 经常熬夜该吃的食物
- </view>
- <view class="tag-item">
- # 经常熬夜该吃的食物
- </view>
- <view class="tag-item">
- # 经常熬夜该吃的食物
- </view>
- <view class="tag-item">
- # 经常熬夜该吃的食物
- </view>
- </view>
- </view>
- <view class="module" style="background-color: initial;padding: 0;">
- <view class="video-module">
- <video id="myVideo"
- src="http://wxsnsdy.tc.qq.com/105/20210/snsdyvideodownload?filekey=30280201010421301f0201690402534804102ca905ce620b1241b726bc41dcff44e00204012882540400&bizid=1023&hy=SH&fileparam=302c020101042530230204136ffd93020457e3c4ff02024ef202031e8d7f02030f42400204045a320a0201000400"
- enable-danmu controls style="width: 100%;height: 262rpx;border-radius: 10rpx;"></video>
- <view class="video-title">
- 时令养生到底怎么去养生?
- </view>
- </view>
- <view class="video-module">
- <video id="myVideo"
- src="http://wxsnsdy.tc.qq.com/105/20210/snsdyvideodownload?filekey=30280201010421301f0201690402534804102ca905ce620b1241b726bc41dcff44e00204012882540400&bizid=1023&hy=SH&fileparam=302c020101042530230204136ffd93020457e3c4ff02024ef202031e8d7f02030f42400204045a320a0201000400"
- enable-danmu controls style="width: 100%;height: 262rpx;border-radius: 10rpx;"></video>
- <view class="video-title">
- 时令养生到底怎么去养生?
- </view>
- </view>
- </view>
- <view class="module" style="padding: 0;">
- <view class="product-list">
- <view class="product-item">
- <image src="../../../static/img-4.png" class="product-item-column-img" mode="aspectFill" />
- <view class="product-item-sidebar">
- <view class="product-item-sidebar-top">
- <image src="../../../static/hot.png" class="product-tag-img" mode="widthFix"></image>
- <text class="product-item-column-name">有勇气去改变可以改变的事,有胸怀去接受</text>
- </view>
- <view class="product-item-row-between">
- <text class="look-num">3.2万人浏览</text>
- <button type="default" class="collect-btn">
- <image src="../../../static/heart-active.png" mode="widthFix"></image>
- 3386
- </button>
- </view>
- </view>
- </view>
- <view class="product-item">
- <image src="../../../static/img-4.png" class="product-item-column-img" mode="aspectFill" />
- <view class="product-item-sidebar">
- <view class="product-item-sidebar-top">
- <image src="../../../static/newest.png" class="product-tag-img" mode="widthFix"></image>
- <text class="product-item-column-name">有勇气去改变可以改变的事,有胸怀去接受</text>
- </view>
- <view class="product-item-row-between">
- <text class="look-num">3.2万人浏览</text>
- <button type="default" class="collect-btn">
- <image src="../../../static/heart-active.png" mode="widthFix"></image>
- 3386
- </button>
- </view>
- </view>
- </view>
- </view>
- </view>
- </view>
- </template>
- <script>
- export default {
- data() {
- return {
- }
- },
- methods: {
- }
- }
- </script>
- <style scoped lang="scss">
- @import "./health-care.css";
- </style>
|