taskreminder.acss 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257
  1. .tasks-page{
  2. padding-top: 0rpx;
  3. background-color: #FFFFFF;
  4. }
  5. .tasks-head{
  6. height: 185rpx;
  7. background-color: #FFFFFF;
  8. padding-left: 48rpx;
  9. }
  10. .cell-title{
  11. color: #333333;
  12. font-size: 32rpx;
  13. }
  14. .cell-title image{
  15. width: 24rpx;
  16. height: 16rpx;
  17. margin-left: 9rpx;
  18. }
  19. .cell-list{
  20. color: #999999;
  21. font-size: 22rpx;
  22. }
  23. .cell-type{
  24. color: #666666;
  25. font-size: 28rpx;
  26. }
  27. .cell-right{
  28. float: right;
  29. width: 50%;
  30. padding-right: 48rpx;
  31. font-size: 24rpx;
  32. color: #999999;
  33. font-weight: normal;
  34. text-align: right;
  35. }
  36. .tasks-line{
  37. background-color: #F3F3F3;
  38. border-top-right-radius: 28rpx;
  39. border-top-left-radius: 28rpx;
  40. padding-bottom: 25rpx;
  41. padding-top: 26rpx;
  42. }
  43. .tasks-tik{
  44. background-color: #FFFFFF;
  45. margin-left: 23rpx;
  46. margin-right: 24rpx;
  47. border-radius: 12rpx;
  48. padding-top: 29rpx;
  49. padding-left: 24rpx;
  50. height: 258rpx;
  51. margin-bottom: 25rpx;
  52. }
  53. .tik-title{
  54. color: #333333;
  55. font-size: 48rpx;
  56. font-weight: bold;
  57. }
  58. .tik-right{
  59. color: #09AFFF;
  60. float: right;
  61. font-size: 20rpx;
  62. height: 80rpx;
  63. line-height: 80rpx;
  64. }
  65. .tik-right image{
  66. width: 19.31rpx;
  67. height: 20rpx;
  68. margin-right: 6rpx;
  69. margin-top: 30rpx;
  70. float: left;
  71. }
  72. .tik-week-item{
  73. float: left;
  74. width: 14.2%;
  75. color: #999999;
  76. text-align: center;
  77. height: 121rpx;
  78. padding-top: 23rpx;
  79. }
  80. .tik-week-item-select{
  81. background: rgba(9, 175, 255, 0.05);
  82. color: #09AFFF;
  83. border-radius: 12px;
  84. }
  85. .tik-week-item view{
  86. padding-bottom: 20rpx;
  87. }
  88. .tasks-list{
  89. margin-top: 56rpx;
  90. background: #FFFFFF;
  91. border-radius: 18px;
  92. margin-left: 23rpx;
  93. margin-right: 24rpx;
  94. padding-top: 35rpx;
  95. padding-bottom: 23rpx;
  96. }
  97. .tasks-list-item{
  98. height: 100rpx;
  99. background: #FAFAFA;
  100. border-radius: 12px;
  101. font-size: 28rpx;
  102. font-family: PingFangSC-Regular, PingFang SC;
  103. font-weight: 400;
  104. color: #333333;
  105. line-height: 100rpx;
  106. padding-left: 28rpx;
  107. margin-top: 30rpx;
  108. }
  109. .tasks-item-no{
  110. width: 122rpx;
  111. height: 102rpx;
  112. float: right;
  113. background-color:#fff6f4;
  114. }
  115. .tasks-item-red{
  116. width: 122rpx;
  117. height: 102rpx;
  118. float: right;
  119. border-top-right-radius: 12rpx;
  120. border-bottom-right-radius: 12rpx;
  121. background-color:#FAFAFA;
  122. color: #FF5030
  123. }
  124. .tasks-item-yes{
  125. width: 122rpx;
  126. height: 102rpx;
  127. float: right;
  128. border-top-right-radius: 12rpx;
  129. border-bottom-right-radius: 12rpx;
  130. background-color:#FAFAFA;
  131. color: rgb(54, 127, 236)
  132. }
  133. .tasks-list-item image{
  134. width: 35rpx;
  135. height: 35rpx;
  136. margin-left: 44.5rpx;
  137. margin-top: 33.5rpx;
  138. }
  139. .tast-moneybox{
  140. height: 102rpx;
  141. background-color: #F3F3F3;
  142. }
  143. .tasks-list-money{
  144. height: 102rpx;
  145. margin-top: 25rpx;
  146. border-radius: 18px;
  147. background: #FFFFFF;
  148. margin-left: 23rpx;
  149. margin-right: 24rpx;
  150. width: 60%;
  151. float: left;
  152. }
  153. .nogood{
  154. width: 120rpx;
  155. height: 31rpx;
  156. background: #FFEDEA;
  157. border-radius: 4px;
  158. color: #FF5030;
  159. font-size: 20rpx;
  160. display: inline-block;
  161. margin-left: 16rpx;
  162. text-align: center;
  163. }
  164. .tasks-set{
  165. float: right;
  166. width: 27%;
  167. margin-right: 24rpx;
  168. height: 102rpx;
  169. line-height: 102rpx;
  170. }
  171. .tasks-set button{
  172. border-radius: 68rpx;
  173. margin-top: 26rpx;
  174. }
  175. .tasks-list-pay{
  176. font-weight: bold;
  177. color: #333333;
  178. font-size: 28rpx;
  179. float: left;
  180. width: 45%;
  181. line-height: 102rpx;
  182. padding-left: 24rpx;
  183. }
  184. .tasks-list-pay-right{
  185. float: right;
  186. width: 40%;
  187. text-align: right;
  188. padding-right: 5%;
  189. height: 102rpx;
  190. line-height: 102rpx;
  191. font-weight: bold;
  192. }
  193. .tasks-list-pay-right input{
  194. color: #09AFFF;
  195. font-weight: normal;
  196. width: 60%;
  197. margin-top: 24rpx;
  198. }
  199. .tasks-list-pay-right text{
  200. float: right;
  201. }
  202. .notasks{
  203. margin: 21rpx 24rpx 30rpx 24rpx;
  204. height: 327rpx;
  205. line-height: 327rpx;
  206. background: #FAFAFA;
  207. border-radius: 12rpx;
  208. text-align: center;
  209. font-size: 36rpx;
  210. color: #999999;
  211. }
  212. .cancel-box{
  213. width: 100%;
  214. }
  215. .cancel-box label{
  216. width: 100%;
  217. text-align: left;
  218. padding-left: 20%;
  219. font-size: 26rpx;
  220. }
  221. .cancel-box text{
  222. font-size: 46rpx;
  223. font-weight: bold;
  224. margin-bottom: 30rpx;
  225. display: inline-block;
  226. }
  227. .radio{
  228. width: 24rpx;
  229. height: 24rpx;
  230. }
  231. radio-checked::before {
  232. width: 24rpx;
  233. height: 24rpx;
  234. background-color: #09AFFF;
  235. }
  236. .cancel-box radio-group{
  237. width: 100%;
  238. margin-bottom: 67rpx;
  239. }
  240. .cancel-left{
  241. width: 50%;
  242. float: left;
  243. height: 102rpx;
  244. line-height: 102rpx;
  245. border-top: 1rpx #e5e5e5 solid;
  246. border-right: 1rpx #e5e5e5 solid;
  247. }
  248. .cancel-right{
  249. float: right;
  250. width: 49%;
  251. height: 102rpx;
  252. line-height: 102rpx;
  253. border-top: 1rpx #e5e5e5 solid;
  254. font-size: 36rpx;
  255. color: #09AFFF;
  256. font-weight: bold;
  257. }