taskOrder.wxss 777 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. .footerBoxs {
  2. width: 700rpx;
  3. height: 110rpx;
  4. position: relative;
  5. margin: 0rpx auto;
  6. padding: 0 20rpx;
  7. z-index: 10;
  8. }
  9. .footerBoxs .bag {
  10. width: 80rpx;
  11. height: 80rpx;
  12. }
  13. .footerBoxs .le .tit {
  14. font-size: 28rpx;
  15. font-weight: 500;
  16. color: #191C27;
  17. }
  18. .footerBoxs .le .tit text {
  19. color: #FF663D;
  20. }
  21. .footerBoxs .le .dot {
  22. width: 24rpx;
  23. height: 24rpx;
  24. }
  25. .footerBoxs .lr {
  26. width: 136rpx;
  27. height: 48rpx;
  28. background: #FF663D;
  29. border-radius: 25rpx;
  30. color: #fff;
  31. line-height: 48rpx;
  32. text-align: center;
  33. font-size: 24rpx;
  34. font-weight: 500;
  35. color: #FFFFFF;
  36. }
  37. .tips {
  38. font-size: 32rpx;
  39. font-weight: 500;
  40. color: #191C27;
  41. margin-left: 25rpx;
  42. }
  43. .tips .num{
  44. color: #FF663D;
  45. }