| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- .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: 50rpx;
- line-height: 100rpx;
- font-size:28rpx;
- font-weight: 400;
- justify-content: center;
- }
- .panelItem01{
- color:#FE6659;
- font-weight: 500;
- }
- .panelItem .panelItem1{
- margin-left: 30rpx;
- font-weight: 400;
- }
- .panelItem .panelItem2{
- margin-right: 30rpx;
- color:#787878;
- font-weight: 400;
- }
- .Arrow{
- width:16rpx;
- height:26rpx;
- margin-left: 30rpx;
- }
- .text1{
- font-size:24rpx;
- text-align: center;
- color:#787878;
- }
- .text2{
- font-size:24rpx;
- text-align: center;
- color:#787878;
- margin:50rpx 0 0 0;
- }
|