| 123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- .panelItem{
- width:100%;
- justify-content: space-between;
- font-size:28rpx;
- height:100rpx;
- background-color: #fff;
- }
- .panelItem0{
- margin-top: 50rpx;
- }
- .panelItem00{
- margin-top: 50rpx;
- height: 100rpx;
- line-height: 100rpx;
- font-size:28rpx;
- font-weight: 400;
- justify-content: center;
- }
- .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{
- width:682rpx;
- font-size: 24rpx;
- font-weight: 400;
- color: #787878;
- margin: 30rpx 0 0 0;
- }
|