add_student.wxss 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288
  1. /* pages/child_list/child_list.wxss */
  2. @import '../../templates/nodata/nodata.wxss';
  3. @import '../../templates/loading/loading.wxss';
  4. .tab{
  5. font-size:36rpx;
  6. font-family:PingFang SC;
  7. font-weight:bold;
  8. color:rgba(57,57,57,1);
  9. padding-bottom: 17rpx;
  10. padding-left: 24rpx;
  11. }
  12. .tab-img{
  13. width:20rpx;
  14. height:37rpx;
  15. transform: rotate(180deg);
  16. }
  17. .fixed{
  18. position: fixed;
  19. top: 0;
  20. }
  21. .li{
  22. margin: 0;
  23. padding: 0;
  24. }
  25. .li-search{
  26. display: flex;
  27. justify-content: space-between;
  28. margin:0 24rpx 20rpx 24rpx;
  29. }
  30. .child-nav{
  31. width:377rpx;
  32. height:88rpx;
  33. color: #FF6465;
  34. font-size: 30rpx;
  35. background:rgba(255,255,255,1);
  36. box-shadow:0px 6rpx 30rpx 0px rgba(81,108,227,0.25);
  37. border-radius:44rpx;
  38. display: flex;
  39. justify-content: space-around;
  40. margin: 25rpx auto;
  41. }
  42. .child-nav-items{
  43. height:76rpx;
  44. line-height: 76rpx;
  45. background:transparent;
  46. border-radius:37rpx;
  47. text-align: center;
  48. padding: 0 50rpx;
  49. margin: auto;
  50. }
  51. .child-nav-items-active{
  52. background:rgba(255,100,101,1);
  53. color: #fff;
  54. }
  55. .li-search-left{
  56. width: 82%;
  57. height:68rpx;
  58. line-height: 68rpx;
  59. background: #F1F3FA;
  60. border-radius: 34rpx;
  61. padding: 10rpx 20rpx;
  62. display: flex;
  63. justify-content: flex-start;
  64. align-items: center;
  65. }
  66. .li-search-left-img{
  67. width: 34rpx;
  68. height: 29rpx;
  69. margin: auto 30rpx;
  70. }
  71. .li-search-left-input{
  72. color: #393939;
  73. font-size: 26rpx;
  74. display: inline-block;
  75. width: 100%;
  76. /* position: relative;
  77. bottom: 0; */
  78. /* margin-top: 20rpx; */
  79. }
  80. .li-search-left-input-pla{
  81. color: #AAAAAA;
  82. font-size: 26rpx;
  83. }
  84. .li-search-right{
  85. color: #6174D9;
  86. font-size: 26rpx;
  87. margin: auto 24rpx;
  88. }
  89. .li-child{
  90. display: flex;
  91. justify-content: flex-start;
  92. padding: 30rpx 0;
  93. margin: 0 24rpx;
  94. position: relative;
  95. }
  96. .li-child-img{
  97. width: 70rpx;
  98. height: 70rpx;
  99. margin: auto 0;
  100. border-radius: 50%;
  101. position: relative;
  102. bottom: 10rpx;
  103. }
  104. .li-child-two-img{
  105. width: 70rpx;
  106. height: 70rpx;
  107. position: relative;
  108. top: 20rpx;
  109. /* margin: auto; */
  110. }
  111. .li-child-info{
  112. display: inline-block;
  113. /* width: 80%; */
  114. margin: auto 24rpx;
  115. }
  116. .li-child-two{
  117. padding: 12rpx 24rpx;
  118. display: inline-block;
  119. width: 79%;
  120. }
  121. .li-tips{
  122. width: 34rpx;
  123. height: 29rpx;
  124. margin: 0 10rpx;
  125. }
  126. .li-child-info-name{
  127. color: #393939;
  128. font-size: 30rpx;
  129. margin-left:25rpx;
  130. position: relative;
  131. top: 12rpx;
  132. }
  133. .li-child-info-grades{
  134. color: #666666;
  135. font-size: 24rpx;
  136. margin-top: 10rpx;
  137. }
  138. .li-select{
  139. position: fixed;
  140. bottom: 0;
  141. z-index: 1000;
  142. width: 100%;
  143. height: 120rpx;
  144. line-height: 120rpx;
  145. color: #393939;
  146. font-size: 25rpx;
  147. background: #F5F5F5
  148. }
  149. .li-select-img{
  150. width: 34rpx;
  151. height: 37rpx;
  152. margin: 0 15rpx 0 34rpx;
  153. }
  154. .li-child-gray{
  155. width: 45rpx;
  156. height: 45rpx;
  157. margin: auto 0;
  158. }
  159. .li-free{
  160. display: flex;
  161. justify-content: space-between;
  162. padding: 0 24rpx;
  163. }
  164. .li-free-close{
  165. color: #393939;
  166. font-size: 25rpx;
  167. margin-left: 25rpx;
  168. }
  169. .li-free-select{
  170. color: #7C819D;
  171. font-size: 26rpx;
  172. }
  173. .li-free-pay{
  174. width:178rpx;
  175. height:70rpx;
  176. background:rgba(255,100,101,1);
  177. border-radius:35rpx;
  178. line-height: 70rpx;
  179. margin: auto;
  180. color: #FFFFFF;
  181. font-size: 30rpx;
  182. display: inline-block;
  183. text-align: center;
  184. margin-left: 27rpx;
  185. }
  186. .li-child-two-info{
  187. width: 80%;
  188. display: flex;
  189. justify-content: flex-start;
  190. }
  191. /* 老师 */
  192. .li-teach{
  193. padding: 30rpx 0;
  194. display: flex;
  195. text-align: left;
  196. }
  197. .li-between{
  198. justify-content: space-between;
  199. }
  200. .li-teach-dian{
  201. width: 44rpx;
  202. height: 44rpx;
  203. margin: auto 38rpx;
  204. /* position: relative;
  205. right: 20rpx; */
  206. }
  207. .li-add-teacher{
  208. margin: auto 0;
  209. margin-left: 38rpx;
  210. }
  211. .li-teach-img{
  212. width: 70rpx;
  213. height: 70rpx;
  214. margin: auto 30rpx;
  215. border-radius: 50%;
  216. position: relative;
  217. bottom: 22rpx;
  218. }
  219. .li-teach-items{
  220. display: inline-block
  221. }
  222. .li-teach-items-top{
  223. margin-bottom: 10rpx;
  224. color: #393939;
  225. font-size: 30rpx;
  226. }
  227. .li-teach-items-top-sub{
  228. display: inline-block;
  229. padding: 5rpx 8rpx;
  230. color: #fff;
  231. font-size: 22rpx;
  232. border-radius:8rpx;
  233. margin: 0 10rpx;
  234. }
  235. .li-blue{
  236. background: #378EEF;
  237. }
  238. .li-red{
  239. background: #FF6465;
  240. }
  241. .li-yellow{
  242. background: #FFB400;
  243. }
  244. .li-teach-items-down{
  245. color: #999999;
  246. font-size: 22rpx;
  247. }
  248. .off-active{
  249. color: #27C132;
  250. }
  251. .li-child-items{
  252. /* position: absolute;
  253. top: 45rpx;
  254. right: 10rpx; */
  255. display: inline-block
  256. }
  257. /* 弹幕 */
  258. .model-list{
  259. margin: 50rpx;
  260. color: #393939;
  261. font-size: 30rpx;
  262. }
  263. .model-list-class{
  264. padding: 40rpx 0;
  265. border-bottom: 1rpx solid #E5E5E5;
  266. }
  267. .model-list-items{
  268. margin-top: 78rpx;
  269. }
  270. .model-list-items-img{
  271. width: 44rpx;
  272. height: 44rpx;
  273. margin-right: 30rpx;
  274. }
  275. .model-footer{
  276. height:120rpx;
  277. line-height: 120rpx;
  278. background:rgba(245,245,245,1);
  279. text-align: center;
  280. }
  281. .model-list-items-tips{
  282. color: #FD6669;
  283. font-size: 24rpx;
  284. margin-left: 15rpx;
  285. }