coursePublish.wxml 3.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. <!--pages/coursePublish/coursePublish.wxml-->
  2. <view>
  3. <view class="course-container">
  4. <text class="course-title">授课科目*</text>
  5. <view class="course-list">
  6. <text class="course">主教</text>
  7. <view class="course-cho">
  8. <text>请选择</text>
  9. <image class="iconImg" src="../../images/down.png"></image>
  10. </view>
  11. <view class="course-cho">
  12. <text>请选择</text>
  13. <image class="iconImg" src="../../images/down.png"></image>
  14. </view>
  15. <view class="course-cho">
  16. <text>请选择</text>
  17. <image class="iconImg" src="../../images/down.png"></image>
  18. </view>
  19. </view>
  20. <view class="course-list">
  21. <text class="course">辅教</text>
  22. <view class="course-cho">
  23. <text>请选择</text>
  24. <image class="iconImg" src="../../images/down.png"></image>
  25. </view>
  26. <view class="course-cho">
  27. <text>请选择</text>
  28. <image class="iconImg" src="../../images/down.png"></image>
  29. </view>
  30. <view class="course-cho">
  31. <text>请选择</text>
  32. <image class="iconImg" src="../../images/down.png"></image>
  33. </view>
  34. </view>
  35. </view>
  36. <view>
  37. <text class="tr-title">授课时间*</text>
  38. <view class="tr-container">
  39. <view class="tr_1">
  40. <text class="th_0" decode="true">&ensp;&ensp;&ensp;&ensp;</text>
  41. <text class="th_1">周一</text>
  42. <text class="th_1">周二</text>
  43. <text class="th_1">周三</text>
  44. <text class="th_1">周四</text>
  45. <text class="th_1">周五</text>
  46. <text class="th_1">周六</text>
  47. <text class="th_2">周日</text>
  48. </view>
  49. <view class="tr_2">
  50. <checkbox-group>
  51. <view class="th2_0">上午</view>
  52. <checkbox class="th2_1"></checkbox>
  53. <checkbox class="th2_1"></checkbox>
  54. <checkbox class="th2_1"></checkbox>
  55. <checkbox class="th2_1"></checkbox>
  56. <checkbox class="th2_1"></checkbox>
  57. <checkbox class="th2_1"></checkbox>
  58. <checkbox class="th2_2"></checkbox>
  59. </checkbox-group>
  60. </view>
  61. <view class="tr_2">
  62. <checkbox-group>
  63. <view class="th2_0">下午</view>
  64. <checkbox class="th2_1"></checkbox>
  65. <checkbox class="th2_1"></checkbox>
  66. <checkbox class="th2_1"></checkbox>
  67. <checkbox class="th2_1"></checkbox>
  68. <checkbox class="th2_1"></checkbox>
  69. <checkbox class="th2_1"></checkbox>
  70. <checkbox class="th2_2"></checkbox>
  71. </checkbox-group>
  72. </view>
  73. <view class="tr_2">
  74. <checkbox-group>
  75. <view class="th2_0">晚上</view>
  76. <checkbox class="th2_1"></checkbox>
  77. <checkbox class="th2_1"></checkbox>
  78. <checkbox class="th2_1"></checkbox>
  79. <checkbox class="th2_1"></checkbox>
  80. <checkbox class="th2_1"></checkbox>
  81. <checkbox class="th2_1"></checkbox>
  82. <checkbox class="th2_2"></checkbox>
  83. </checkbox-group>
  84. </view>
  85. </view>
  86. </view>
  87. <view class="suc-exap">
  88. <text>成功案例*</text>
  89. <textarea class="case" name="成功案例" id="" cols="30" rows="10" maxlength="120"></textarea>
  90. </view>
  91. </view>
  92. <button class="subBtn" type="primary">发布课程</button>