| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- .panelNull{
- margin-top: 410rpx;
- font-size: 28rpx;
- color: #C1E1C1;
- }
- .textNull1{
- font-weight: 400;
- font-size: 24rpx;
- margin-top: 10rpx;
- }
- .panel1{
- width:710rpx;
- background: #1E1E1E;
- border-radius: 20rpx;
- margin-bottom: 20rpx;
- color: #C1E1C1;
- position: relative;
- }
- .text01{
- align-self: start;
- margin: 30rpx 0 0 30rpx;
- font-size: 24rpx;
- }
- .panel11{
- width: 100%;
- justify-content: flex-start;
- margin: 30rpx 0;
- }
- .panelLine{
- width: 5rpx;
- height: 83rpx;
- background-color: #C1E1C1;
- margin: 0 25rpx 0 30rpx;
- }
- .panel111{
- align-items: flex-start;
- }
- .text02{
- font-weight: 400;
- font-size: 24rpx;
- }
- .text03{
- font-size: 36rpx;
- white-space: nowrap;
- width:620rpx;
- overflow-x: hidden;
- }
- .panel12{
- width: 670rpx;
- height:90rpx;
- background: #002F24;
- border-radius: 10rpx;
- margin: 0 0 20rpx 0;
- }
- .text04{
- font-weight: 400;
- font-size: 28rpx;
- width: 610rpx;
- margin: 20rpx 0;
- }
- .panelBtn{
- border-radius: 10rpx;
- background-color: #002F24;
- position: absolute;
- top:20rpx;
- right:20rpx;
- }
- .btn1{
- width:154rpx;
- line-height:53rpx;
- font-size: 24rpx;
- color: #FFFFFF;
- text-align: center;
- }
- .btn2{
- width:90rpx;
- height:53rpx;
- }
- .sysIcon_a13{
- width: 2rpx;
- height:14rpx;
- }
- .sysIcon_a14{
- width: 20rpx;
- height:22rpx;
- }
|