batch_renew.wxss 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390
  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-top: 98rpx;
  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. z-index: 1000;
  33. position: fixed;
  34. top: 0;
  35. width: 100%;
  36. height:88rpx;
  37. display: flex;
  38. justify-content: space-around;
  39. padding: 25rpx auto;
  40. font-size:34rpx;
  41. font-family:PingFang SC;
  42. font-weight:bold;
  43. color:rgba(57,57,57,1);
  44. background-color: #fff;
  45. }
  46. .child-nav-items{
  47. height:76rpx;
  48. line-height: 76rpx;
  49. background:transparent;
  50. text-align: center;
  51. padding: 0 0rpx 10rpx;
  52. margin: auto;
  53. }
  54. .child-nav-items-active{
  55. color:rgba(255,100,101,1);
  56. border-bottom: 5rpx solid #FF6465;
  57. }
  58. .li-search-left{
  59. width: 82%;
  60. height:68rpx;
  61. line-height: 68rpx;
  62. background: #F1F3FA;
  63. border-radius: 34rpx;
  64. padding: 10rpx 20rpx;
  65. display: flex;
  66. justify-content: flex-start;
  67. align-items: center;
  68. }
  69. .li-search-left-img{
  70. width: 35rpx;
  71. height: 30rpx;
  72. margin: auto 30rpx;
  73. }
  74. .li-search-left-input{
  75. color: #393939;
  76. font-size: 26rpx;
  77. display: inline-block;
  78. width: 100%;
  79. /* position: relative;
  80. bottom: 0; */
  81. /* margin-top: 20rpx; */
  82. }
  83. .li-search-left-input-pla{
  84. color: #AAAAAA;
  85. font-size: 26rpx;
  86. }
  87. .li-search-right{
  88. color: #6174D9;
  89. font-size: 26rpx;
  90. margin: auto 24rpx;
  91. }
  92. .li-child{
  93. display: flex;
  94. justify-content: space-between;
  95. padding: 30rpx 0;
  96. margin: 0 24rpx;
  97. position: relative;
  98. }
  99. .li-child-img{
  100. width: 70rpx;
  101. height: 70rpx;
  102. margin: auto 0;
  103. border-radius: 50%;
  104. /* position: relative;
  105. bottom: 10rpx; */
  106. }
  107. .li-child-two-img{
  108. width: 70rpx;
  109. height: 70rpx;
  110. position: relative;
  111. top: 20rpx;
  112. /* margin: auto; */
  113. }
  114. .li-child-info{
  115. display: flex;
  116. /* width: 80%; */
  117. margin: auto 24rpx;
  118. }
  119. .li-child-two{
  120. padding: 12rpx 24rpx;
  121. display: inline-block;
  122. width: 79%;
  123. }
  124. .li-tips{
  125. width: 34rpx;
  126. height: 29rpx;
  127. margin-right: 5rpx;
  128. }
  129. .li-child-info-name{
  130. color: #393939;
  131. font-size: 30rpx;
  132. margin-left:25rpx;
  133. /* position: relative;
  134. top: 12rpx; */
  135. }
  136. .li-child-info-grades{
  137. color: #666666;
  138. font-size: 24rpx;
  139. margin-top: 10rpx;
  140. }
  141. .li-select{
  142. position: fixed;
  143. bottom: 0;
  144. z-index: 1000;
  145. width: 100%;
  146. height: 120rpx;
  147. line-height: 120rpx;
  148. color: #393939;
  149. font-size: 25rpx;
  150. background: #F5F5F5
  151. }
  152. .li-select-img{
  153. width: 34rpx;
  154. height: 37rpx;
  155. margin: 0 15rpx 0 34rpx;
  156. }
  157. .li-child-gray{
  158. width: 45rpx;
  159. height: 45rpx;
  160. margin: auto 0;
  161. }
  162. .li-free{
  163. display: flex;
  164. justify-content: space-between;
  165. padding: 0 24rpx;
  166. }
  167. .li-free-close{
  168. color: #393939;
  169. font-size: 25rpx;
  170. margin-left: 25rpx;
  171. }
  172. .li-free-select{
  173. color: #7C819D;
  174. font-size: 26rpx;
  175. }
  176. .li-free-pay{
  177. width:178rpx;
  178. height:70rpx;
  179. background:rgba(255,100,101,1);
  180. border-radius:35rpx;
  181. line-height: 70rpx;
  182. margin: auto;
  183. color: #FFFFFF;
  184. font-size: 30rpx;
  185. display: inline-block;
  186. text-align: center;
  187. margin-left: 27rpx;
  188. }
  189. .li-child-two-info{
  190. width: 80%;
  191. display: flex;
  192. justify-content: flex-start;
  193. }
  194. /* 老师 */
  195. .li-teach{
  196. padding: 30rpx 0;
  197. display: flex;
  198. text-align: left;
  199. }
  200. .li-between{
  201. justify-content: space-between;
  202. }
  203. .li-teach-dian{
  204. width: 44rpx;
  205. height: 44rpx;
  206. margin: auto 38rpx;
  207. /* position: relative;
  208. right: 20rpx; */
  209. }
  210. .li-add-teacher{
  211. margin: auto 0;
  212. margin-left: 38rpx;
  213. }
  214. .li-teach-img{
  215. width: 70rpx;
  216. height: 70rpx;
  217. margin: auto 30rpx;
  218. border-radius: 50%;
  219. position: relative;
  220. bottom: 22rpx;
  221. }
  222. .li-teach-items{
  223. display: inline-block
  224. }
  225. .li-teach-items-top{
  226. margin-bottom: 10rpx;
  227. color: #393939;
  228. font-size: 30rpx;
  229. }
  230. .li-teach-items-top-sub{
  231. display: inline-block;
  232. padding: 5rpx 8rpx;
  233. color: #fff;
  234. font-size: 22rpx;
  235. border-radius:8rpx;
  236. margin: 0 10rpx;
  237. }
  238. .li-blue{
  239. background: #378EEF;
  240. }
  241. .li-red{
  242. background: #FF6465;
  243. }
  244. .li-yellow{
  245. background: #FFB400;
  246. }
  247. .li-teach-items-down{
  248. color: #999999;
  249. font-size: 22rpx;
  250. }
  251. .off-active{
  252. color: #27C132;
  253. }
  254. .li-child-items{
  255. /* position: absolute;
  256. top: 45rpx;
  257. right: 10rpx; */
  258. display: inline-block
  259. }
  260. /* 弹幕 */
  261. .model-list{
  262. margin: 50rpx;
  263. color: #393939;
  264. font-size: 30rpx;
  265. }
  266. .model-list-class{
  267. padding: 40rpx 0;
  268. border-bottom: 1rpx solid #E5E5E5;
  269. }
  270. .model-list-items{
  271. margin-top: 78rpx;
  272. }
  273. .model-list-items-img{
  274. width: 44rpx;
  275. height: 44rpx;
  276. margin-right: 30rpx;
  277. }
  278. .model-footer{
  279. height:120rpx;
  280. line-height: 120rpx;
  281. background:rgba(245,245,245,1);
  282. text-align: center;
  283. }
  284. .model-list-items-tips{
  285. color: #FD6669;
  286. font-size: 24rpx;
  287. margin-left: 15rpx;
  288. }
  289. .number{
  290. display: flex;
  291. justify-content: space-around;
  292. margin: 0 140rpx;
  293. font-size: 22rpx;
  294. font-weight:bold;
  295. }
  296. .number-left{
  297. color: #AAAAAA;
  298. }
  299. .number-right{
  300. color: #7C819D;
  301. }
  302. .li-btn{
  303. font-weight:bold;
  304. /* padding-top: 40rpx; */
  305. width: 20%;
  306. }
  307. .li-btn-red{
  308. font-size:24rpx;
  309. font-family:PingFang SC;
  310. font-weight:500;
  311. color:rgba(102,102,102,1);
  312. text-align: right;
  313. margin-right: 10rpx;
  314. }
  315. .li-btn-blue{
  316. background:rgba(97,116,217,0.2);
  317. border-radius:17rpx;
  318. padding: 6rpx 13rpx;
  319. text-align: center;
  320. color: #6174D9;
  321. font-size: 22rpx;
  322. }
  323. .li-renew{
  324. display: flex;
  325. justify-content: space-between;
  326. padding: 0 24rpx;
  327. font-size: 28rpx;
  328. color: #393939;
  329. position: fixed;
  330. bottom: 0;
  331. height:120rpx;
  332. background:rgba(245,245,245,1);
  333. line-height: 120rpx;
  334. width: 100%;
  335. }
  336. .li-footer-cancel{
  337. line-height: 120rpx;
  338. }
  339. .li-footer-items{
  340. display: flex;
  341. justify-content: flex-end;
  342. text-align: center;
  343. width: 50%;
  344. }
  345. .li-footer-item{
  346. /* margin-right: 50rpx; */
  347. padding: 0;
  348. }
  349. .li-footer-item-num{
  350. font-size:36rpx;
  351. line-height: 36rpx;
  352. font-family:PingFang SC;
  353. font-weight:bold;
  354. color:rgba(229,155,54,1);
  355. margin: 29rpx 0 15rpx;
  356. position: relative;
  357. bottom: 10rpx;
  358. }
  359. .li-footer-item-text-img{
  360. width: 23rpx;
  361. height: 17rpx;
  362. margin-right: 13rpx;
  363. }
  364. .li-footer-item-text{
  365. font-size:20rpx;
  366. /* line-height: 23rpx; */
  367. font-family:PingFang SC;
  368. font-weight:500;
  369. color:rgba(57,57,57,1);
  370. }
  371. .li-content-items-select{
  372. width: 60rpx;
  373. height: 60rpx;
  374. margin: auto 0;
  375. /* position: relative;
  376. bottom: 17rpx; */
  377. }
  378. .li-child-all-items{
  379. display: flex;
  380. /* width: 70%; */
  381. }
  382. .li-content-items-logo{
  383. width: 48rpx;
  384. height: 36rpx;
  385. margin: auto 0;
  386. }