stuList.wxss 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272
  1. /* pages/stuList/stuList.wxss */
  2. /* 搜索学员 */
  3. /* 找学员的按钮 */
  4. .toOpenSearch{
  5. width: 140rpx;
  6. height: 50rpx;
  7. line-height: 50rpx;
  8. margin-left: 20rpx;
  9. border: 1rpx solid gray;
  10. border-radius: 70rpx;
  11. padding: 4rpx 20rpx;
  12. }
  13. .mask{
  14. height: 300rpx;
  15. }
  16. /* 筛选区的样式 */
  17. .searchContainer {
  18. z-index: 3;
  19. display: flex;
  20. padding-bottom: 10rpx;
  21. width: 100%;
  22. line-height: 50rpx;
  23. background-color: #fff;
  24. font-size: 28rpx;
  25. flex-wrap: wrap;
  26. position: sticky;
  27. top: 0;
  28. }
  29. /* 筛选区列表的样式 */
  30. .searchList{
  31. display: flex;
  32. width: 28%;
  33. height: 50rpx;
  34. font-size: 26rpx;
  35. text-align: center;
  36. justify-content: center;
  37. margin-top: 10rpx;
  38. margin-left: 20rpx;
  39. border: 1rpx solid gray;
  40. border-radius: 30rpx;
  41. overflow: hidden;
  42. }
  43. /* 下拉箭头图标 */
  44. .iconImg {
  45. width: 26rpx;
  46. height: 26rpx;
  47. }
  48. .searchList .iconImg{
  49. width: 26rpx;
  50. height: 26rpx;
  51. padding-top: 11rpx;
  52. padding-left: 10rpx;
  53. }
  54. /* 取消图标的样式 */
  55. .iconCancelImg{
  56. width: 36rpx;
  57. height: 36rpx;
  58. padding-top: 7rpx;
  59. padding-left: 10rpx;
  60. }
  61. /* 搜索按钮 */
  62. /* 搜索按钮外层容器 */
  63. .searchBtn-container{
  64. z-index: 3;
  65. height: 50rpx;
  66. background-color: #fff;
  67. display: flex;
  68. position: sticky;
  69. top: 200rpx;
  70. }
  71. /* 搜索按钮和清除选择按钮的公共样式 */
  72. .searchBtn,
  73. .clearBtn{
  74. border:1rpx solid gray;
  75. border-radius: 30rpx;
  76. height: 38rpx;
  77. line-height: 40rpx;
  78. padding: 4rpx 20rpx;
  79. font-size: 28rpx;
  80. }
  81. /* 搜索按钮 */
  82. .searchBtn{
  83. margin-left: 20rpx;
  84. }
  85. /* 清除选择按钮 */
  86. .clearBtn{
  87. display: flex;
  88. position: absolute;
  89. margin-left: auto;
  90. right: 20rpx;
  91. }
  92. /* 搜索区下方的隔离区 */
  93. .interval{
  94. height: 10rpx;
  95. margin-top: 20rpx;
  96. background-color: gray;
  97. }
  98. /* 间隔线 */
  99. .stuListInterval{
  100. height: 10rpx;
  101. margin-left: -20rpx;
  102. margin-top: 10rpx;
  103. background-color: #F1F1F1;
  104. }
  105. /* 学生列表区 */
  106. .stuListContainer{
  107. margin-left: 20rpx;
  108. font-size: 28rpx;
  109. position: relative;
  110. }
  111. .stuListDetail{
  112. display: flex;
  113. }
  114. /* 左侧部分 */
  115. .stuLeft{
  116. display: flex;
  117. flex-direction: column;
  118. width: 60%;
  119. margin-top: 10rpx;
  120. }
  121. .stuTitle{
  122. font-weight: bold;
  123. color: yellowgreen;
  124. }
  125. .stuDesc{
  126. margin: 20rpx 0;
  127. }
  128. /* 右侧部分 */
  129. .stuRight{
  130. display: flex;
  131. flex-direction: column;
  132. position: absolute;
  133. right: 20rpx;
  134. color: #979797;
  135. margin-top: 10rpx;
  136. }
  137. /* 薪水 */
  138. .salary{
  139. color: #FF970F;
  140. }
  141. /* 课程科目 */
  142. .course{
  143. z-index: 3;
  144. position: fixed;
  145. width: 100%;
  146. height: 100%;
  147. top: 124rpx;
  148. background-color: #F3F3F3;
  149. border: 1rpx solid #E6E6E6;
  150. }
  151. .courseLists{
  152. width: 160rpx;
  153. height: 40rpx;
  154. /* background-color: yellow; */
  155. border-right: 1rpx solid red;
  156. border-bottom: 1rpx solid red;
  157. padding: 20rpx 20rpx 20rpx 40rpx;
  158. }
  159. /* 选中课程科目的样式 */
  160. .courseActive{
  161. width: 160rpx;
  162. height: 40rpx;
  163. color: #ff9000;
  164. font-weight: bold;
  165. border-bottom: 1rpx solid gray;
  166. padding: 20rpx 20rpx 20rpx 40rpx;
  167. }
  168. /* 课程详情 */
  169. .courseDetail{
  170. z-index: 3;
  171. position: fixed;
  172. width: calc(100vw - 224rpx);
  173. /* height: 100%; */
  174. top: 124rpx;
  175. left: 224rpx;
  176. background-color: #F3F3F3;
  177. display: flex;
  178. flex-direction: row;
  179. flex-wrap: wrap;
  180. }
  181. .courseDetailLists{
  182. padding: 20rpx;
  183. border: 1rpx solid #E6E6E6;
  184. border-radius: 16rpx;
  185. height: 30rpx;
  186. line-height: 30rpx;
  187. margin: 10rpx;
  188. }
  189. /* 选中课程详情的样式 */
  190. .courseDetailActive{
  191. height: 40rpx;
  192. color: #ff9000;
  193. font-weight: bold;
  194. padding: 20rpx;
  195. border: 1rpx solid #E6E6E6;
  196. border-radius: 16rpx;
  197. height: 30rpx;
  198. line-height: 30rpx;
  199. margin: 10rpx;
  200. }
  201. /* 辅导方式、学生性别、教员类型、教员学历选项区的公共样式 */
  202. .teachPositions,
  203. .choosestuSex,
  204. .teachType,
  205. .eduList,
  206. .teachSex
  207. {
  208. background-color: #F3F3F3;
  209. border: 1rpx solid #E6E6E6;
  210. position: fixed;
  211. padding: 10rpx;
  212. z-index: 3;
  213. }
  214. /* 辅导方式选项区 */
  215. .teachPositions{
  216. top: 124rpx;
  217. left: 34%;
  218. width: 30%;
  219. }
  220. /* 辅导方式筛选内容区的公共样式 */
  221. .detail{
  222. margin: 30rpx 0;
  223. }
  224. /* 学生性别 */
  225. .choosestuSex{
  226. width: 30%;
  227. top: 124rpx;
  228. right: 20rpx;
  229. }
  230. /* 老师身份选项区 */
  231. .teachType{
  232. top: 188rpx;
  233. left: 20rpx;
  234. }
  235. /* 老师学历选项区 */
  236. .eduList{
  237. width: 30%;
  238. top: 188rpx;
  239. left: 34%;
  240. }
  241. /* 老师性别选项区 */
  242. .teachSex{
  243. width: 30%;
  244. top: 188rpx;
  245. right: 20rpx;
  246. }
  247. /* 老师照片选项区 */
  248. .teachImgList{
  249. background-color: #F3F3F3;
  250. border: 1rpx solid #E6E6E6;
  251. position: fixed;
  252. padding: 10rpx;
  253. z-index: 3;
  254. }
  255. .teachImgList{
  256. width: 180rpx;
  257. top: 252rpx;
  258. left: 20rpx;
  259. }