海南旅游项目 前端仓库
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.

54 lines
1.7 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>
  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">
  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>
  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">
  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. </view>
  36. </template>
  37. <script>
  38. </script>
  39. <style scoped>
  40. .page-color {
  41. width: 100%;
  42. height: 100%;
  43. background-color: #F6F6F6;
  44. }
  45. .card-discover {
  46. border-radius: 20rpx;
  47. }
  48. .discover-radius {
  49. border-radius: 0 0 20rpx 20rpx;
  50. }
  51. </style>