main.wxss 5.0 KB

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