index.rpx.css 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. .item{
  2. height: 156rpx;
  3. border-bottom: 1px solid #EEEEEE;
  4. }
  5. .leftText{
  6. width: 84rpx;
  7. height: 84rpx;
  8. text-align: center;
  9. color: #FFFFFF;
  10. line-height: 84rpx;
  11. border-radius: 42rpx;
  12. font-size: 24rpx;
  13. font-family: PingFangSC-Regular, PingFang SC;
  14. margin-top: 32rpx ;
  15. }
  16. .rightText{
  17. margin-top: 32rpx;
  18. width: 590rpx;
  19. padding: 0 20rpx;
  20. }
  21. .text1{
  22. height: 44rpx;
  23. font-size: 28rpx;
  24. font-family: PingFangSC-Regular, PingFang SC;
  25. font-weight: 400;
  26. color: #333333;
  27. line-height: 44rpx;
  28. }
  29. .text2{
  30. height: 44rpx;
  31. font-size: 28rpx;
  32. font-family: PingFangSC-Medium, PingFang SC;
  33. font-weight: bold;
  34. color: #333333;
  35. line-height: 44rpx;
  36. }
  37. .text3{
  38. height: 40rpx;
  39. font-size: 24rpx;
  40. font-family: PingFangSC-Regular, PingFang SC;
  41. font-weight: 400;
  42. color: #999999;
  43. line-height: 40rpx;
  44. }
  45. .backColor1{
  46. background: #ED569F;
  47. }
  48. .backColor2{
  49. background: #93D21A;
  50. }
  51. .backColor3{
  52. background: #FFAF36;
  53. }
  54. .backColor4{
  55. background: #36f262;
  56. }