index.module.less 5.0 KB

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