| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120 |
- .panelTitle{
- width:100%;
- margin-top: 50rpx;
- justify-content: space-between;
- }
- .panelTitle .panelTitle1{
- font-size:24rpx;
- margin-left: 30rpx;
- margin-bottom: 30rpx;
- font-weight: 400;
- }
- .panelItem{
- width:100%;
- justify-content: space-between;
- font-size:28rpx;
- background-color: #fff;
- }
- .panelItem1{
- width:690rpx;
- justify-content: space-between;
- font-size:28rpx;
- font-weight: 400;
- margin:30rpx 0 0 0;
- }
- .panelItem12{
- font-size:48rpx;
- font-weight: 500;
- color:#FE6659;
- }
- .panelItem2{
- width:690rpx;
- font-size:20rpx;
- font-weight: 500;
- margin:10rpx 0 30rpx 0;
- color: #787878;
- }
- .panelItem3{
- width:690rpx;
- font-size:20rpx;
- font-weight: 500;
- margin:30rpx 0 0 0;
- color: #787878;
- justify-content: space-between;
- }
- .panelItem4{
- font-size:24rpx;
- font-weight: 400;
- margin-bottom: 10rpx;
- }
- .panelItem31{
- width:170rpx;
- }
- .panelItem32{
- width:120rpx;
- }
- .panelItem33{
- width:240rpx;
- }
- .panelItem34{
- width:160rpx;
- text-align: right;
- }
- .line{
- width:690rpx;
- height:1rpx;
- background-color: #E3E3E3;
- margin:20rpx 0 20rpx 0;
- }
- .text3{
- width:690rpx;
- font-size:20rpx;
- font-weight: 500;
- color: #787878;
- }
- .text5{
- margin-bottom: 30rpx;
- }
- .text1{
- width:690rpx;
- font-size:28rpx;
- font-weight: 500;
- margin-top: 30rpx;
- }
- .text2{
- width:690rpx;
- font-size:24rpx;
- margin-top: 15rpx;
- font-weight: 400;
- }
- .text6{
- margin-top: 50rpx;
- }
- .lineFooter2{
- width:100%;
- height:50rpx;
- background-color: #F0F0F0;
- }
- .footer{
- width:100%;
- height:100rpx;
- }
|