| 12345678910111213141516171819202122232425262728293031 |
- .container{
- background-color: #fff;
- }
- .text1{
- width:690rpx;
- margin-top: 60rpx;
- font-size: 48rpx;
- font-weight: 400;
- }
- .text2{
- width:690rpx;
- margin-top: 30rpx;
- font-size: 24rpx;
- font-weight: 400;
- }
- .line{
- width:690rpx;
- height:1rpx;
- background-color: #d2d2d2;
- margin:60rpx 0;
- }
- .text3{
- width:690rpx;
- font-size: 30rpx;
- font-weight: 400;
- line-height: 50rpx;
- }
|