| 1234567891011121314151617181920 |
- .container {
- background-color: #fff;
- position: fixed;
- top:0;
- }
- .text1{
- position: fixed;
- top:380rpx;
- font-size:68rpx;
- font-weight: 400;
- }
- .text2{
- position: fixed;
- top:515rpx;
- font-size:28rpx;
- font-weight: 400;
- line-height: 20rpx;
- text-align: center;
- }
|