indexDetails.scss 892 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. .details{
  2. .taskInfo{
  3. padding-bottom: 10rpx;
  4. .detail_list{
  5. .List_title{
  6. display: flex;
  7. padding: 10rpx 0;
  8. .detail_text{
  9. font-size: 14px;
  10. font-weight: 400;
  11. letter-spacing: 0.5px;
  12. line-height: 22px;
  13. color: rgba(53, 53, 53, 1);
  14. vertical-align: top;
  15. }
  16. .detail_righttext{
  17. padding-right: 20rpx;
  18. padding-left: 30rpx;
  19. flex: 1;
  20. text-align: right;
  21. font-size: 14px;
  22. font-weight: 400;
  23. letter-spacing: 0.5px;
  24. line-height: 22px;
  25. color: rgba(53, 53, 53, 1);
  26. }
  27. }
  28. }
  29. .finish_button{
  30. width: 100%;
  31. background: #F8F9FA;
  32. .button{
  33. width: 700rpx;
  34. margin-top: 10rpx;
  35. border-radius: 5px;
  36. color: rgba(255, 255, 255, 1);
  37. background: linear-gradient(90deg, rgba(190, 163, 117, 1) 0%, rgba(190, 163, 117, 0.8) 100%);
  38. }
  39. }
  40. }
  41. }