| 123456789101112131415161718192021222324252627282930313233343536 |
- .container {
- background-color: #fff;
- }
- .img{
- width:100%;
- }
- .EndTime{
- font-size:28rpx;
- font-weight: 400;
- text-align: center;
- }
- .text1{
- font-size:24rpx;
- text-align: center;
- }
- .panel1{
- width:560rpx;
- height:90rpx;
- background-color: #F0F0F0;
- border-radius: 10rpx;
- margin:30rpx 0 20rpx 0;
- }
- .panel11{
- font-size:36rpx;
- color:#787878;
- }
- .panel12{
- font-size:36rpx;
- color:#0071EF;
- text-decoration: underline;
- }
|