/*每个页面公共css */ page{ background-color: #f0f2f5; font-family: PingFang SC; } view{ box-sizing: border-box; padding: 0; } /* 公共字体大小类 */ .yj-font{ font-size: 48rpx; line-height: 72rpx; } .rj-font{ font-size: 40rpx; line-height: 56rpx; } .small-font { font-size: 12px; } .box_price{ font-size: 36rpx; } .box_1{ font-size: 34rpx; } .box_2{ font-size: 24rpx; /* font-weight: 600; */ letter-spacing: 1rpx; } .box_3{ font-size: 20rpx; } .btn-font{ font-size: 32rpx; } .cell-font{ font-size: 28rpx; } .cell-img{ width: 160rpx; height: 160rpx; }