| 1234567891011121314151617181920212223242526272829303132333435363738 |
- .container {
- justify-content: flex-start;
- font-weight: 500;
- }
- .main{
- width: 100%;
- }
- .panelItem {
- width: 100%;
- justify-content: space-between;
- font-size: 28rpx;
- height: 100rpx;
- background-color: #fff;
- }
- .panelItem1 {
- margin-left: 30rpx;
- justify-content: flex-start;
- font-weight: 400;
- font-size:28rpx;
- }
- .panelItem2 {
- margin-right: 30rpx;
- color: #787878;
- font-size:28rpx;
- font-weight: 400;
- }
- .universalpic_indicator_right_gray{
- width:16rpx;
- height:26rpx;
- margin-left: 30rpx;
- }
|