kcxq-b.vue 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  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>
  12. <view class="fzctob" style="margin-top: 30rpx;">
  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 class="fzctob" style="margin-top: 30rpx;">
  30. <view class="sckjert">
  31. <!-- 图片预留 -->
  32. </view>
  33. <view class="fsxto" style="width: 100%;margin-left: 24rpx;">
  34. <view class="cphrry"><text>焦虑课程焦虑课程焦虑课程焦虑</text></view>
  35. <view class="cptxtyra"><text>课程讲师或其他信息</text></view>
  36. <view class="fzctob">
  37. <text class="wdjga">¥</text>
  38. <text class="wdjgb">00</text>
  39. <text class="wdjgc">.00</text>
  40. <text class="scjga">原价¥199</text>
  41. <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>
  42. <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>
  43. </view>
  44. </view>
  45. </view>
  46. </view>
  47. </view>
  48. <view class="ddxqfayu">
  49. <view class="indhuyr">
  50. <view class="indjbrr"></view>
  51. <text>课程详情</text>
  52. </view>
  53. <view style="margin-top: 30rpx;">
  54. <view class="fzctob">
  55. <view class="kcxquyr">
  56. <text>课程名称</text>
  57. </view>
  58. <view class="kcxquyra">
  59. <text>焦虑课程焦虑课程焦虑课程焦虑</text>
  60. </view>
  61. </view>
  62. <view style="border-top: 2rpx dashed #e8e8e8;width: 100%;margin: 22rpx 0;"></view>
  63. <view class="fzctob">
  64. <view class="kcxquyr">
  65. <text>课程分类</text>
  66. </view>
  67. <view class="fzctob kcwwerrt">
  68. <text>心里咨询</text>
  69. <text>心里咨询</text>
  70. <text>心里咨询</text>
  71. </view>
  72. </view>
  73. <view style="border-top: 2rpx dashed #e8e8e8;width: 100%;margin: 22rpx 0;"></view>
  74. <view class="fzctob">
  75. <view class="kcxquyr">
  76. <text>金额</text>
  77. </view>
  78. <view class="fzctob">
  79. <text class="wdjga">¥</text>
  80. <text class="wdjgb">00</text>
  81. <text class="wdjgc">.00</text>
  82. <text class="scjga">原价¥199</text>
  83. </view>
  84. </view>
  85. </view>
  86. </view>
  87. <view class="" style="height: 200rpx;"></view>
  88. <view class="flztoa kcquuer">
  89. <view class="kqyyefh">
  90. <text>普通/697¥</text>
  91. </view>
  92. <view class="kqyyefha">
  93. <text>会员/399¥</text>
  94. </view>
  95. </view>
  96. </view>
  97. </template>
  98. <style>
  99. page {
  100. background: #FAFAFA;
  101. }
  102. </style>
  103. <script>
  104. export default {
  105. data() {
  106. return {
  107. xqaxuye:false,
  108. }
  109. },
  110. }
  111. </script>
  112. <style lang="scss" scoped>
  113. </style>