| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- .panel1{
- width:100%;
- height:140rpx;
- color: #C1E1C1;
- justify-content: space-between;
- position: relative;
- }
- .text01{
- font-size: 36rpx;
- margin-left: 70rpx;
- }
- .panel11{
- margin-right: 70rpx;
- font-size:24rpx;
- }
- .sysIcon_a01{
- width:24rpx;
- height:24rpx;
- margin-right: 10rpx;
- }
- .panel2{
- width:690rpx;
- min-height:150rpx;
- background: #002F24;
- box-shadow: 0 10rpx 0 0 rgba(0,0,0,0.50);
- border-radius: 40rpx;
- justify-content: flex-start;
- }
- .panel21{
- width: 630rpx;
- margin: 30rpx;
- font-size: 36rpx;
- border-radius: 20rpx;
- background-color: #004433;
- justify-content: flex-start;
- }
- .panel211{
- margin: 25rpx 30rpx 15rpx 0;
- align-items: flex-start;
- }
- .text03{
- width: 30rpx;
- margin-bottom: 10rpx;
- font-size: 28rpx;
- color: #728173;
- margin-left: 30rpx;
- }
- .text04{
- width:510rpx;
- height:500rpx;
- font-size: 36rpx;
- color: #FFDD88;
- line-height: 49rpx;
- }
- .panelFooter{
- width: 100%;
- height:180rpx;
- background-image: linear-gradient(180deg, #004433 0%, #002C21 100%);
- position: fixed;
- bottom: 0rpx;
- align-items: flex-start;
- z-index: 10;
- }
- .panelFooter1{
- width:730rpx;
- height:140rpx;
- color:#F2F2F2;
- background: #1E1E1E;
- box-shadow: 0 30rpx 0 0 #0C0C0C;
- border-radius: 10rpx 10rpx 60rpx 60rpx;
- }
- .panelFooter10{
- background-color: #303030;
- font-size:24rpx;
- }
- .panelFooter13{
- width:710rpx;
- height:120rpx;
- border-radius: 5rpx 5rpx 50rpx 50rpx;
- font-size:36rpx;
- }
- .text02{
- font-size:24rpx;
- margin-top: 17rpx;
- }
|