| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126 |
- .panelTop{
- width:100%;
- justify-content: flex-start;
- height:105rpx;
- background-color: #2B2F3A;
- }
- .panelTop1{
- font-size:32rpx;
- margin-left: 30rpx;
- color:#F0F0F0;
- }
- .line{
- width: 100%;
- height:30rpx;
- }
- .panelTask{
- width:100%;
- background-color: #228160;
- color:#E3E3E3;
- font-size:28rpx;
- align-items: flex-end;
- }
- .panelTask .panelTaskItem{
- width:720rpx;
- height:101rpx;
- justify-content: space-between;
- }
- .panelTask .panelTaskItem2{
- margin-right: 30rpx;
- }
- .lineWidth7201{
- background-color: #0E5433;
- }
- .lineWidth670{
- width: 670rpx;
- height: 1rpx;
- background-color: #0E5433;
- }
- .lineWidthAll2{
- width:100%;
- height:20rpx;
- background-color: #CA8770;
- }
- .panelTitle{
- width:100%;
- margin-top: 50rpx;
- justify-content: space-between;
- }
- .panelTitle .panelTitle1{
- font-size:32rpx;
- margin-left: 30rpx;
- margin-bottom: 30rpx;
- }
- .panelTitle .panelTitle2{
- font-size:28rpx;
- margin-right: 30rpx;
- background-color: #1e1e1e;
- color:#fff;
- border-radius: 22rpx;
- text-align: center;
- padding: 0 20rpx;
- margin-bottom: 32rpx;
- }
- .panelItem{
- width:100%;
- justify-content: space-between;
- font-size:28rpx;
- height:100rpx;
- background-color: #fff;
- }
- .panelItem0{
- height:133rpx;
- }
- .panelItem00{
- margin-top: 10rpx;
- line-height: 100rpx;
- font-size:28rpx;
- font-weight: 400;
- justify-content: center;
- }
- .panelItem .panelItem1{
- margin-left: 30rpx;
- font-weight: 400;
- }
- .panelItem .panelItem11{
- width: 100%;
- line-height: 100rpx;
- text-align: center;
- color:#FE6659;
- }
- .panelItem .panelItem2{
- margin-right: 30rpx;
- color:#787878;
- font-weight: 400;
- }
- .Arrow{
- width:16rpx;
- height:26rpx;
- margin-left: 30rpx;
- }
- .text1{
- margin-top: 50rpx;
- font-size:20rpx;
- text-align: center;
- }
- .text2{
- margin-top: 50rpx;
- font-size:24rpx;
- color:#787878;
- }
- .panelItemBottom{
- margin-top: 300rpx;
- }
|