| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- .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;
- }
- .btn {
- font-size: 36rpx;
- width: 560rpx;
- height: 90rpx;
- border-radius: 10rpx;
- text-align: center;
- line-height: 90rpx;
- color: #1E1E1E;
- background-color: #FFDD0C;
- margin: 30rpx 0 20rpx 0;
- }
- .panelNone{
- position: fixed;
- top:0;
- background-color: #F0F0F0;
- z-index: 100;
- }
- .text2 {
- font-size:48rpx;
- margin-top: 462rpx;
- }
|