index.less 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309
  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. .revoke {
  146. position: absolute;
  147. top: 0;
  148. left: 0;
  149. right: 0;
  150. bottom: 0;
  151. background: rgba(0, 0, 0, .7);
  152. z-index: 999;
  153. display: flex;
  154. flex-flow: row nowrap;
  155. align-items: center;
  156. justify-content: center;
  157. .revokeImg {
  158. width: 250px;
  159. height: 250px;
  160. }
  161. }
  162. .infor {
  163. width: 100%;
  164. position: relative;
  165. .title {
  166. display: flex;
  167. flex-flow: row nowrap;
  168. justify-content: space-between;
  169. align-items: center;
  170. padding-bottom: 20px;
  171. .aname {
  172. flex: 1;
  173. padding-right: 20px;
  174. font-weight: bolder;
  175. display: flex;
  176. flex-direction: row;
  177. align-items: center;
  178. .aIcon {
  179. background: #1E90FF;
  180. color: white;
  181. padding: 5px 8px;
  182. border-radius: 4px;
  183. margin-left: 10px;
  184. font-size: 25px;
  185. }
  186. }
  187. .createTimes {
  188. font-size: 20px;
  189. color: #999999;
  190. white-space: nowrap;
  191. }
  192. }
  193. .userName {
  194. width: 540px;
  195. font-size: 25px;
  196. color: #999999;
  197. padding-bottom: 15px;
  198. overflow: hidden;
  199. white-space: nowrap;
  200. text-overflow: ellipsis;
  201. .reject {
  202. position: absolute;
  203. right: -31px;
  204. top: 60px;
  205. border-bottom-left-radius: 100px;
  206. border-top-left-radius: 100px;
  207. padding: 20px 20px;
  208. color: white;
  209. background: rgba(22, 155, 213, 1);
  210. }
  211. }
  212. .releaseStarts {
  213. font-size: 25px;
  214. color: #999999;
  215. padding-bottom: 15px;
  216. display: flex;
  217. flex-flow: row nowrap;
  218. align-items: center;
  219. justify-content: space-between;
  220. position: relative;
  221. .punchClock {
  222. position: absolute;
  223. border-bottom-left-radius: 100px;
  224. border-top-left-radius: 100px;
  225. padding: 20px 20px;
  226. background: #f1662f;
  227. color: white;
  228. display: flex;
  229. justify-content: center;
  230. align-items: center;
  231. right: -31px;
  232. top: -10px;
  233. }
  234. }
  235. .releaseEnds {
  236. font-size: 25px;
  237. color: #999999;
  238. display: flex;
  239. flex-flow: row nowrap;
  240. align-items: center;
  241. justify-content: space-between;
  242. padding-bottom: 25px;
  243. }
  244. .coOder {
  245. font-size: 25px;
  246. color: #6eb173;
  247. padding-bottom: 25px;
  248. }
  249. .bottomContent {
  250. display: flex;
  251. flex-flow: row nowrap;
  252. justify-content: space-between;
  253. align-items: center;
  254. .status {
  255. font-size: 28px;
  256. }
  257. .clockIn {
  258. font-size: 28px;
  259. }
  260. }
  261. }
  262. }
  263. }
  264. .skeleton {
  265. border-radius: 11px;
  266. margin-bottom: 20px;
  267. }
  268. }