| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- .container {
- background-color: #f0f0f0;
- color:#1e1e1e;
- font-weight: 500;
- }
- .panelTitle{
- width:100%;
- margin-top: 50rpx;
- justify-content: space-between;
- align-items: flex-end;
- }
- .panelTitle .panelTitle1{
- font-size:32rpx;
- margin-left: 30rpx;
- margin-bottom: 30rpx;
- }
- .panelTitle .panelTitle2{
- font-size: 20rpx;
- color:#787878;
- margin-bottom: 30rpx;
- margin-right: 30rpx;
- font-weight: 500;
- }
- .panelTitle .line1{
- width:3rpx;
- height:20rpx;
- background-color: #D2D2D2;
- margin: 0 10rpx;
- }
- .panelItem{
- width:100%;
- justify-content: space-between;
- font-size:28rpx;
- height:100rpx;
- margin-bottom: 2rpx;
- background-color: #fff;
- }
- .panelItem0{
- height:133rpx;
- }
- .panelItem .panelItem1{
- margin-left: 30rpx;
- font-weight: 400;
- }
- .panelItem .panelItem2{
- margin-right: 30rpx;
- color:#787878;
- font-weight: 400;
- }
- .panelItem .panelItem22{
- margin-left: 30rpx;
- width: 90rpx;
- }
- .panelFooter{
- font-weight: 400;
- font-size: 24rpx;
- margin-top: 50rpx;
- }
- .panelFooter .title6{
- color:#B3443B;
- text-decoration: underline;
- font-weight: 500;
- }
|