index.rpx.css 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. .item{
  2. background: #FFFFFF;
  3. margin-top: 20rpx;
  4. padding: 20rpx 20rpx;
  5. }
  6. .h-img{
  7. width: 30rpx;
  8. height: 30rpx;
  9. margin-top: 10rpx;
  10. }
  11. .h-text{
  12. font-size: 24rpx;
  13. font-family: PingFangSC-Regular, PingFang SC;
  14. font-weight: 400;
  15. color: #666666;
  16. line-height: 44rpx;
  17. margin-left: 10rpx;
  18. }
  19. .a{
  20. width: 210rpx;
  21. height: 120rpx;
  22. background: #FFFCEE;
  23. border-radius: 12rpx;
  24. margin-top: 20rpx;
  25. }
  26. .b{
  27. font-size: 32rpx;
  28. font-family: PingFangSC-Medium, PingFang SC;
  29. font-weight: 500;
  30. line-height: 70rpx;
  31. text-align: center;
  32. }
  33. .c{
  34. font-size: 24rpx;
  35. font-family: PingFangSC-Regular, PingFang SC;
  36. font-weight: 400;
  37. color: #666666;
  38. line-height: 50rpx;
  39. text-align: center;
  40. }
  41. .aColor{
  42. color: #333333;
  43. }
  44. .bColor{
  45. color: #ED569F;
  46. }
  47. .cColor{
  48. color: #93D21A;
  49. }
  50. .de{
  51. margin-top: 20rpx;
  52. }
  53. .d{
  54. font-size: 28rpx;
  55. font-family: PingFangSC-Regular, PingFang SC;
  56. font-weight: 400;
  57. color: #666666;
  58. line-height: 44rpx;
  59. }
  60. .e{
  61. font-size: 36rpx;
  62. font-family: PingFangSC-Medium, PingFang SC;
  63. font-weight: bold;
  64. color: #333333;
  65. line-height: 44rpx;
  66. }
  67. .op-btn{
  68. margin-top: 20rpx;
  69. width: 200rpx;
  70. height: 64rpx;
  71. background: #FFE05C;
  72. border-radius: 32rpx;
  73. text-align: center;
  74. line-height: 64rpx;
  75. font-family: PingFangSC-Regular, PingFang SC;
  76. font-weight: 400;
  77. color: #333333;
  78. }