| 12345678910111213141516171819202122 |
- .container {
- background-color: #fff;
- font-weight: 500;
- position: fixed;
- top:0;
- justify-content: flex-start;
- }
- .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;
- }
|