海南旅游项目 前端仓库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

56 lines
2.0 KiB

  1. <template>
  2. <view class="page-color">
  3. <view class="padding-lr lf-p-t-30 lf-p-b-30">
  4. <view class="bg-red card-discover lf-m-b-30">
  5. <view @click="$url('/pages/notice/article')">
  6. <image src="../../static/images/empty.png" mode="aspectFill" style="width: 686rpx;height: 300rpx;"></image>
  7. </view>
  8. <view class="flex-direction bg-white discover-radius">
  9. <view class="flex align-center text-center lf-p-30 solid-bottom" v-for="i of 3" @click="$url('/pages/notice/article')">
  10. <view>
  11. <image src="../../static/logo.png" mode="aspectFill" style="width: 100rpx;height: 100rpx;"></image>
  12. </view>
  13. <view class="lf-line-2 lf-color-333 lf-font-28 lf-text-left lf-m-l-20" style="line-height: 44rpx;">
  14. 南澳站·潮玩旅游胜地 身处亚热带风情心享甜美假日/玩转南澳
  15. </view>
  16. </view>
  17. </view>
  18. </view>
  19. <view class="bg-red card-discover lf-m-b-30">
  20. <view @click="$url('/pages/notice/article')">
  21. <image src="../../static/images/empty.png" mode="aspectFill" style="width: 686rpx;height: 300rpx;"></image>
  22. </view>
  23. <view class="flex-direction bg-white discover-radius">
  24. <view class="flex align-center text-center lf-p-30 solid-bottom" v-for="i of 3" @click="$url('/pages/notice/article')">
  25. <view>
  26. <image src="../../static/logo.png" mode="aspectFill" style="width: 100rpx;height: 100rpx;"></image>
  27. </view>
  28. <view class="lf-line-2 lf-color-333 lf-font-28 lf-text-left lf-m-l-20" style="line-height: 44rpx;">
  29. 南澳站·潮玩旅游胜地 身处亚热带风情心享甜美假日/玩转南澳
  30. </view>
  31. </view>
  32. </view>
  33. </view>
  34. </view>
  35. <!-- 回到顶部 -->
  36. <u-back-top :scroll-top="pageScrollTop" :custom-style="{background: 'rgba(51, 51 51, 0.3)'}"></u-back-top>
  37. </view>
  38. </template>
  39. <script>
  40. </script>
  41. <style scoped>
  42. .page-color {
  43. width: 100%;
  44. height: 100%;
  45. background-color: #F6F6F6;
  46. }
  47. .card-discover {
  48. border-radius: 20rpx;
  49. }
  50. .discover-radius {
  51. border-radius: 0 0 20rpx 20rpx;
  52. }
  53. </style>