123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167 |
- /*每个页面公共css */
- page{
- background-color: #f0f2f5;
- /* font-family: PingFang SC; */
- }
- view{
- box-sizing: border-box;
- padding: 0;
- }
- /* 公共字体大小类 */
- .one-font{
- font-size: 48rpx;
- line-height: 72rpx;
- font-weight: 600;
- }
- .two-font{
- font-size: 40rpx;
- line-height: 56rpx;
- }
- .twoZ-font{
- font-size: 40rpx;
- line-height: 56rpx;
- font-weight: 500;
- }
- .three-font{
- font-size: 34rpx;
- line-height: 48rpx;
- font-weight: 500;
- }
- .num-font{
- font-size: 36rpx;
- line-height: 56rpx;
- font-weight: 700;
- }
- .bmTit-font{
- font-size: 36rpx;
- line-height: 44rpx;
- font-weight: 500;
- }
- .fNum-font{
- font-size: 44rpx;
- line-height: 56rpx;
- font-weight: 700;
- }
- .zw-font{
- font-size: 34rpx;
- line-height: 48rpx;
- }
- .btn-font{
- font-size: 28rpx;
- line-height: 40rpx;
- font-weight: 600;
- }
- .fwb-font{
- font-size: 28rpx;
- line-height: 40rpx;
- font-size: 400;
- }
- .sZw-font{
- font-size: 26rpx;
- line-height: 42rpx;
- font-size: 400;
- }
- .sBtn-font{
- font-size: 24rpx;
- line-height: 32rpx;
- font-weight: 600;
- }
- .fz-font{
- font-size: 24rpx;
- line-height: 32rpx;
- font-weight: 400;
- }
- .bq-font{
- font-size: 20rpx;
- line-height: 24rpx;
- }
- .bqZ-font{
- font-size: 20rpx;
- line-height: 24rpx;
- font-weight: 600;
- }
|