index.css 5.5 KB

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