| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- .container {
- background-color: #f2f2f2;
- color:#4D4D4D;
- }
- .panel{
- margin-top: 60rpx;
- width:710rpx;
- border-radius: 40rpx;
- background-color: #fff;
- justify-content: flex-start;
- }
- .panel .text1{
- font-size:24rpx;
- margin-top: 60rpx;
- }
- .panel .Number{
- font-family: Roboto-Black;
- font-size: 28rpx;
- color: #4D4D4D;
- margin-left: 6rpx;
- }
- .panel .text2{
- font-size:36rpx;
- margin-top: 30rpx;
- color:#1E1E1E;
- text-align: center;
- }
- .panel .panel1{
- margin-top: 60rpx;
- width:670rpx;
- height:526rpx;
- flex-wrap: wrap;
- }
- .panel .img{
- width:300rpx;
- height:248rpx;
- margin: 0 10rpx;
- }
- .panel .img2{
- width:234rpx;
- height:206rpx;
- margin: 60rpx 0 0 0;
- }
- .panel .text3{
- font-size:24rpx;
- margin: 40rpx 0;
- text-align: center;
- }
- .panel .btn{
- width:622rpx;
- height:92rpx;
- line-height: 100rpx;
- font-size:36rpx;
- margin-top: 60rpx;
- color:#E65A20;
- background-color: #fff;
- border-radius: 20rpx;
- justify-content: space-between;
- border:4rpx solid #E65A20;
- }
- .Arrow{
- width:14rpx;
- height:22rpx;
- }
- .Canvas{
- width: 750px;
- height: 1110px;
- background-color: #fff;
- position: fixed;
- left:760rpx;
- }
|