| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- .container {
- background-color: #fff;
- }
- .panel{
- margin-bottom: 119rpx;
- }
- .panel .text1{
- font-size:28rpx;
- }
- .panel .text2{
- font-size:68rpx;
- color:#169DED;
- }
- .panel .text3{
- font-size:28rpx;
- font-weight: 400;
- }
- .panel .text4{
- font-size:28rpx;
- margin-top: 40rpx;
- }
- .panel .text5{
- font-size:24rpx;
- margin-top: 20rpx;
- text-align: center;
- font-weight: 400;
- }
- .panel .btn{
- width:520rpx;
- height:90rpx;
- line-height: 90rpx;
- font-size:36rpx;
- margin-top: 40rpx;
- text-align: center;
- font-weight: 400;
- color:#fff;
- background-color: #0071EF;
- border-radius: 10rpx;
- }
- .Canvas{
- width: 750px;
- height: 1256px;
- background-color: #fff;
- position: fixed;
- left:760rpx;
- }
|