approval_batch.acss 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
  1. .results{
  2. text-align: center;
  3. font-size: 24rpx;
  4. position: relative;
  5. }
  6. .results view{
  7. padding:10rpx 0rpx;
  8. }
  9. .resultsBox{
  10. margin-top:20rpx;
  11. border:1px solid #f1f1f1;
  12. max-height:600rpx;
  13. overflow-y:auto
  14. }
  15. .results:nth-child(odd){
  16. background-color: #f1f1f1;
  17. }
  18. .search {
  19. background-color: #f1f1f1;
  20. border-radius: 10rpx;
  21. width: 90%;
  22. margin: 0 auto;
  23. padding: 6rpx 10rpx;
  24. }
  25. .search input {
  26. background-color: #f1f1f1;
  27. }
  28. .search image {
  29. width: 30rpx;
  30. height: 30rpx;
  31. margin-left: 10rpx;
  32. }
  33. .header {
  34. background: #fff;
  35. position: sticky;
  36. top: 0;
  37. }
  38. .text2 {
  39. border-radius: 50%;
  40. border: 1px solid #909399;
  41. color: #909399;
  42. width: 26rpx;
  43. height: 26rpx;
  44. font-size: 22rpx;
  45. text-align: center;
  46. display: inline-block;
  47. margin-left: 10rpx;
  48. position: relative;
  49. line-height: 26rpx;
  50. box-sizing: border-box;
  51. }
  52. .selectItems {
  53. margin-top: 20rpx;
  54. }
  55. .sxImg {
  56. width: 30rpx;
  57. height: 30rpx;
  58. }
  59. .selectItems .selectImg {
  60. border-left: 1px solid #f1f1f1;
  61. /* padding: 0 20rpx; */
  62. }
  63. .selectImg image {
  64. width: 30rpx;
  65. height: 30rpx;
  66. }
  67. .selectItems .flex-1 {
  68. padding: 16rpx 0;
  69. text-align: center;
  70. position: relative;
  71. }
  72. .selectItems .active::before {
  73. position: absolute;
  74. content: " ";
  75. height: 4rpx;
  76. width: 120rpx;
  77. background: #26A2FF;
  78. bottom: 0rpx;
  79. }
  80. .li {
  81. padding: 24rpx 28rpx;
  82. padding-bottom: 0rpx;
  83. }
  84. .main{
  85. background: #fff;
  86. }
  87. .main-right {
  88. margin-left: 10rpx;
  89. }
  90. .main-right .name {
  91. padding-top: 12rpx;
  92. font-size: 36rpx;
  93. }
  94. .main-right .context {
  95. overflow: hidden;
  96. text-overflow: ellipsis;
  97. display: -webkit-box;
  98. -webkit-line-clamp: 2;
  99. font-size: 32rpx;
  100. -webkit-box-orient: vertical;
  101. padding-top: 10rpx;
  102. margin-bottom: 10rpx;
  103. }
  104. .main-right .date {
  105. font-size: 32rpx;
  106. color: #909399;
  107. }
  108. .main-right text {
  109. color: #26A2FF;
  110. font-size: 32rpx;
  111. }
  112. .footer{
  113. position: fixed;
  114. bottom: 0;
  115. right: 0;
  116. left: 0;
  117. z-index: 999;
  118. border-top: 1px solid #f1f1f1;
  119. text-align: center;
  120. background-color: #fff;
  121. }
  122. .footer view{
  123. padding: 24rpx 0;
  124. font-size: 32rpx;
  125. }
  126. .index {
  127. border-radius: 6rpx;
  128. background: #67C23A;
  129. color: #fff;
  130. font-size: 20rpx;
  131. padding: 0 6rpx;
  132. }
  133. .label{
  134. padding-bottom: 100rpx;
  135. }
  136. .scroll {
  137. height: calc(100vh - 300rpx);
  138. }
  139. .windows-box{
  140. background: #fff;
  141. margin: 0 32rpx;
  142. margin-top: 30%;
  143. border-radius: 20rpx;
  144. }
  145. .windows-title{
  146. text-align: center;
  147. padding: 28rpx 0;
  148. border-bottom: 1px solid #f1f1f1;
  149. }
  150. .windows-btn{
  151. border-top: 1px solid #f1f1f1;
  152. }
  153. .windows-btn view:nth-child(1){
  154. text-align: center;
  155. padding: 28rpx 0;
  156. border-right: 1px solid #f1f1f1;
  157. }
  158. .windows-btn button{
  159. text-align: center;
  160. color: #26A2FF;
  161. background: #fff;
  162. border: none;
  163. }
  164. .windows-content textarea{
  165. height: 150rpx;
  166. padding: 28rpx;
  167. }