index.less 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379
  1. .indexPage {
  2. position: relative;
  3. z-index: 1;
  4. background: #F5F5F5;
  5. min-height: calc(100vh - 52px);
  6. .item-content__info-title {
  7. font-size: 28px;
  8. color: #9BA0AA;
  9. }
  10. .item-extra__info {
  11. font-size: 28px;
  12. color: #9BA0AA;
  13. }
  14. .at-list__item::after {
  15. border-bottom: 0;
  16. }
  17. .at-list::after {
  18. border-top: 0;
  19. }
  20. .indexPage .at-list::after {
  21. border: 0;
  22. }
  23. .searchContent {
  24. position: relative;
  25. background: white;
  26. padding: 20px;
  27. .searchTop {
  28. z-index: 1000;
  29. display: flex;
  30. flex-direction: row;
  31. align-items: center;
  32. justify-content: space-between;
  33. .at-search-bar{
  34. width: 70%;
  35. }
  36. .shortValuecontent {
  37. position: relative;
  38. display: flex;
  39. align-items: center;
  40. text-align: center;
  41. width: 200px;
  42. background: #6190E8;
  43. border-radius: 100px;
  44. padding: 10px 0;
  45. margin-left: 10px;
  46. font-size: 25px;
  47. color: #FFFFFF;
  48. .selectValue {
  49. width: 100%;
  50. text-align: center;
  51. white-space: nowrap;
  52. }
  53. .selectTitle {
  54. width: 100%;
  55. text-align: center;
  56. }
  57. .iconContent {
  58. position: absolute;
  59. right: 0;
  60. width: 60px;
  61. text-align: center;
  62. }
  63. }
  64. }
  65. .searchBottom {
  66. display: flex;
  67. align-items: center;
  68. justify-content: space-between;
  69. background: #FFFFFF;
  70. border-bottom-left-radius: 10px;
  71. border-bottom-right-radius: 10px;
  72. padding: 10px 0 10px 0;
  73. .searchBottomBack {
  74. position: fixed;
  75. z-index: -1;
  76. left: 0;
  77. right: 0;
  78. bottom: 0;
  79. top: 100px;
  80. background: rgba(0, 0, 0, .7);
  81. }
  82. .searchItem {
  83. position: relative;
  84. font-size: 25px;
  85. color: #FFFFFF;
  86. .shortValuecontent {
  87. position: relative;
  88. display: flex;
  89. align-items: center;
  90. text-align: center;
  91. width: 200px;
  92. background: #6190E8;
  93. border-radius: 100px;
  94. padding: 10px 0;
  95. margin-right: 5px;
  96. .selectValue {
  97. width: 100%;
  98. text-align: center;
  99. white-space: nowrap;
  100. }
  101. .selectTitle {
  102. width: 100%;
  103. text-align: center;
  104. }
  105. .iconContent {
  106. position: absolute;
  107. right: 0;
  108. width: 60px;
  109. text-align: center;
  110. }
  111. }
  112. .valuecontent {
  113. position: relative;
  114. display: flex;
  115. align-items: center;
  116. width: 460px;
  117. background: #6190E8;
  118. border-radius: 100px;
  119. padding: 10px 0;
  120. margin-right: 20px;
  121. .selectValue {
  122. width: 100%;
  123. text-align: center;
  124. white-space: nowrap;
  125. }
  126. .selectTitle {
  127. width: 100%;
  128. text-align: center;
  129. white-space: nowrap;
  130. }
  131. .iconContent {
  132. position: absolute;
  133. right: 0;
  134. width: 60px;
  135. text-align: center;
  136. }
  137. }
  138. .searchSelectContent {
  139. position: absolute;
  140. right: 0;
  141. top: 0;
  142. bottom: 0;
  143. z-index: 1;
  144. width: 45px;
  145. padding-right: 20px;
  146. text-align: right;
  147. display: flex;
  148. justify-content: flex-end;
  149. align-items: center;
  150. padding-bottom: 3px;
  151. }
  152. .closeIcon {
  153. background: #F00;
  154. width: 60px;
  155. height: 46px;
  156. display: flex;
  157. padding-left: 20px;
  158. align-items: center;
  159. }
  160. }
  161. }
  162. .searchBottomLOL {
  163. position: fixed;
  164. z-index: 1000;
  165. top: 0;
  166. left: 0;
  167. right: 0;
  168. box-shadow: 0px 6px 27px 16px #8e8d8d;
  169. background: #FFFFFF;
  170. }
  171. }
  172. .list {
  173. padding: 20px 23px 52px 23px;
  174. .item {
  175. border-radius: 6px;
  176. padding: 31px;
  177. background: #FFFFFF;
  178. display: flex;
  179. flex-flow: row nowrap;
  180. margin-bottom: 17px;
  181. position: relative;
  182. overflow: hidden;
  183. .itype {
  184. font-size: 20px;
  185. color: #fff;
  186. text-align: center;
  187. transform: rotate(-45deg);
  188. background: #6190E8;
  189. padding: 5px 30px;
  190. position: absolute;
  191. top: 5px;
  192. left: -30px;
  193. }
  194. .revoke {
  195. position: absolute;
  196. top: 0;
  197. left: 0;
  198. right: 0;
  199. bottom: 0;
  200. background: rgba(0, 0, 0, .7);
  201. z-index: 999;
  202. display: flex;
  203. flex-flow: row nowrap;
  204. align-items: center;
  205. justify-content: center;
  206. .revokeImg {
  207. width: 250px;
  208. height: 250px;
  209. }
  210. }
  211. .infor {
  212. width: 100%;
  213. position: relative;
  214. .title {
  215. display: flex;
  216. flex-flow: row nowrap;
  217. justify-content: space-between;
  218. align-items: center;
  219. padding-bottom: 20px;
  220. .aname {
  221. flex: 1;
  222. padding-right: 20px;
  223. font-weight: bolder;
  224. display: flex;
  225. flex-direction: row;
  226. align-items: center;
  227. .aIcon {
  228. background: #1E90FF;
  229. color: white;
  230. padding: 5px 8px;
  231. border-radius: 4px;
  232. margin-left: 10px;
  233. font-size: 25px;
  234. }
  235. }
  236. .createTimes {
  237. font-size: 20px;
  238. color: #999999;
  239. white-space: nowrap;
  240. }
  241. }
  242. .userName {
  243. font-size: 25px;
  244. // color: #999999;
  245. padding-bottom: 15px;
  246. display: flex;
  247. flex-flow: row nowrap;
  248. align-items: center;
  249. justify-content: space-between;
  250. position: relative;
  251. .uNtext {
  252. width: 540px;
  253. overflow: hidden;
  254. white-space: nowrap;
  255. text-overflow: ellipsis;
  256. }
  257. .reject {
  258. position: absolute;
  259. right: -31px;
  260. top: 0px;
  261. border-bottom-left-radius: 100px;
  262. border-top-left-radius: 100px;
  263. padding: 20px 20px;
  264. color: white;
  265. background: rgba(22, 155, 213, 1);
  266. }
  267. }
  268. .releaseStarts {
  269. font-size: 25px;
  270. color: #999999;
  271. padding-bottom: 15px;
  272. display: flex;
  273. flex-flow: row nowrap;
  274. align-items: center;
  275. justify-content: space-between;
  276. position: relative;
  277. .punchClock {
  278. position: absolute;
  279. border-bottom-left-radius: 100px;
  280. border-top-left-radius: 100px;
  281. padding: 20px 20px;
  282. background: #70B603;
  283. color: white;
  284. display: flex;
  285. justify-content: center;
  286. align-items: center;
  287. right: -31px;
  288. }
  289. }
  290. .releaseEnds {
  291. font-size: 25px;
  292. color: #999999;
  293. display: flex;
  294. flex-flow: row nowrap;
  295. align-items: center;
  296. justify-content: space-between;
  297. padding-bottom: 15px;
  298. }
  299. .coOder {
  300. font-size: 25px;
  301. color: #6eb173;
  302. padding-bottom: 15px;
  303. }
  304. .examine{
  305. text-align: right;
  306. font-size: 25px;
  307. }
  308. .bottomContent {
  309. display: flex;
  310. flex-flow: row nowrap;
  311. justify-content: space-between;
  312. align-items: center;
  313. .status {
  314. font-size: 28px;
  315. }
  316. .clockIn {
  317. font-size: 28px;
  318. }
  319. }
  320. }
  321. }
  322. }
  323. .skeleton {
  324. border-radius: 11px;
  325. margin-bottom: 20px;
  326. }
  327. }