lessonlist.wxss 689 B

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