main.wxss 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  1. /*每个页面公共css */
  2. page{
  3. background-color: #f0f2f5;
  4. /* font-family: PingFang SC; */
  5. }
  6. view{
  7. box-sizing: border-box;
  8. padding: 0;
  9. }
  10. /* 公共字体大小类 */
  11. .one-font{
  12. font-size: 48rpx;
  13. line-height: 72rpx;
  14. font-weight: 600;
  15. }
  16. .two-font{
  17. font-size: 40rpx;
  18. line-height: 56rpx;
  19. }
  20. .twoZ-font{
  21. font-size: 40rpx;
  22. line-height: 56rpx;
  23. font-weight: 500;
  24. }
  25. .three-font{
  26. font-size: 34rpx;
  27. line-height: 48rpx;
  28. font-weight: 500;
  29. }
  30. .num-font{
  31. font-size: 36rpx;
  32. line-height: 56rpx;
  33. font-weight: 700;
  34. }
  35. .bmTit-font{
  36. font-size: 36rpx;
  37. line-height: 44rpx;
  38. font-weight: 500;
  39. }
  40. .fNum-font{
  41. font-size: 44rpx;
  42. line-height: 56rpx;
  43. font-weight: 700;
  44. }
  45. .zw-font{
  46. font-size: 34rpx;
  47. line-height: 48rpx;
  48. }
  49. .btn-font{
  50. font-size: 28rpx;
  51. line-height: 40rpx;
  52. font-weight: 600;
  53. }
  54. .fwb-font{
  55. font-size: 28rpx;
  56. line-height: 40rpx;
  57. font-size: 400;
  58. }
  59. .sZw-font{
  60. font-size: 26rpx;
  61. line-height: 42rpx;
  62. font-size: 400;
  63. }
  64. .sBtn-font{
  65. font-size: 24rpx;
  66. line-height: 32rpx;
  67. font-weight: 600;
  68. }
  69. .fz-font{
  70. font-size: 24rpx;
  71. line-height: 32rpx;
  72. font-weight: 400;
  73. }
  74. .bq-font{
  75. font-size: 20rpx;
  76. line-height: 24rpx;
  77. }
  78. .bqZ-font{
  79. font-size: 20rpx;
  80. line-height: 24rpx;
  81. font-weight: 600;
  82. }