| 12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- .text01{
- align-self: start;
- font-size: 36rpx;
- margin: 50rpx 0 0 40rpx;
- }
- .text02{
- align-self: start;
- font-size: 24rpx;
- font-weight: 400;
- margin: 10rpx 0 40rpx 40rpx;
- }
- .panel1{
- width:710rpx;
- background: #FFFFFF;
- border-radius: 20rpx;
- margin-bottom: 20rpx;
- align-items: flex-start;
- justify-content: flex-start;
- position: relative;
- }
- .text03{
- font-size: 28rpx;
- margin: 42rpx 0 0 40rpx;
- }
- .text04{
- margin: 10rpx 0 40rpx 40rpx;
- font-weight: 400;
- font-size: 24rpx;
- overflow-x: hidden;
- width:630rpx;
- white-space: nowrap;
- }
- .panel11{
- width: 120rpx;
- height: 70rpx;
- background: #D2D2D2;
- border-radius: 0 20rpx 0 30rpx;
- position: absolute;
- top:0;
- right:0;
- font-size:24rpx;
- }
|