index.less 6.9 KB

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