main.wxss 667 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  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. .yj-font{
  12. font-size: 48rpx;
  13. line-height: 72rpx;
  14. }
  15. .rj-font{
  16. font-size: 40rpx;
  17. line-height: 56rpx;
  18. }
  19. .small-font {
  20. font-size: 12px;
  21. }
  22. .box_price{
  23. font-size: 36rpx;
  24. }
  25. .box_1{
  26. font-size: 34rpx;
  27. }
  28. .box_2{
  29. font-size: 24rpx;
  30. /* font-weight: 600; */
  31. letter-spacing: 1rpx;
  32. }
  33. .box_3{
  34. font-size: 20rpx;
  35. }
  36. .btn-font{
  37. font-size: 32rpx;
  38. }
  39. .cell-font{
  40. font-size: 28rpx;
  41. }
  42. .cell-img{
  43. width: 160rpx;
  44. height: 160rpx;
  45. }