stuList.wxss 4.5 KB

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