12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- <template>
- <view class="">
- <view class="ddxqship">
- <!-- 视频板块预留 -->
- </view>
-
-
- <view class="ddxqfayu">
- <view class="indhuyr">
- <view class="indjbrr"></view>
- <text>课程详情</text>
- </view>
-
- <view style="margin-top: 30rpx;">
- <view class="fzctob">
- <view class="kcxquyr">
- <text>课程名称</text>
- </view>
- <view class="kcxquyra">
- <text>焦虑课程焦虑课程焦虑课程焦虑</text>
- </view>
- </view>
- <view style="border-top: 2rpx dashed #e8e8e8;width: 100%;margin: 22rpx 0;"></view>
-
- <view class="fzctob">
- <view class="kcxquyr">
- <text>课程分类</text>
- </view>
- <view class="fzctob kcwwerrt">
- <text>心里咨询</text>
- <text>心里咨询</text>
- <text>心里咨询</text>
- </view>
- </view>
- <view style="border-top: 2rpx dashed #e8e8e8;width: 100%;margin: 22rpx 0;"></view>
-
- <view class="fzctob">
- <view class="kcxquyr">
- <text>直播时间</text>
- </view>
- <view class="kcxquyra">
- <text>2022.02.22 22:00~22:00</text>
- </view>
- </view>
- <view style="border-top: 2rpx dashed #e8e8e8;width: 100%;margin: 22rpx 0;"></view>
-
- <view class="fzctob">
- <view class="kcxquyr">
- <text>金额</text>
- </view>
- <view class="fzctob">
- <text class="wdjga">¥</text>
- <text class="wdjgb">00</text>
- <text class="wdjgc">.00</text>
- <text class="scjga">原价¥199</text>
- </view>
- </view>
- </view>
- </view>
-
- </view>
- </template>
- <style>
- page {
- background: #FAFAFA;
- }
- </style>
- <script>
- export default {
- data() {
- return {
- }
- },
- }
- </script>
- <style lang="scss" scoped>
-
-
-
-
-
-
- </style>
|