lessonlistselect.wxss 638 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. .trial_lesson_header{
  2. width: 100%;
  3. height:130rpx;
  4. }
  5. .main{
  6. width: 100%;
  7. margin-top: 50rpx;
  8. }
  9. .panelItem {
  10. width: 100%;
  11. height: 133rpx;
  12. justify-content: space-between;
  13. font-size: 28rpx;
  14. background-color: #fff;
  15. }
  16. .panelItem1 {
  17. margin-left: 30rpx;
  18. align-items: flex-start;
  19. font-weight: 400;
  20. font-size:28rpx;
  21. }
  22. .panelTitle10{
  23. font-size:28rpx;
  24. font-weight: 400;
  25. }
  26. .panelTitle11{
  27. font-size:20rpx;
  28. color:#787878;
  29. }
  30. .panelItem2 {
  31. margin-right: 30rpx;
  32. color: #787878;
  33. font-size:28rpx;
  34. font-weight: 400;
  35. }
  36. .universalpic_indicator_right_gray{
  37. width:16rpx;
  38. height:26rpx;
  39. margin-left: 30rpx;
  40. }