123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- <template>
- <view class="ayuu">
-
- <view class="xuehhbfr">
- <view class="indhuyr">
- <view class="indjbrr"></view>
- <text>今天</text>
- </view>
- <view>
- <navigator class="fzctob xiekkt" url="../lecturer/cpfa" hover-class="none">
- <view class="sckjert">
- <!-- 图片预留 -->
- </view>
- <view class="fsxto" style="width: 100%;margin-left: 24rpx;">
- <view class="cphrry"><text>焦虑课程焦虑课程焦虑课程焦虑</text></view>
- <view class="cptxtyra" style="margin-top: 4rpx;margin-bottom: 0;"><text>观看至50%</text></view>
- </view>
- </navigator>
-
- </view>
- </view>
-
- <view class="xuehhbfr">
- <view class="indhuyr">
- <view class="indjbrr"></view>
- <text>昨天</text>
- </view>
- <view>
- <navigator class="fzctob xiekkt" url="../lecturer/cpfa" hover-class="none">
- <view class="sckjert">
- <!-- 图片预留 -->
- </view>
- <view class="fsxto" style="width: 100%;margin-left: 24rpx;">
- <view class="cphrry"><text>焦虑课程焦虑课程焦虑课程焦虑</text></view>
- <view class="cptxtyra" style="margin-top: 4rpx;margin-bottom: 0;"><text>观看至50%</text></view>
- </view>
- </navigator>
-
- </view>
- </view>
-
- <view class="xuehhbfr">
- <view class="indhuyr">
- <view class="indjbrr"></view>
- <text>更早</text>
- </view>
- <view>
- <navigator class="fzctob xiekkt" url="../lecturer/cpfa" hover-class="none">
- <view class="sckjert">
- <!-- 图片预留 -->
- </view>
- <view class="fsxto" style="width: 100%;margin-left: 24rpx;">
- <view class="cphrry"><text>焦虑课程焦虑课程焦虑课程焦虑</text></view>
- <view class="cptxtyra" style="margin-top: 4rpx;margin-bottom: 0;"><text>观看至50%</text></view>
- </view>
- </navigator>
-
- </view>
- </view>
-
-
-
-
- </view>
- </template>
- <style>
- page {
- background: #FAFAFA;
- }
- </style>
- <script>
- export default {
- data() {
- return {
-
- }
- },
- }
- </script>
- <style lang="scss" scoped>
-
-
-
-
-
- </style>
|