us-wdxuexi.vue 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. <template>
  2. <view class="ayuu">
  3. <view class="xuehhbfr">
  4. <view class="indhuyr">
  5. <view class="indjbrr"></view>
  6. <text>今天</text>
  7. </view>
  8. <view>
  9. <navigator class="fzctob xiekkt" url="../lecturer/cpfa" hover-class="none">
  10. <view class="sckjert">
  11. <!-- 图片预留 -->
  12. </view>
  13. <view class="fsxto" style="width: 100%;margin-left: 24rpx;">
  14. <view class="cphrry"><text>焦虑课程焦虑课程焦虑课程焦虑</text></view>
  15. <view class="cptxtyra" style="margin-top: 4rpx;margin-bottom: 0;"><text>观看至50%</text></view>
  16. </view>
  17. </navigator>
  18. </view>
  19. </view>
  20. <view class="xuehhbfr">
  21. <view class="indhuyr">
  22. <view class="indjbrr"></view>
  23. <text>昨天</text>
  24. </view>
  25. <view>
  26. <navigator class="fzctob xiekkt" url="../lecturer/cpfa" hover-class="none">
  27. <view class="sckjert">
  28. <!-- 图片预留 -->
  29. </view>
  30. <view class="fsxto" style="width: 100%;margin-left: 24rpx;">
  31. <view class="cphrry"><text>焦虑课程焦虑课程焦虑课程焦虑</text></view>
  32. <view class="cptxtyra" style="margin-top: 4rpx;margin-bottom: 0;"><text>观看至50%</text></view>
  33. </view>
  34. </navigator>
  35. </view>
  36. </view>
  37. <view class="xuehhbfr">
  38. <view class="indhuyr">
  39. <view class="indjbrr"></view>
  40. <text>更早</text>
  41. </view>
  42. <view>
  43. <navigator class="fzctob xiekkt" url="../lecturer/cpfa" hover-class="none">
  44. <view class="sckjert">
  45. <!-- 图片预留 -->
  46. </view>
  47. <view class="fsxto" style="width: 100%;margin-left: 24rpx;">
  48. <view class="cphrry"><text>焦虑课程焦虑课程焦虑课程焦虑</text></view>
  49. <view class="cptxtyra" style="margin-top: 4rpx;margin-bottom: 0;"><text>观看至50%</text></view>
  50. </view>
  51. </navigator>
  52. </view>
  53. </view>
  54. </view>
  55. </template>
  56. <style>
  57. page {
  58. background: #FAFAFA;
  59. }
  60. </style>
  61. <script>
  62. export default {
  63. data() {
  64. return {
  65. }
  66. },
  67. }
  68. </script>
  69. <style lang="scss" scoped>
  70. </style>