You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

138 rivejä
4.7 KiB

  1. <!-- <view id="BoxBg">
  2. <view class="Box">
  3. <navbar text="课程" background="#0E1119" color="#fff"></navbar>
  4. <view style="height:{{navigationBarHeight}} "></view>
  5. <view class="headBox oh">
  6. <view class="classHourBox oh">
  7. <view class="classNumBox oh">
  8. <view class="numBox oh">
  9. <view class="num">
  10. 686
  11. </view>
  12. <view class="text">
  13. </view>
  14. </view>
  15. <view class="study">
  16. 累计学习
  17. </view>
  18. </view>
  19. <view class="xian">
  20. </view>
  21. <view class="deyClassBox">
  22. <view class="numBox oh">
  23. <view class="num">
  24. 686
  25. </view>
  26. <view class="text">
  27. </view>
  28. </view>
  29. <view class="study">
  30. 今日学习
  31. </view>
  32. </view>
  33. </view>
  34. </view>
  35. <view class="learnBox">
  36. <view class="learnTitle">
  37. 我的已学
  38. </view>
  39. <view class="classBox oh" tt:for="{{6}}">
  40. <view class="logo">
  41. </view>
  42. <view class="particularsBox">
  43. <view class="h3">
  44. 高级私教PT体验课-燃脂增肌
  45. </view>
  46. <view class="overall">
  47. 共 56 课时
  48. </view>
  49. <view class="overall" style="color: #07E881;margin-top: 20rpx;">
  50. 已学习:32/56
  51. </view>
  52. <view class="scheduleHie">
  53. <view class="scheduleA">
  54. </view>
  55. </view>
  56. </view>
  57. </view>
  58. </view>
  59. </view>
  60. </view> -->
  61. <view id="BoxBg">
  62. <view class="Box">
  63. <navbar back text="课程" background="#0E1119" color="#fff"></navbar>
  64. <view style="height:{{navigationBarHeight}} "></view>
  65. <view class="Hierecommend">
  66. <view class="searchBox oh">
  67. <view class="searchF">
  68. <input type="text" class="searchText" placeholder-style="color: #666666;" placeholder="搜索"
  69. bindconfirm="search" bindinput="setSearchValue" confirm-type="search" />
  70. </view>
  71. <view class="searchBtn" bindtap="searchBtn">
  72. 搜索
  73. </view>
  74. </view>
  75. </view>
  76. <view class="classBoxAll">
  77. <navigator url="/pages/classDetails/classDetails?id={{item.productId}}&title={{item.productTitle}}" open-type="" hover-class="className" tt:for="{{list}}" class="classBox oh">
  78. <image class="logo" src="{{item.productPic}}" mode="" />
  79. <view class="textBox">
  80. <view class="titile">{{item.productTitle}}</view>
  81. <!-- <view class="cont">{{item.}}</view> -->
  82. <view class="moreBox oh">
  83. <image class="user" src="{{item.authorPic}}" mode="" />
  84. <view class="userText">{{item.author}}</view>
  85. <!-- <view class="show" catchtap="showHie" data-id="{{item.id}}">
  86. <image class="go" src="{{imgHttps+'mesc_gd.png'}}" mode="" />
  87. </view> -->
  88. </view>
  89. </view>
  90. </navigator>
  91. <view class="noDataBox" tt:if="{{list.length==0}}" >
  92. <image class="noDataImg" src="{{imgHttps+'no_favorite.png'}}" mode="" />
  93. </view>
  94. </view>
  95. </view>
  96. <!-- <view class="instrumentBox" tt:if="{{showFlog}}">
  97. <view class="cancel" bindtap="cancel">取消收藏</view>
  98. <view class="hie" bindtap="hie">取消</view>
  99. </view> -->
  100. </view>