index.less 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  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. position: absolute;
  31. z-index: 1000;
  32. left: 0;
  33. right: 0;
  34. background: #FFFFFF;
  35. //box-shadow: 1px 11px 14px 1px #999999;
  36. border-bottom-left-radius: 10px;
  37. border-bottom-right-radius: 10px;
  38. .searchBottomBack{
  39. position: fixed;
  40. z-index: -1;
  41. left: 0;
  42. right: 0;
  43. bottom: 0;
  44. top: 100px;
  45. background: rgba(0,0,0,.7);
  46. }
  47. .searchItem{
  48. font-size: 20px;
  49. color: #9BA0AA;
  50. }
  51. .searchOperation{
  52. display: flex;
  53. flex-flow: row;
  54. align-items: center;
  55. font-size: 22px;
  56. .reset{
  57. flex: 1;
  58. text-align: center;
  59. padding: 25px 0;
  60. border-bottom-left-radius: 10px;
  61. background: white;
  62. }
  63. .search{
  64. flex:1;
  65. background: #f8673c;
  66. text-align: center;
  67. color: white;
  68. padding: 25px 0;
  69. border-bottom-right-radius: 10px;
  70. }
  71. }
  72. }
  73. }
  74. .list{
  75. padding: 20px 23px 52px 23px;
  76. .item{
  77. border-radius: 6px;
  78. padding: 31px;
  79. background: #FFFFFF;
  80. display: flex;
  81. flex-flow: row nowrap;
  82. margin-bottom: 17px;
  83. position: relative;
  84. overflow: hidden;
  85. .revoke{
  86. position: absolute;
  87. top: 0;
  88. left: 0;
  89. right: 0;
  90. bottom: 0;
  91. background: rgba(0,0,0,.7);
  92. z-index: 999;
  93. display: flex;
  94. flex-flow: row nowrap;
  95. align-items: center;
  96. justify-content: center;
  97. .revokeImg{
  98. width: 250px;
  99. height: 250px;
  100. }
  101. }
  102. .infor{
  103. width: 100%;
  104. position: relative;
  105. .title{
  106. display: flex;
  107. flex-flow: row nowrap;
  108. justify-content: space-between;
  109. align-items: center;
  110. padding-bottom: 20px;
  111. .aname{
  112. flex: 1;
  113. padding-right: 20px;
  114. font-weight: bolder;
  115. }
  116. .createTimes{
  117. font-size: 20px;
  118. color: #999999;
  119. white-space: nowrap;
  120. }
  121. }
  122. .userName{
  123. font-size: 25px;
  124. color: #999999;
  125. padding-bottom: 15px;
  126. }
  127. .releaseStarts{
  128. font-size: 25px;
  129. color: #999999;
  130. padding-bottom: 15px;
  131. display: flex;
  132. flex-flow: row nowrap;
  133. align-items: center;
  134. justify-content: space-between;
  135. position: relative;
  136. .punchClock{
  137. position: absolute;
  138. border-bottom-left-radius: 100px;
  139. border-top-left-radius: 100px;
  140. padding: 20px 30px;
  141. background: #f1662f;
  142. color: white;
  143. display: flex;
  144. justify-content: center;
  145. align-items: center;
  146. right: -31px;
  147. top: -10px;
  148. }
  149. }
  150. .releaseEnds{
  151. font-size: 25px;
  152. color: #999999;
  153. display: flex;
  154. flex-flow: row nowrap;
  155. align-items: center;
  156. justify-content: space-between;
  157. padding-bottom: 25px;
  158. }
  159. .bottomContent{
  160. display: flex;
  161. flex-flow: row nowrap;
  162. justify-content: space-between;
  163. align-items: center;
  164. .status{
  165. font-size: 28px;
  166. }
  167. .clockIn{
  168. padding: 3px 8px;
  169. font-size: 28px;
  170. border-radius: 6px;
  171. }
  172. }
  173. }
  174. }
  175. }
  176. .skeleton {
  177. border-radius: 11px;
  178. margin-bottom: 20px;
  179. }
  180. }