| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- .page{
- padding: 32rpx 32rpx;
- background: #F9F9F9;
- }
- .item{
- width: 328rpx;
- background: linear-gradient(207deg, #FFFFFF 0%, #FFFCF1 100%);
- border-radius: 20rpx;
- padding: 32rpx 0;
- border: 2rpx solid #FFFFFF;
- }
- .item1{
- width: 328rpx;
- background: linear-gradient(207deg, #FFFFFF 0%, #F9FFED 100%);
- border-radius: 20rpx;
- padding: 32rpx 0;
- border: 2rpx solid #FFFFFF;
- }
- .image{
- width: 56rpx;
- height: 56rpx;
- }
- .title{
- height: 40rpx;
- font-size: 28rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #333333;
- line-height: 40rpx;
- text-align: center;
- margin-top: 16rpx;
- }
- .title1{
- font-size: 48rpx;
- font-family: DINAlternate-Bold, DINAlternate;
- font-weight: bold;
- color: #333333;
- line-height: 60rpx;
- text-align: center;
- margin-top: 24rpx;
- }
- .btn{
- width: 686rpx;
- height: 84rpx;
- background: #FFE05C;
- border-radius: 54rpx;
- font-size: 28rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #333333;
- line-height: 84rpx;
- text-align: center;
- margin-top: 64rpx;
- }
|