index.less 6.5 KB

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