kcdd-xqb.vue 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  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="sckjert">
  14. <!-- 图片预留 -->
  15. </view>
  16. <view class="fsxto" style="width: 100%;margin-left: 24rpx;">
  17. <view class="cphrry"><text>焦虑课程焦虑课程焦虑课程焦虑</text></view>
  18. <view class="cptxtyra"><text>课程讲师或其他信息</text></view>
  19. <view class="fzctob">
  20. <text class="wdjga">¥</text>
  21. <text class="wdjgb">00</text>
  22. <text class="wdjgc">.00</text>
  23. <text class="scjga">原价¥199</text>
  24. <image v-show="xqaxuye" @click="xqaxuye = false" src="/static/zy/zyb1.png" style="width: 36rpx;height: 36rpx;margin-left: 20rpx;margin-top: 6rpx;" mode=""></image>
  25. <image v-show="!xqaxuye" @click="xqaxuye = true" src="/static/zy/zyb2.png" style="width: 36rpx;height: 36rpx;margin-left: 20rpx;margin-top: 6rpx;" mode=""></image>
  26. </view>
  27. </view>
  28. </view>
  29. </view>
  30. </view>
  31. <view class="ddxqfayu">
  32. <view class="indhuyr">
  33. <view class="indjbrr"></view>
  34. <text>课程详情</text>
  35. </view>
  36. <view style="margin-top: 30rpx;">
  37. <view class="fzctob">
  38. <view class="kcxquyr">
  39. <text>课程名称</text>
  40. </view>
  41. <view class="kcxquyra">
  42. <text>焦虑课程焦虑课程焦虑课程焦虑</text>
  43. </view>
  44. </view>
  45. <view style="border-top: 2rpx dashed #e8e8e8;width: 100%;margin: 22rpx 0;"></view>
  46. <view class="fzctob">
  47. <view class="kcxquyr">
  48. <text>课程分类</text>
  49. </view>
  50. <view class="fzctob kcwwerrt">
  51. <text>心里咨询</text>
  52. <text>心里咨询</text>
  53. <text>心里咨询</text>
  54. </view>
  55. </view>
  56. <view style="border-top: 2rpx dashed #e8e8e8;width: 100%;margin: 22rpx 0;"></view>
  57. <view class="fzctob">
  58. <view class="kcxquyr">
  59. <text>金额</text>
  60. </view>
  61. <view class="fzctob">
  62. <text class="wdjga">¥</text>
  63. <text class="wdjgb">00</text>
  64. <text class="wdjgc">.00</text>
  65. <text class="scjga">原价¥199</text>
  66. </view>
  67. </view>
  68. </view>
  69. </view>
  70. </view>
  71. </template>
  72. <style>
  73. page {
  74. background: #FAFAFA;
  75. }
  76. </style>
  77. <script>
  78. export default {
  79. data() {
  80. return {
  81. xqaxuye:false,
  82. }
  83. },
  84. }
  85. </script>
  86. <style lang="scss" scoped>
  87. </style>