| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- page{
- background-color: #D85458;
- }
- .container{
- width:100%;
- background-image: linear-gradient(#F9B65F, #D85458);
- }
- .panelTop{
- width:670rpx;
- height:322rpx;
- margin-top: 40rpx;
- }
- .panelMain{
- width:670rpx;
- background-color: #fff;
- border-bottom-left-radius: 40rpx;
- border-bottom-right-radius: 40rpx;
- margin-bottom: 40rpx;
- }
- .panelMain .text1{
- margin-top: 80rpx;
- width:590rpx;
- text-align: right;
- font-size: 28rpx;
- font-weight: 400;
- }
- .panelMain .text2{
- width:590rpx;
- text-align: right;
- font-size: 20rpx;
- font-weight: 500;
- color:#787878;
- }
- .panelMain .line1{
- width:590rpx;
- height:1rpx;
- background-color: rgba(167,158,152,0.4);
- margin-top: 30rpx;
- }
- .panelMain .panelItem{
- width:590rpx;
- margin-top: 30rpx;
- justify-content: space-between;
- }
- .panelMain .text3{
- font-size: 28rpx;
- font-weight: 400;
- }
- .panelMain .text4{
- font-size: 28rpx;
- font-weight: 500;
- color:#FE6659;
- }
- .panelMain .text5{
- width:590rpx;
- font-size: 20rpx;
- font-weight: 500;
- color:#787878;
- }
- .panelMain .text6{
- width:590rpx;
- font-size: 32rpx;
- font-weight: 500;
- color:#F2905D;
- margin-top: 50rpx;
- justify-content: flex-start;
- }
- .panelMain .text7{
- width:590rpx;
- font-size: 28rpx;
- font-weight: 400;
- margin-top: 30rpx;
- }
- .help{
- width:26rpx;
- height:26rpx;
- margin-right: 10rpx;
- }
- .universalpic_indicator_right_gray{
- width:16rpx;
- height:26rpx;
- margin-left: 30rpx;
- }
- .report_20191231_03{
- width:590rpx;
- height:224rpx;
- margin-top: 60rpx;
- }
- .footer{
- width:590rpx;
- height:60rpx;
- }
|