| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- .container {
- background-color: #99607C;
- color:#1e1e1e;
- font-weight: 500;
- }
- .btn1{
- width:610rpx;
- height:372rpx;
- margin-top: 212rpx;
- background-color: #FFD48B;
- border-radius: 14rpx;
- box-shadow: 0 20rpx 1rpx #67453C;
- justify-content: flex-end;
- }
- .panel10{
- width:100%;
- margin-bottom: 53rpx;
- justify-content: flex-start;
- }
- .line2{
- margin-left: 50rpx;
- width:16rpx;
- height:140rpx;
- background-color: #EC4C56;
- }
- .panel101{
- align-items: flex-start;
- margin-left: 30rpx;
- }
- .text1{
- font-size: 64rpx;
- }
- .text2{
- font-size: 48rpx;
- }
- .line{
- width:100%;
- height:2rpx;
- background-color: #E4B06C;
- }
- .panel11{
- font-size:36rpx;
- width: 610rpx;
- background-color: #FEC579;
- justify-content: space-between;
- border-bottom-left-radius: 10rpx;
- border-bottom-right-radius: 10rpx;
- }
- .panel111{
- width: 304rpx;
- height:120rpx;
- line-height: 120rpx;
- text-align: center;
- background-color: #FEC579;
- border-bottom-left-radius: 14rpx;
- }
- .panel1111{
- width: 100%;
- }
- .line1{
- width:2rpx;
- height:60rpx;
- background-color: #E4B06C;
- }
- .panel112{
- border-bottom-left-radius: 0;
- border-bottom-right-radius: 14rpx;
- padding-right: 0;
- }
- .panel112::after {
- border: 0px;
- }
- .program_share_footer{
- width:100%;
- height:440rpx;
- position: fixed;
- bottom: 0;
- }
|