taskLimit.wxss 759 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. .panelTitle {
  2. width: 100%;
  3. margin-top: 50rpx;
  4. justify-content: flex-start;
  5. }
  6. .panelTitle0 {
  7. margin-top: 40rpx;
  8. }
  9. .panelTitle .panelTitle1 {
  10. font-size: 32rpx;
  11. margin-left: 30rpx;
  12. margin-bottom: 30rpx;
  13. }
  14. .text1{
  15. font-size:24rpx;
  16. font-weight: 400;
  17. width:690rpx;
  18. }
  19. .panelItem {
  20. width: 100%;
  21. justify-content: space-between;
  22. font-size: 28rpx;
  23. min-height: 100rpx;
  24. background-color: #fff;
  25. }
  26. .panelItem01 {
  27. width: 100%;
  28. line-height: 100rpx;
  29. padding-left: 30rpx;
  30. font-weight: 400;
  31. border-radius: 10rpx;
  32. }
  33. .panelItem .panelItem1{
  34. margin-left: 30rpx;
  35. font-weight: 400;
  36. }
  37. .panelItem .panelItem2{
  38. margin-right: 30rpx;
  39. color:#787878;
  40. font-weight: 400;
  41. }
  42. .Arrow{
  43. width:16rpx;
  44. height:26rpx;
  45. margin-left: 30rpx;
  46. }