coursePublish.wxss 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228
  1. /* pages/coursePublish/coursePublish.wxss */
  2. /* 外层容器样式 */
  3. .course-container{
  4. margin-left: 20rpx;
  5. }
  6. /* 授课科目 */
  7. .course-title{
  8. margin-top: 20rpx;
  9. }
  10. .course-list {
  11. display: flex;
  12. margin-top: 20rpx;
  13. margin-left: -20rpx;
  14. padding-left: 20rpx;
  15. padding-bottom: 20rpx;
  16. border-bottom: 1rpx solid #D1D1D1;
  17. }
  18. .course{
  19. width: 25%;
  20. }
  21. .course-type,
  22. .course-detail {
  23. display: flex;
  24. }
  25. .course-type{
  26. width: 28%;
  27. }
  28. .course-detail{
  29. width: 68%;
  30. }
  31. .iconImg{
  32. width: 30rpx;
  33. height: 30rpx;
  34. }
  35. /* 授课方式 */
  36. .techporsiton{
  37. display: flex;
  38. margin-top: 20rpx;
  39. }
  40. .teachporsition-option{
  41. display: flex;
  42. height: 40rpx;
  43. line-height: 40rpx;
  44. }
  45. /* 授课时间 */
  46. .tr-title{
  47. display: block;
  48. margin-top: 20rpx;
  49. }
  50. .tr-container{
  51. display: flex;
  52. position: relative;
  53. width: 98%;
  54. flex-direction: column;
  55. font-size: 26rpx;
  56. /* border: 1rpx solid gray; */
  57. margin: 20rpx 20rpx 20rpx 0;
  58. }
  59. .tr_1 {
  60. display: flex;
  61. position: relative;
  62. height: 80rpx;
  63. line-height: 80rpx;
  64. }
  65. .tr_2{
  66. display: block;
  67. height: 80rpx;
  68. line-height: 80rpx;
  69. }
  70. .th_0,
  71. .th_1,
  72. .th_2,
  73. .th2_0,
  74. .th2_1,
  75. .th2_2{
  76. width: 12%;
  77. height: 80rpx;
  78. line-height: 80rpx;
  79. border-right: 1rpx solid #D1D1D1;
  80. border-bottom: 1rpx solid #D1D1D1;
  81. text-align: center;
  82. }
  83. .th_0,
  84. .th_1,
  85. .th_2{
  86. border-top: 1rpx solid #D1D1D1;
  87. }
  88. .th_0,
  89. .th2_0{
  90. border-left: 1rpx solid #D1D1D1;
  91. }
  92. .th2_0{
  93. float: left;
  94. width: 12%;
  95. height: 80rpx;
  96. line-height: 80rpx;
  97. text-align: center;
  98. /* background-color: greenyellow; */
  99. }
  100. /* 复选框大小 */
  101. .wx-checkbox-input{
  102. width: 22rpx !important;
  103. height: 22rpx !important;
  104. }
  105. /* 成功经验和自我介绍 */
  106. .suc-exap,
  107. .case{
  108. margin-top: 20rpx;
  109. }
  110. .case{
  111. width: 94%;
  112. border: 1rpx solid #D1D1D1;
  113. padding: 10rpx;
  114. }
  115. /* 提交按钮 */
  116. .subBtn {
  117. margin-top: 40rpx;
  118. }
  119. /* 底部空白区域 */
  120. .blank{
  121. height: 50rpx;
  122. }
  123. /* 授课方式下拉空白区(背景) */
  124. .mask{
  125. z-index: 2;
  126. background-color: rgba(0,0,0,.3);
  127. position: fixed;
  128. top: 0;
  129. left: 0;
  130. right: 0;
  131. bottom: 0;
  132. }
  133. /* 授课方式内容区 */
  134. .options-wrapper{
  135. z-index: 3;
  136. width: 100%;
  137. background-color: #fff;
  138. position: fixed;
  139. bottom: 0;
  140. }
  141. /* 下拉选项内容区 */
  142. .chooseContent{
  143. width: 100%;
  144. height: 80rpx;
  145. display: flex;
  146. align-items: center;
  147. justify-content: space-around;
  148. border-bottom: 1rpx solid gray;
  149. }
  150. .chooseContent image{
  151. width: 50rpx;
  152. height: 50rpx;
  153. }
  154. /*授课方式下拉选项内容区标题部分 */
  155. .chooseContent-title{
  156. background-color: rgb(230,230, 230);
  157. display: flex;
  158. height: 80rpx;
  159. line-height: 80rpx;
  160. align-content: center;
  161. justify-content: space-between;
  162. padding-right: 40rpx;
  163. padding-left: 40rpx;
  164. }
  165. /* 课程类别、课程细分内容区 */
  166. .courseTitle-wrapper,
  167. .courseDetail-wrapper{
  168. z-index: 3;
  169. width: 100%;
  170. height: 100%;
  171. background-color: #fff;
  172. position: fixed;
  173. bottom: 0;
  174. }
  175. /* 滚动区域 */
  176. .CourseTitleScroll,
  177. .courseDetailScroll{
  178. margin-top: 10rpx;
  179. height: 84vh;
  180. }
  181. /* 课程详情选项区 */
  182. .checkboxList{
  183. display: flex;
  184. flex-direction: column;
  185. padding-left: 40rpx;
  186. width: 100%;
  187. height: 80rpx;
  188. display: flex;
  189. /* align-items: center; */
  190. justify-content: space-around;
  191. border-bottom: 1rpx solid gray;
  192. }
  193. /* 添加和删除按钮 */
  194. .addAndDelete{
  195. display: flex;
  196. /* flex-direction: column; */
  197. flex-direction: row-reverse;
  198. position: relative;
  199. }
  200. /* 添加和删除的图标 */
  201. .addIconImg {
  202. width: 40rpx;
  203. height: 40rpx;
  204. margin-top: 10rpx;
  205. }
  206. /* 添加和删除的样式 */
  207. .addCourse {
  208. display: flex;
  209. height: 60rpx;
  210. line-height: 60rpx;
  211. justify-content: flex-end;
  212. padding-right: 20rpx;
  213. right: 20rpx;
  214. }