science.wxml 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <!--pages/art/art.wxml-->
  2. <view class="container">
  3. <!-- 标题 -->
  4. <tarbar id="tarbar"/>
  5. <!-- 内容 -->
  6. <view class="content">
  7. <scroll-view scroll-y="true" scroll-with-animation="true" scroll-with-animation="true" enable-back-to-top="true">
  8. <!-- 科学艺术 -->
  9. <view class="art">
  10. <target/>
  11. <lessonList/>
  12. <view class="material">
  13. <view class="this-week">
  14. <image src="../image/study.png"></image>
  15. <view class="lesson-name">
  16. <text>学习资料</text>
  17. <text>本周和历史学习资料</text>
  18. </view>
  19. </view>
  20. <view class="material-con">
  21. <view class="art-img">
  22. <text>钻石戒指</text>
  23. <text>点击预览</text>
  24. </view>
  25. <view class="art-img">
  26. <text>钻石戒指</text>
  27. <text>点击预览</text>
  28. </view>
  29. </view>
  30. </view>
  31. <view>科学</view>
  32. <chat
  33. productionData="{{productionData}}"
  34. title="作品分享"
  35. query="分享作品"
  36. type="2"/>
  37. <chat
  38. productionData="{{questionsData}}"
  39. title="答疑讨论"
  40. query="我有疑问"
  41. type="1"/>
  42. <view class="questions-one">
  43. <image src="../image/q_discuss.png" ></image>
  44. </view>
  45. <view class="upload-one">
  46. <image src="../image/works.png" ></image>
  47. </view>
  48. </view>
  49. </scroll-view>
  50. </view>
  51. </view>