index.scss 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227
  1. .hc-task-page {
  2. :deep(.task-nav-bar) {
  3. background: #554D84;
  4. color: white;
  5. }
  6. :deep(.hc-nav-bar) {
  7. display: flex;
  8. align-items: center;
  9. padding: .6rem .9rem;
  10. .segmented-bar {
  11. position: relative;
  12. display: flex;
  13. align-items: center;
  14. font-size: 26rpx;
  15. flex: 1;
  16. .task-tab-item {
  17. background: #291D6C;
  18. padding: 10rpx 16rpx;
  19. transition: background .2s;
  20. &.task-cur {
  21. background: white;
  22. color: #564C84;
  23. }
  24. &:first-child {
  25. border-top-left-radius: 50rpx;
  26. border-bottom-left-radius: 50rpx;
  27. }
  28. &:last-child {
  29. border-top-right-radius: 50rpx;
  30. border-bottom-right-radius: 50rpx;
  31. }
  32. }
  33. }
  34. .more-bar {
  35. display: flex;
  36. align-items: center;
  37. justify-content: flex-end;
  38. .icon {
  39. position: relative;
  40. top: 4rpx;
  41. font-size: 44rpx;
  42. }
  43. .more-bar-tooltip {
  44. --theme-bg-color: #4D4D4D !important;
  45. }
  46. }
  47. }
  48. :deep(.zb_tooltip__popper) {
  49. font-size: 26rpx;
  50. .more-bar-item {
  51. position: relative;
  52. }
  53. .more-bar-item + .more-bar-item {
  54. margin-top: 20rpx;
  55. }
  56. }
  57. .controls-bar-box {
  58. position: sticky;
  59. top: 0;
  60. .controls-bar {
  61. position: relative;
  62. display: flex;
  63. align-items: center;
  64. background: white;
  65. font-size: 44rpx;
  66. padding: .4rem .9rem;
  67. .left, .right {
  68. position: relative;
  69. flex: 1;
  70. display: flex;
  71. align-items: center;
  72. color: #4095E5;
  73. .icon + .icon {
  74. margin-left: 20rpx;
  75. }
  76. .icon.cur {
  77. color: #554D84;
  78. }
  79. }
  80. .right {
  81. justify-content: flex-end;
  82. }
  83. }
  84. .controls-filter {
  85. position: relative;
  86. font-size: 26rpx;
  87. display: flex;
  88. align-items: center;
  89. padding: .4rem .9rem;
  90. border-top: 1px solid #f3f3f3;
  91. background: white;
  92. .search-form-date {
  93. position: relative;
  94. margin-right: 20rpx;
  95. flex: 1;
  96. :deep(.search-date-input) {
  97. border: 2rpx solid #e5e5e5;
  98. box-sizing: border-box;
  99. border-radius: 8rpx;
  100. padding: 0 20rpx;
  101. position: relative;
  102. display: flex;
  103. align-items: center;
  104. width: 100%;
  105. height: 60rpx;
  106. div {
  107. flex: 1;
  108. }
  109. }
  110. .content {
  111. position: relative;
  112. display: flex;
  113. align-items: center;
  114. width: 100%;
  115. .text {
  116. flex: 1;
  117. }
  118. }
  119. }
  120. .search-form-btn {
  121. margin-left: 20rpx;
  122. }
  123. }
  124. }
  125. :deep(.uni-card) {
  126. &.is-check {
  127. box-shadow: #EE5B20 0 0 6rpx 2rpx !important;
  128. }
  129. .item-icon-check {
  130. margin-right: 10rpx;
  131. display: flex;
  132. align-items: center;
  133. }
  134. }
  135. .show-check-tabbars {
  136. position: relative;
  137. display: flex;
  138. align-items: flex-end;
  139. .check-bar {
  140. font-size: 24rpx;
  141. margin-right: 50rpx;
  142. .check-box {
  143. position: relative;
  144. display: flex;
  145. align-items: center;
  146. .text {
  147. margin-right: 10rpx;
  148. }
  149. }
  150. .text-box {
  151. margin-top: 10rpx;
  152. }
  153. }
  154. .btn-bar {
  155. position: relative;
  156. display: flex;
  157. align-items: center;
  158. justify-content: flex-end;
  159. flex: 1;
  160. .check-btn {
  161. padding: 0;
  162. display: inline-block;
  163. line-height: initial;
  164. font-size: 24rpx;
  165. height: 54rpx;
  166. width: 144rpx;
  167. border: 3rpx solid #EE5B20;
  168. display: flex;
  169. align-items: center;
  170. justify-content: center;
  171. color: #EE5B20;
  172. background-color: white;
  173. border-radius: 100rpx;
  174. &:after {
  175. display: none;
  176. }
  177. }
  178. .check-btn.cancel {
  179. border-color: #4F4F4F;
  180. color: #4F4F4F;
  181. }
  182. }
  183. }
  184. .task-popup-content {
  185. position: relative;
  186. padding: 0 24rpx;
  187. .title {
  188. color: #8E8E93;
  189. font-size: 28rpx;
  190. margin-bottom: 38rpx;
  191. text-align: center;
  192. }
  193. .popup-btn::after {
  194. display: none;
  195. }
  196. .popup-argument-bar {
  197. position: relative;
  198. margin-bottom: 24rpx;
  199. .argument-input {
  200. border: 2rpx solid #cbcbcb;
  201. border-radius: 8rpx;
  202. line-height: initial;
  203. font-size: 26rpx;
  204. padding: 20rpx;
  205. width: 100%;
  206. }
  207. }
  208. .popup-btn-bar {
  209. position: relative;
  210. .c1 {
  211. background-color: #554D84;
  212. }
  213. .c2 {
  214. background-color: #EE5B20;
  215. }
  216. .c3 {
  217. background-color: #BFBFBF;
  218. }
  219. .c4 {
  220. background-color: #81B337;
  221. }
  222. }
  223. .popup-btn-bar + .popup-btn-bar {
  224. margin-top: 24rpx;
  225. }
  226. }
  227. }