index.rpx.css 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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. color: #ED569F;
  34. line-height: 44rpx;
  35. }
  36. .text2_1{
  37. height: 44rpx;
  38. font-size: 28rpx;
  39. font-family: PingFangSC-Medium, PingFang SC;
  40. color: #999999;
  41. line-height: 44rpx;
  42. }
  43. .text3{
  44. height: 40rpx;
  45. font-size: 24rpx;
  46. font-family: PingFangSC-Regular, PingFang SC;
  47. font-weight: 400;
  48. color: #999999;
  49. line-height: 40rpx;
  50. }
  51. .backColor1{
  52. background: #ED569F;
  53. }
  54. .backColor2{
  55. background: #93D21A;
  56. }
  57. .backColor3{
  58. background: #FFAF36;
  59. }