index.wxss 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353
  1. /* pages/account/growthCourse/index.wxss */
  2. .flexBox{
  3. display: flex;
  4. flex-direction:row;
  5. }
  6. #article{
  7. color: #3E3A39;
  8. }
  9. .head_child{
  10. background: #fff;
  11. padding: 20rpx 40rpx;
  12. margin:10rpx 0 20rpx;
  13. font-size: 22rpx;
  14. }
  15. .head_child .noneChild{
  16. margin-bottom: 20rpx;
  17. }
  18. .head_child .noneChild text:nth-child(1){
  19. font-size: 32rpx;
  20. font-weight: 700;
  21. }
  22. .head_child .noneChild text:nth-child(3){
  23. color: #ee3a43;
  24. }
  25. .head_child_info{
  26. overflow: hidden;
  27. margin-bottom: 6rpx;
  28. }
  29. .flex-item{
  30. flex: auto;
  31. text-align: center;
  32. padding: 10rpx;
  33. font-size: 22rpx;
  34. display: flex;
  35. text-align: center;
  36. justify-content: center;
  37. flex-direction: column;
  38. }
  39. .head_child .flex-item1{
  40. font-size: 36rpx;
  41. float: left;
  42. font-weight: 700;
  43. line-height: 66rpx;
  44. }
  45. .head_child .flex-item2{
  46. overflow: hidden;
  47. }
  48. .head_child .flex-item2 > text {
  49. margin-right: 20rpx;
  50. }
  51. .head_child .flex-item2 > text .txt{
  52. margin-left: 10rpx;
  53. font-weight: 700;
  54. }
  55. .head_child .flex-item3{
  56. float: right;
  57. display: flex;
  58. flex-direction: column;
  59. align-items: center;
  60. }
  61. .head_child .flex-item3 .image_icon{
  62. background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAA6UlEQVRIie3WLUsEQRwH4Od8QTCI3a+g2WY40GQQhIH9DkabfhnTwDThglzw2qFFg92kVewWWVkF2VGQnQnC/eLsyzMszP+3IwPThHCCc+zHlB5yb1vqrfw9d9jArAlhN/f0YCSmNMch1jHNQYM/12eaEMaY4A0HMaXb4ohfoKLIT1BxJAMdjZoQnrDVu7NcXlZwURm5760sssj/SnsYT7FdcdfP7WE8w2bvUrk8tsgxLrHc9kJM6bq08jEgu6KZYrUG9DWFa0LfRn0tqNcnNaBsaXXQFdYwjindDEGyfytdN+/hFTtDAHgHwq1L5Ix11D8AAAAASUVORK5CYII=') no-repeat center;
  63. width: 30rpx;
  64. height: 30rpx;
  65. background-size: 100%;
  66. margin-bottom: 10rpx;
  67. }
  68. .tabSelect{
  69. font-size: 28rpx;
  70. background: #fff;
  71. }
  72. .tabSelect .tab-item{
  73. flex: 1;
  74. padding: 20rpx 10rpx;
  75. text-align: center;
  76. }
  77. .active{
  78. border-bottom:4rpx solid #ee3a43 !important;
  79. color: #ee3a43 !important;
  80. }
  81. .content{
  82. background: #fff;
  83. padding: 20rpx 40rpx;
  84. font-size: 20rpx;
  85. }
  86. .content .tab-content{
  87. overflow: hidden;
  88. padding-bottom: 20rpx;
  89. }
  90. .content .tab-content .search_name{
  91. margin-bottom: 20rpx;
  92. overflow: hidden;
  93. }
  94. .content .tab-content .mini-btn{
  95. float: right;
  96. font-size: 24rpx;
  97. border: 2rpx solid #cdcccd;
  98. line-height: 1.8;
  99. padding: 0 20rpx;
  100. border-radius: 24rpx;
  101. }
  102. .content .tab-content .weui-input{
  103. width: 80%;
  104. display: flex;
  105. flex-direction: row;
  106. align-items:center;
  107. background: #f5f5f4;
  108. border-radius: 20rpx;
  109. padding: 0 20rpx;
  110. font-size: 24rpx;
  111. }
  112. .content .tab-content input{
  113. overflow: hidden;
  114. margin-left: 20rpx;
  115. width: 100%;
  116. }
  117. .content .tab-content .leader_select{
  118. height: 145rpx;
  119. width: auto;
  120. margin: 10rpx 0;
  121. padding: 10rpx;
  122. white-space: nowrap;
  123. box-shadow: -6rpx 0 6rpx -2rpx #ccc inset;
  124. border-radius: 10rpx;
  125. padding-right: 0;
  126. }
  127. .content .tab-content .leader_select .user_list{
  128. width: 80rpx;
  129. margin-right: 40rpx;
  130. display: inline-block;
  131. }
  132. .content .tab-content .leader_select .user_list .flex_leaderInfo{
  133. display: flex;
  134. flex-direction: column;
  135. }
  136. .content .tab-content .leader_select .user_list .user_headImg{
  137. height: 80rpx;
  138. position: relative;
  139. }
  140. .field_option .field_option_clomun{
  141. margin-bottom: 20rpx;
  142. display: flex;
  143. flex-direction: row;
  144. justify-content: space-between;
  145. }
  146. .field_option > view:last-child{
  147. margin: 0;
  148. }
  149. .field_option .field_option_clomun > view{
  150. width: 180rpx;
  151. font-size: 24rpx;
  152. text-align: center;
  153. border: 2rpx solid #999;
  154. line-height: 1.8;
  155. border-radius: 6rpx;
  156. }
  157. .field_option .field_option_clomun .fieldChecked{
  158. border: 2rpx solid #ee3a43;
  159. color: #ee3a43;
  160. }
  161. .user_headImg .img{
  162. width: 100%;
  163. height: 100%;
  164. border-radius: 100%;
  165. }
  166. .user_headImg .Mask{
  167. position: absolute;
  168. top: 0;
  169. width: 100%;
  170. height: 100%;
  171. background: #666;
  172. opacity: .7;
  173. border-radius: 100%;
  174. }
  175. .content .tab-content .leader_select .user_list .user_name{
  176. font-size: 20rpx;
  177. text-align: center;
  178. margin-top: 10rpx;
  179. overflow: hidden;
  180. text-overflow: ellipsis;
  181. white-space: nowrap;
  182. }
  183. .content .tab-content .leader_select .user_list .user_city{
  184. text-align: center;
  185. font-size: 20rpx;
  186. }
  187. /* 领队选中样式 */
  188. .content .tab-content .leader_select .leader_active .user_name, .content .tab-content .leader_select .leader_active .user_city{
  189. font-weight: 700;
  190. }
  191. .curriculum_list .card{
  192. border: 4rpx solid #fd5353;
  193. border-radius: 15rpx;
  194. font-size: 24rpx;
  195. overflow: hidden;
  196. border-bottom: 0;
  197. margin-bottom: 20rpx;
  198. box-shadow: 0rpx 5rpx 8rpx #999;
  199. }
  200. .curriculum_list .noneCrad{
  201. padding: 40rpx;
  202. font-size: 28rpx;
  203. text-align: center;
  204. }
  205. .curriculum_list .card .curriculum_card{
  206. display: flex;
  207. flex-direction: row;
  208. padding:20rpx;
  209. background: url('http://img.bbztx.com/image_test/upload/thumbs/20210119/logo/1611048712433085960.png') no-repeat center;
  210. background-size: 100% 100%;
  211. overflow: hidden;
  212. }
  213. .curriculum_list .card .card_bottom{
  214. background: #fd5353;
  215. color: #fff;
  216. padding: 0 20rpx;
  217. overflow: hidden;
  218. white-space: nowrap;
  219. }
  220. .curriculum_list .card .curriculum_card .info_left{
  221. min-width: 60%;
  222. }
  223. .curriculum_list .card .curriculum_card .info_left > view{
  224. margin-bottom: 10rpx;
  225. white-space: nowrap;
  226. }
  227. .info_left .curriculum_title{
  228. font-size: 32rpx;
  229. font-weight: 700;
  230. white-space: nowrap;
  231. }
  232. .info_left .leader_Info image{
  233. width: 50rpx;
  234. height: 50rpx;
  235. border-radius: 100%;
  236. margin-right: 20rpx;
  237. }
  238. .info_left .leader_Info text{
  239. font-size: 28rpx;
  240. display: table-cell;
  241. vertical-align: middle;
  242. font-weight: 600;
  243. }
  244. .curriculum_list .card .curriculum_card .info_right{
  245. display: flex;
  246. align-items: center; /*定义父元素的元素垂直居中*/
  247. justify-content: center; /*定义子元素的里的元素水平居中*/
  248. width: 100%;
  249. }
  250. .info_right .btn{
  251. text-align: center;
  252. }
  253. .info_right button{
  254. width: 190rpx;
  255. line-height: 2;
  256. padding: 0 20rpx;
  257. }
  258. .info_right .btn view{
  259. font-size: 18rpx;
  260. margin-top: 6rpx;
  261. }
  262. .info_right .btn .inputGroup{
  263. font-size: 24rpx;
  264. margin-top: 12rpx;
  265. }
  266. .info_right .btn .inputGroup text{
  267. border-bottom: 1rpx solid #ccc;
  268. }
  269. .signUp_bottom{
  270. display: table;
  271. padding-top: 6rpx;
  272. }
  273. .signUp_bottom > text{
  274. display: table-cell;
  275. vertical-align: middle;
  276. line-height: 50rpx;
  277. }
  278. .signUp_bottom image{
  279. width: 50rpx;
  280. height: 50rpx;
  281. border-radius: 100%;
  282. margin-left: 20rpx;
  283. border: 2rpx solid #fff;
  284. }
  285. .content .tab-content .date_Cloumn{
  286. display: flex;
  287. flex-direction: row;
  288. float: left;
  289. width: 90%;
  290. color: #cdcccd;
  291. }
  292. .content .tab-content .more_Date{
  293. float: right;
  294. font-size: 20rpx;
  295. text-align: center;
  296. border: 2rpx solid #cdcccd;
  297. margin-top: 32rpx;
  298. }
  299. .content .tab-content .more_Date .more_Date_block{
  300. width: 53rpx;
  301. height: 53rpx;
  302. line-height: 1.2;
  303. }
  304. .content .tab-content .date_Cloumn .calendar{
  305. flex: 1;
  306. position: relative;
  307. }
  308. /* 日期选中样式 */
  309. .content .tab-content .date_Cloumn .calendar_active .date{
  310. color: #ee3a43;
  311. }
  312. .content .tab-content .date_Cloumn .calendar_active .week{
  313. border:2rpx solid #ee3a43;
  314. }
  315. .content .tab-content .date_Cloumn .calendar_active .point{
  316. background: #ee3a43;
  317. }
  318. .calendar .date{
  319. font-size: 20rpx;
  320. margin-bottom: 4rpx;
  321. text-align: center;
  322. }
  323. .calendar .week{
  324. width: 54rpx;
  325. height: 54rpx;
  326. border-radius: 100%;
  327. border: 2rpx solid #cdcccd;
  328. text-align: center;
  329. margin-left: calc( 50% - 27rpx);
  330. margin-bottom: 6rpx;
  331. font-size: 22rpx;
  332. line-height: 54rpx;
  333. color: #696969;
  334. }
  335. .calendar .point{
  336. width: 16rpx;
  337. height: 16rpx;
  338. border-radius: 100%;
  339. background: #cdcccd;
  340. margin-left: calc( 50% - 8rpx);
  341. }
  342. .fixed_Top{
  343. position: fixed;
  344. z-index: 999;
  345. width: 100%;
  346. top: 0;
  347. box-shadow: 0px 3px 6px 1px rgba(207, 212, 226, 0.9);
  348. }