index.less 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  1. .indexPage {
  2. position: relative;
  3. z-index: 1;
  4. background: #F5F5F5;
  5. min-height: calc(100vh - 52px);
  6. .list {
  7. padding: 20px 23px 52px 23px;
  8. .item {
  9. border-radius: 6px;
  10. padding: 31px;
  11. background: #FFFFFF;
  12. display: flex;
  13. flex-flow: row nowrap;
  14. margin-bottom: 17px;
  15. position: relative;
  16. overflow: hidden;
  17. .revoke {
  18. position: absolute;
  19. top: 0;
  20. left: 0;
  21. right: 0;
  22. bottom: 0;
  23. background: rgba(0, 0, 0, .7);
  24. z-index: 999;
  25. display: flex;
  26. flex-flow: row nowrap;
  27. align-items: center;
  28. justify-content: center;
  29. .revokeImg {
  30. width: 250px;
  31. height: 250px;
  32. }
  33. }
  34. .infor {
  35. width: 100%;
  36. position: relative;
  37. .title {
  38. display: flex;
  39. flex-flow: row nowrap;
  40. justify-content: space-between;
  41. align-items: center;
  42. padding-bottom: 20px;
  43. .aname {
  44. flex: 1;
  45. padding-right: 20px;
  46. font-weight: bolder;
  47. display: flex;
  48. flex-direction: row;
  49. align-items: center;
  50. .aIcon {
  51. background: #1E90FF;
  52. color: white;
  53. padding: 5px 8px;
  54. border-radius: 4px;
  55. margin-left: 10px;
  56. font-size: 25px;
  57. }
  58. }
  59. .createTimes {
  60. font-size: 20px;
  61. color: #999999;
  62. white-space: nowrap;
  63. }
  64. }
  65. .userName {
  66. font-size: 25px;
  67. // color: #999999;
  68. padding-bottom: 15px;
  69. }
  70. .releaseStarts {
  71. font-size: 25px;
  72. color: #999999;
  73. padding-bottom: 15px;
  74. display: flex;
  75. flex-flow: row nowrap;
  76. align-items: center;
  77. justify-content: space-between;
  78. position: relative;
  79. .punchClock {
  80. position: absolute;
  81. border-bottom-left-radius: 100px;
  82. border-top-left-radius: 100px;
  83. padding: 20px 20px;
  84. background: #f1662f;
  85. color: white;
  86. display: flex;
  87. justify-content: center;
  88. align-items: center;
  89. right: -31px;
  90. }
  91. }
  92. .releaseEnds {
  93. font-size: 25px;
  94. color: #999999;
  95. display: flex;
  96. flex-flow: row nowrap;
  97. align-items: center;
  98. justify-content: space-between;
  99. padding-bottom: 25px;
  100. }
  101. .coOder {
  102. font-size: 25px;
  103. color: #6eb173;
  104. padding-bottom: 25px;
  105. }
  106. .bottomContent {
  107. display: flex;
  108. flex-flow: row nowrap;
  109. justify-content: space-between;
  110. align-items: center;
  111. .status {
  112. font-size: 28px;
  113. }
  114. .clockIn {
  115. font-size: 28px;
  116. }
  117. }
  118. }
  119. }
  120. }
  121. }
  122. .at-image-picker__remove-btn {
  123. display: none;
  124. }
  125. .logbt {
  126. margin-left: 30px;
  127. text-decoration: underline;
  128. color: #4e6ef2;
  129. }
  130. .option {
  131. width: 50%;
  132. margin: 50px auto;
  133. }
  134. .statusicon {
  135. position: absolute;
  136. right: 0;
  137. top: 50px;
  138. width: 222px;
  139. height: 197px;
  140. }
  141. .operation{
  142. display: flex;
  143. flex-flow: row nowrap;
  144. margin: 30px 0;
  145. }
  146. textarea {
  147. width: 94%;
  148. // background: #D7D7D7;
  149. background-color: #F5F5F5;
  150. padding: 20px;
  151. border-radius: 20px;
  152. }