| 1234567891011121314151617181920212223242526272829303132 |
- .container {
- background-color: #fff;
- }
- .program_start_footer{
- position: fixed;
- bottom:0;
- width:100%;
- height:590rpx;
- }
- .text1{
- font-size:26rpx;
- position: fixed;
- top:130rpx;
- text-align: center;
- }
- .btn{
- width:600rpx;
- height:90rpx;
- text-align: center;
- line-height: 90rpx;
- border-radius: 14rpx;
- border:1rpx solid #9B9B9B;
- background-color: #fff;
- color:#787878;
- font-size:36rpx;
- position: fixed;
- top:426rpx;
- z-index: 10;
- }
|