| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110 |
- .panelTop2{
- height:88rpx;
- justify-content: flex-start;
- }
- .panelMain{
- }
- .panelItem{
- width:100%;
- align-items: flex-end;
- }
- .panelItem1{
- width:680rpx;
- align-items: flex-start;
- margin-top: 30rpx;
- }
- .panelText01{
- font-size: 28rpx;
- font-weight: 400;
- margin-bottom: 10rpx;
- }
- .panelText03{
- width:200rpx;
- }
- .panelItem11{
- font-size: 24rpx;
- font-weight: 400;
- margin-right: 30rpx;
- color:#787878;
- }
- .panelItem2{
- width:680rpx;
- justify-content: flex-start;
- font-size: 20rpx;
- font-weight: 400;
- margin-top: 30rpx;
- color:#787878;
- position: relative;
- }
- .panelText02{
- font-size:32rpx;
- font-family: 'Roboto-Black';
- color:#2E2E2E;
- }
- .panelText020{
- color:#9B9B9B;
- }
- .panelItem21{
- width:190rpx;
- align-items: flex-start;
- }
- .panelItem210{
- margin-top: 4rpx;
- }
- .panelItem22{
- width: 410rpx;
- }
- .panelItem23{
- position: absolute;
- left:360rpx;
- }
- .panelItem24{
- position: absolute;
- left:540rpx;
- }
- .panelItem211{
- margin-left: 10rpx;
- }
- .icon_sys_121{
- width:50rpx;
- height:60rpx;
- margin-top: 120rpx;
- }
- .textNull{
- font-size: 36rpx;
- margin: 30rpx 0 110rpx 0;
- }
- .panelLine4{
- width:2rpx;
- height:30rpx;
- background-color: #d2d2d2;
- margin-right: 88rpx;
- }
- .panelLine5{
- position: absolute;
- left:290rpx;
- }
- .panelLine3{
- margin-top:30rpx;
- }
|