| 123456789101112131415161718192021222324252627282930313233343536373839 |
- .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;
- }
- .input{
- width:200rpx;
- height:80rpx;
- background-color: #fff;
- }
|