detail.vue 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. <template>
  2. <view class="contents">
  3. <view class="title"><text>西藏新增12家4A级景区,get到你的眼球吗?</text></view>
  4. <view class="ly">
  5. <text>公众号名称</text>
  6. <text class="day">4天前</text>
  7. </view>
  8. <view>
  9. <image src="../../static/b1.jpg" mode="widthFix" class="pic"></image>
  10. <image src="../../static/b2.jpg" mode="widthFix" class="pic"></image>
  11. <image src="../../static/b3.jpg" mode="widthFix" class="pic"></image>
  12. <view class="fwb">
  13. 这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容这是内容
  14. </view>
  15. <view class="mt10">
  16. <view class="">来源:作者名称</view>
  17. <view class="">编辑丨编辑名称</view>
  18. <view class="">责编丨初审名称</view>
  19. <view class="">审核丨终审名称</view>
  20. </view>
  21. </view>
  22. </view>
  23. </template>
  24. <script>
  25. export default {
  26. data() {
  27. return {
  28. item: {}
  29. };
  30. }
  31. };
  32. </script>
  33. <style lang="scss">
  34. .contents {
  35. padding: 20px;
  36. .ly {
  37. font-size: 14px;
  38. margin-bottom: 15px;
  39. color: #2196f3;
  40. .day {
  41. color: #818184;
  42. padding-left: 10px;
  43. }
  44. }
  45. .title {
  46. padding-top: 20px;
  47. font-size: 23px;
  48. font-weight: 400;
  49. margin-bottom: 20px;
  50. }
  51. .pic {
  52. width: 100%;
  53. border-radius: 3px;
  54. margin-top: 3px;
  55. }
  56. .fwb {
  57. margin-top: 15px;
  58. color: #909090;
  59. }
  60. }
  61. </style>