style.less 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. .font-forty-eight{
  2. font-size: 48rpx;
  3. font-family: PingFangSC-Medium, PingFang SC;
  4. font-weight: 500;
  5. }
  6. .thirsty{
  7. font-size: 30rpx;
  8. font-family: PingFangSC-Medium, PingFang SC;
  9. font-weight: 500;
  10. }
  11. .font-senventy-two{
  12. font-size: 72rpx;
  13. font-family: PingFangSC-Medium, PingFang SC;
  14. font-weight: 500;
  15. }
  16. .font-sixty-four{
  17. font-size: 64rpx;
  18. font-family: PingFangSC-Medium, PingFang SC;
  19. font-weight: 500;
  20. }
  21. .font-sixty-seven{
  22. font-size: 67rpx;
  23. font-family: PingFangSC-Medium, PingFang SC;
  24. font-weight: 500;
  25. }
  26. .font-fifty-six{
  27. font-size: 56rpx;
  28. font-family: PingFangSC-Medium, PingFang SC;
  29. font-weight: 500;
  30. }
  31. .font-thirty-six{
  32. font-size: 36rpx;
  33. font-family: SourceHanSansCN-Regular, SourceHanSansCN;
  34. font-weight: 500;
  35. }
  36. .font-thirty-two{
  37. font-size: 32rpx;
  38. font-family: SourceHanSansCN-Regular, SourceHanSansCN;
  39. font-weight: 500;
  40. }
  41. .font-forty{
  42. font-size: 40rpx;
  43. font-family: SourceHanSansCN-Regular, SourceHanSansCN;
  44. font-weight: 500;
  45. }
  46. .font-twenty-eight{
  47. font-size: 28rpx;
  48. font-family: SourceHanSansCN-Regular, SourceHanSansCN;
  49. font-weight: 500;
  50. }
  51. .title-text{
  52. font-size: 72rpx;
  53. font-family: SourceHanSansCN-Medium, SourceHanSansCN;
  54. font-weight: 500;
  55. color: #232146;
  56. }
  57. .SourceHanSansCN{
  58. font-family: SourceHanSansCN-Medium, SourceHanSansCN;
  59. }
  60. .white{
  61. color: #FFFFFF;
  62. }
  63. .background-color1{
  64. background-color: #3857F3;
  65. }
  66. .red{
  67. color: #FF0700;
  68. }
  69. .blue{
  70. color: #3857F3;
  71. }
  72. .black{
  73. color: #333333;
  74. }
  75. .gray{
  76. color: #727272;
  77. }
  78. .darkgray{
  79. color: #979797;
  80. }
  81. .background-color2{
  82. background-color: #43CEB1;
  83. }
  84. .flex{
  85. display: flex;
  86. }
  87. .align-items{
  88. display: flex;
  89. align-items: center;
  90. }
  91. .justify-content{
  92. display: flex;
  93. align-items: center;
  94. justify-content: space-between;
  95. }