| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- .trial_lesson_header{
- width: 100%;
- height:130rpx;
- }
- .main{
- width: 100%;
- }
- .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;
- }
|