repetitive_tasks_detail.acss 879 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. .header-top {
  2. background: #fff;
  3. padding: 20rpx 32rpx;
  4. }
  5. .header-top-right {
  6. margin-left: 10rpx;
  7. }
  8. .state {
  9. color: #E6A23C;
  10. margin-left: 10rpx;
  11. }
  12. .header-main {
  13. background: #fff;
  14. padding: 16rpx 32rpx;
  15. }
  16. .header-main .laber {
  17. color: #909399;
  18. width: 140rpx;
  19. }
  20. .header-main .flex-box {
  21. padding: 10rpx 0;
  22. }
  23. .top-left {
  24. margin-left: 16rpx;
  25. }
  26. .top-left view:nth-child(2) {
  27. color: rgb(144, 147, 153);
  28. margin-top: 10rpx
  29. }
  30. .top-right {
  31. margin-left: 16rpx;
  32. text-align: center;
  33. color: rgb(144, 147, 153);
  34. }
  35. .name {
  36. font-weight: 700;
  37. color: #222
  38. }
  39. .img{
  40. width: 40rpx;
  41. height: 40rpx;
  42. position: relative;
  43. top: 10rpx;
  44. }
  45. .imgs image{
  46. width: 90rpx;
  47. height: 90rpx;
  48. margin: 0 10rpx;
  49. }
  50. .main-item{
  51. background: #fff;
  52. padding: 20rpx 32rpx;
  53. }
  54. .img-item{
  55. margin: 0 10rpx;
  56. }
  57. .img-item text{
  58. font-size: 24rpx;
  59. text-align: center;
  60. }