| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- .container {
- background-color: #F8F8F8;
- }
- .program_start_footer{
- position: fixed;
- bottom:0;
- width:100%;
- height:590rpx;
- }
- .text0{
- background-color: #4D4D4D;
- border-radius: 20rpx;
- color:#fff;
- font-size:20rpx;
- position: fixed;
- top:140rpx;
- text-align: center;
- width: 100rpx;
- height:40rpx;
- line-height: 40rpx;
- }
- .text1{
- position: fixed;
- top:210rpx;
- width:396rpx;
- height:150rpx;
- }
- .text2{
- font-size:28rpx;
- position: fixed;
- top:460rpx;
- text-align: center;
- color:#1e1e1e;
- z-index: 10;
- font-weight: 400;
- }
- .text3{
- color:#FE6659;
- }
- .img{
- width:400rpx;
- height:150rpx;
- }
- .btn{
- width:500rpx;
- height:120rpx;
- text-align: center;
- line-height: 120rpx;
- border-radius: 14rpx;
- border:2rpx solid #E3E3E3;
- background-color: #fff;
- color:#1E1E1E;
- font-size:48rpx;
- position: fixed;
- top:570rpx;
- z-index: 10;
- }
|