kcxq.vue 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. <template>
  2. <view class="">
  3. <view class="ddxqship">
  4. <!-- 视频板块预留 -->
  5. </view>
  6. <view class="ddxqfayu">
  7. <view class="indhuyr">
  8. <view class="indjbrr"></view>
  9. <text>课程详情</text>
  10. </view>
  11. <view style="margin-top: 30rpx;">
  12. <view class="fzctob">
  13. <view class="kcxquyr">
  14. <text>课程名称</text>
  15. </view>
  16. <view class="kcxquyra">
  17. <text>焦虑课程焦虑课程焦虑课程焦虑</text>
  18. </view>
  19. </view>
  20. <view style="border-top: 2rpx dashed #e8e8e8;width: 100%;margin: 22rpx 0;"></view>
  21. <view class="fzctob">
  22. <view class="kcxquyr">
  23. <text>课程分类</text>
  24. </view>
  25. <view class="fzctob kcwwerrt">
  26. <text>心里咨询</text>
  27. <text>心里咨询</text>
  28. <text>心里咨询</text>
  29. </view>
  30. </view>
  31. <view style="border-top: 2rpx dashed #e8e8e8;width: 100%;margin: 22rpx 0;"></view>
  32. <view class="fzctob">
  33. <view class="kcxquyr">
  34. <text>直播时间</text>
  35. </view>
  36. <view class="kcxquyra">
  37. <text>2022.02.22 22:00~22:00</text>
  38. </view>
  39. </view>
  40. <view style="border-top: 2rpx dashed #e8e8e8;width: 100%;margin: 22rpx 0;"></view>
  41. <view class="fzctob">
  42. <view class="kcxquyr">
  43. <text>金额</text>
  44. </view>
  45. <view class="fzctob">
  46. <text class="wdjga">¥</text>
  47. <text class="wdjgb">00</text>
  48. <text class="wdjgc">.00</text>
  49. <text class="scjga">原价¥199</text>
  50. </view>
  51. </view>
  52. </view>
  53. </view>
  54. <view class="flztoa kcquuer">
  55. <view class="kqyyefh">
  56. <text>普通/697¥</text>
  57. </view>
  58. <view class="kqyyefha">
  59. <text>会员/399¥</text>
  60. </view>
  61. </view>
  62. </view>
  63. </template>
  64. <style>
  65. page {
  66. background: #FAFAFA;
  67. }
  68. </style>
  69. <script>
  70. export default {
  71. data() {
  72. return {
  73. }
  74. },
  75. }
  76. </script>
  77. <style lang="scss" scoped>
  78. </style>