| 123456789101112131415161718192021222324252627 |
- .container {
- background-color: #213a5b;
- justify-content: flex-start;
- }
- .programstart_footer_illue {
- width: 100%;
- height: 540rpx;
- position: fixed;
- bottom: 0;
- }
- .text1 {
- margin-top: 142rpx;
- color: #fff;
- font-size: 48rpx;
- text-shadow: 0 7rpx 0 #112331;
- }
- .panel {
- margin-top: 20rpx;
- color: #fff;
- font-size: 24rpx;
- width:281rpx;
- justify-content: space-around;
- }
|