| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- .main{
- width: 100%;
- margin-top: 20rpx;
- }
- .panelItem {
- width: 100%;
- justify-content: space-between;
- font-size: 28rpx;
- height: 134rpx;
- background-color: #fff;
- }
- .panelItem1 {
- margin-left: 30rpx;
- align-items: flex-start;
- font-weight: 400;
- font-size:28rpx;
- }
- .panelTitle10{
- font-size:28rpx;
- font-weight: 400;
- }
- .panelTitle111{
- font-size:24rpx;
- font-weight: 400;
- }
- .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;
- }
|