| 1234567891011121314151617181920212223242526272829303132 |
- .container {
- background-color: #213a5b;
- justify-content: flex-start;
- }
- .programstart_footer_illue {
- width: 100%;
- height: 540rpx;
- position: fixed;
- bottom: 0;
- }
- .text1 {
- position: fixed;
- top: 142rpx;
- color: #fff;
- font-size: 48rpx;
- text-shadow: 0 5rpx 0 #112331;
- letter-spacing:5px;
- text-align: center;
- margin-left: 5rpx;
- }
- .panel {
- position: fixed;
- top: 229rpx;
- color: #fff;
- font-size: 24rpx;
- width:281rpx;
- justify-content: space-around;
- }
|