approval_batch.acss 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  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: 16rpx;
  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. height: 80rpx;
  104. }
  105. .main-right .date {
  106. font-size: 32rpx;
  107. color: #909399;
  108. }
  109. .main-right text {
  110. color: #26A2FF;
  111. font-size: 32rpx;
  112. }
  113. .footer{
  114. position: fixed;
  115. bottom: 0;
  116. right: 0;
  117. left: 0;
  118. z-index: 999;
  119. border-top: 1px solid #f1f1f1;
  120. text-align: center;
  121. background-color: #fff;
  122. }
  123. .footer view{
  124. padding: 24rpx 0;
  125. font-size: 32rpx;
  126. }
  127. .index {
  128. border-radius: 6rpx;
  129. background: #67C23A;
  130. color: #fff;
  131. font-size: 20rpx;
  132. padding: 0 6rpx;
  133. }
  134. .label{
  135. padding-bottom: 100rpx;
  136. }
  137. .scroll {
  138. height: calc(100vh - 300rpx);
  139. }
  140. .windows-box{
  141. background: #fff;
  142. margin: 0 32rpx;
  143. margin-top: 30%;
  144. border-radius: 20rpx;
  145. }
  146. .windows-title{
  147. text-align: center;
  148. padding: 28rpx 0;
  149. border-bottom: 1px solid #f1f1f1;
  150. }
  151. .windows-btn{
  152. border-top: 1px solid #f1f1f1;
  153. }
  154. .windows-btn view:nth-child(1){
  155. text-align: center;
  156. padding: 28rpx 0;
  157. border-right: 1px solid #f1f1f1;
  158. }
  159. .windows-btn button{
  160. text-align: center;
  161. color: #26A2FF;
  162. background: #fff;
  163. border: none;
  164. }
  165. .windows-content textarea{
  166. height: 150rpx;
  167. padding: 28rpx;
  168. }