123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 |
- .font-forty-eight{
- font-size: 48rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- }
- .thirsty{
- font-size: 30rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- }
- .font-senventy-two{
- font-size: 72rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- }
- .font-sixty-four{
- font-size: 64rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- }
- .font-sixty-seven{
- font-size: 67rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- }
- .font-fifty-six{
- font-size: 56rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- }
- .font-thirty-six{
- font-size: 36rpx;
- font-family: SourceHanSansCN-Regular, SourceHanSansCN;
- font-weight: 500;
- }
- .font-thirty-two{
- font-size: 32rpx;
- font-family: SourceHanSansCN-Regular, SourceHanSansCN;
- font-weight: 500;
- }
- .font-forty{
- font-size: 40rpx;
- font-family: SourceHanSansCN-Regular, SourceHanSansCN;
- font-weight: 500;
- }
- .font-twenty-eight{
- font-size: 28rpx;
- font-family: SourceHanSansCN-Regular, SourceHanSansCN;
- font-weight: 500;
- }
- .title-text{
- font-size: 72rpx;
- font-family: SourceHanSansCN-Medium, SourceHanSansCN;
- font-weight: 500;
- color: #232146;
- }
- .SourceHanSansCN{
- font-family: SourceHanSansCN-Medium, SourceHanSansCN;
- }
- .white{
- color: #FFFFFF;
- }
- .background-color1{
- background-color: #3857F3;
- }
- .red{
- color: #FF0700;
- }
- .blue{
- color: #3857F3;
- }
- .black{
- color: #333333;
- }
- .gray{
- color: #727272;
- }
- .darkgray{
- color: #979797;
- }
- .background-color2{
- background-color: #43CEB1;
- }
- .flex{
- display: flex;
- }
- .align-items{
- display: flex;
- align-items: center;
- }
- .justify-content{
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
|