styles.less 801B

123456789101112131415161718192021222324252627282930313233343536373839
  1. .CheckboxStytle {
  2. // color: #EF273A;
  3. }
  4. .redHeader{
  5. height: 150px;
  6. background:rgba(249,249,249,1);
  7. border-radius:12px;
  8. padding: 0 24px;
  9. .redHeaderTop{
  10. text-align: center;
  11. height: 97px;
  12. font-family:PingFangSC-Regular,PingFang SC;
  13. font-weight:400;
  14. line-height:97px;
  15. display: flex;
  16. justify-content: center;
  17. .redHeaderTopText{
  18. font-size:18px;
  19. color:rgba(51,51,51,1);
  20. }
  21. .redHeaderTopNum{
  22. font-size:48px;
  23. font-family:PingFangSC-Medium,PingFang SC;
  24. font-weight:500;
  25. color:rgba(255,126,72,1);
  26. }
  27. }
  28. .redHeaderBottom{
  29. border-top:1px solid rgba(216,216,216,1);
  30. height: 53px;
  31. text-align: center;
  32. line-height: 53px;
  33. }
  34. }