index.module.less 4.7 KB

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