| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- .trial_lesson_header{
- width: 100%;
- height:130rpx;
- }
- .main{
- width: 100%;
- }
- .panelTitle{
- width:100%;
- margin-top: 50rpx;
- justify-content: space-between;
- }
- .panelTitle .panelTitle1{
- font-size:32rpx;
- margin-left: 30rpx;
- margin-bottom: 30rpx;
- }
- .panelTitle .panelTitle2{
- font-size:24rpx;
- margin-right: 30rpx;
- margin-bottom: 30rpx;
- font-weight: 400;
- }
- .panelItem {
- width: 100%;
- justify-content: space-between;
- font-size: 28rpx;
- height: 101rpx;
- 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;
- }
|