index.module.less 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322
  1. .approvalTab {
  2. :global {
  3. .van-tabs__line {
  4. position: absolute;
  5. bottom: 20px !important;
  6. }
  7. .van-tab {
  8. font-size: 16px;
  9. }
  10. }
  11. }
  12. .MyApproval {
  13. .select {
  14. display: flex;
  15. align-items: center;
  16. padding: 0 15px;
  17. height: 50px;
  18. font-size: 14px;
  19. & > img {
  20. width: 11px;
  21. height: 6px;
  22. margin-left: 4px;
  23. }
  24. }
  25. }
  26. .rightTip {
  27. // :global {
  28. // .van-nav-bar__right {
  29. // background: #FF8057;
  30. // color: #fff;
  31. // border-radius: 50%;
  32. // width: 22px;
  33. // height: 22px;
  34. // padding: 0;
  35. // justify-content: center;
  36. // top: 50%;
  37. // right: 13px;
  38. // transform: translateY(-50%);
  39. // }
  40. // }
  41. }
  42. .wrap {
  43. padding: 12px 0;
  44. box-sizing: border-box;
  45. }
  46. .item {
  47. border-radius: 10px;
  48. margin: 0 13px 12px 13px;
  49. overflow: hidden;
  50. background: #fff;
  51. .teacherListCell {
  52. padding-bottom: 18px;
  53. }
  54. :global {
  55. .van-cell {
  56. padding-top: 16px;
  57. padding-bottom: 16px;
  58. }
  59. .van-cell::after {
  60. left: 0;
  61. right: 0;
  62. }
  63. .van-cell__label {
  64. font-size: 14px;
  65. color: #777;
  66. white-space: nowrap;
  67. }
  68. }
  69. .titleLine {
  70. width: 4px;
  71. height: 12px;
  72. background: #ff8057;
  73. border-radius: 2px;
  74. margin-right: 6px;
  75. }
  76. .itemTitle {
  77. display: flex;
  78. align-items: center;
  79. font-size: 15px;
  80. font-weight: 500;
  81. .titleIcon {
  82. width: 18px;
  83. height: 18px;
  84. margin-right: 6px;
  85. }
  86. .timesinfo {
  87. font-family: Avenir, Helvetica, Arial, sans-serif;
  88. }
  89. }
  90. .itemTag {
  91. padding: 0 8px;
  92. height: 19px;
  93. line-height: 19px;
  94. background: #ff8057;
  95. border-radius: 4px;
  96. color: #fff;
  97. font-size: 12px;
  98. margin-left: 6px;
  99. }
  100. .itemPicture {
  101. width: 44px;
  102. height: 44px;
  103. margin-right: 8px;
  104. border-radius: 50%;
  105. overflow: hidden;
  106. }
  107. :global(.van-cell__value) {
  108. display: flex;
  109. justify-content: flex-end;
  110. padding-right: 8px;
  111. .valeLabel {
  112. margin-top: -12px;
  113. }
  114. .topNum {
  115. font-size: 19px;
  116. font-family: 'DINA';
  117. }
  118. }
  119. }
  120. .tipItem {
  121. margin: 0;
  122. :global {
  123. .van-cell {
  124. padding: 25px 25px 20px 25px;
  125. }
  126. }
  127. }
  128. .tipContent {
  129. font-size: 15px;
  130. font-family: PingFangSC-Regular, PingFang SC;
  131. font-weight: 400;
  132. color: #333;
  133. line-height: 24px;
  134. padding: 0 25px 25px 25px;
  135. }
  136. .listItem {
  137. padding-top: 4px;
  138. padding-bottom: 4px;
  139. :global {
  140. .van-cell {
  141. padding-top: 6px;
  142. padding-bottom: 6px;
  143. .van-cell__title {
  144. color: #777;
  145. font-size: 15px;
  146. }
  147. .van-cell__value {
  148. font-size: 15px;
  149. color: #333;
  150. font-family: PingFangSC-Medium, PingFang SC;
  151. }
  152. }
  153. }
  154. .valueColor {
  155. color: #f44541 !important;
  156. }
  157. }
  158. .grid {
  159. :global {
  160. .van-grid-item__content {
  161. padding: 15px 5px 20px 5px;
  162. }
  163. }
  164. }
  165. .gridItem {
  166. text-align: center;
  167. font-size: 12px;
  168. color: #777;
  169. .gridItemTop {
  170. margin-bottom: 6px;
  171. }
  172. .topNum {
  173. color: #f67146;
  174. font-size: 24px;
  175. margin-right: 2px;
  176. font-family: 'DINA';
  177. }
  178. .small {
  179. font-size: 20px;
  180. }
  181. & + .gridItem {
  182. margin-left: 26px;
  183. }
  184. }
  185. .itemContent {
  186. padding: 15px 12px;
  187. .itemContentTitle {
  188. display: flex;
  189. align-items: center;
  190. justify-content: space-between;
  191. font-size: 16px;
  192. font-weight: 600;
  193. color: #333;
  194. padding-bottom: 6px;
  195. line-height: 22px;
  196. padding-left: 2px;
  197. }
  198. .itemContentTitleDetail {
  199. padding-left: 2px;
  200. font-size: 14px;
  201. font-weight: 500;
  202. }
  203. .itemContentLabel {
  204. padding-left: 2px;
  205. font-size: 14px;
  206. color: #777;
  207. line-height: 20px;
  208. padding-bottom: 6px;
  209. }
  210. }
  211. .itemSelect {
  212. display: flex;
  213. align-items: center;
  214. height: 25px;
  215. padding: 0 15px;
  216. .select {
  217. display: flex;
  218. align-items: center;
  219. & > img {
  220. width: 11px;
  221. height: 6px;
  222. margin-left: 4px;
  223. }
  224. }
  225. }
  226. .times {
  227. padding-top: 12px;
  228. display: flex;
  229. .timesItem {
  230. flex: 1;
  231. background: #f2f2f2;
  232. border-radius: 10px;
  233. display: flex;
  234. flex-direction: column;
  235. justify-content: space-evenly;
  236. color: #333;
  237. padding: 12px;
  238. .startTimeTop {
  239. display: flex;
  240. align-items: center;
  241. justify-content: space-between;
  242. margin-bottom: 6px;
  243. font-size: 14px;
  244. color: #333333;
  245. & > img {
  246. width: 18px;
  247. height: 18px;
  248. }
  249. }
  250. .startTimeBottom {
  251. padding-top: 5px;
  252. font-size: 18px;
  253. font-weight: bold;
  254. display: flex;
  255. align-items: center;
  256. }
  257. .startTimeStatus {
  258. margin-right: 12px;
  259. font-size: 14px;
  260. font-weight: 500;
  261. color: #333333;
  262. line-height: 20px;
  263. }
  264. .startTimePosition {
  265. font-size: 14px;
  266. font-weight: 500;
  267. color: #333333;
  268. line-height: 20px;
  269. }
  270. .startTimePositionLook {
  271. font-size: 12px;
  272. font-weight: 500;
  273. line-height: 17px;
  274. display: flex;
  275. align-items: center;
  276. }
  277. }
  278. .startTime {
  279. margin-right: 5px;
  280. }
  281. .endTime {
  282. margin-left: 5px;
  283. }
  284. }
  285. .confirmBtn {
  286. position: fixed;
  287. left: 0;
  288. bottom: 0;
  289. right: 0;
  290. padding: 15px 25px;
  291. background: #fff;
  292. z-index: 10;
  293. :global {
  294. .van-button {
  295. font-size: 18px;
  296. font-weight: 500;
  297. }
  298. }
  299. }
  300. .rewardItem, .itemCourseName {
  301. :global {
  302. .van-cell__value {
  303. flex: 0 auto;
  304. }
  305. }
  306. }
  307. .recordLabelClass2 {
  308. font-family: PingFangSC-Regular, PingFang SC;
  309. }
  310. .recordLabelClass {
  311. font-family: 'DINA';
  312. }
  313. .agencyNumber {
  314. font-size: 16px;
  315. font-weight: 500;
  316. }