lessonlist.wxss 981 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. .trial_lesson_header{
  2. width: 100%;
  3. height:130rpx;
  4. }
  5. .main{
  6. width: 100%;
  7. }
  8. .panelTitle{
  9. width:100%;
  10. margin-top: 50rpx;
  11. justify-content: space-between;
  12. }
  13. .panelTitle .panelTitle1{
  14. font-size:32rpx;
  15. margin-left: 30rpx;
  16. margin-bottom: 30rpx;
  17. }
  18. .panelTitle .panelTitle2{
  19. font-size:24rpx;
  20. margin-right: 30rpx;
  21. margin-bottom: 30rpx;
  22. font-weight: 400;
  23. }
  24. .panelItem {
  25. width: 100%;
  26. justify-content: space-between;
  27. font-size: 28rpx;
  28. height: 101rpx;
  29. background-color: #fff;
  30. }
  31. .panelItem1 {
  32. margin-left: 30rpx;
  33. align-items: flex-start;
  34. font-weight: 400;
  35. font-size:28rpx;
  36. }
  37. .panelTitle10{
  38. font-size:28rpx;
  39. font-weight: 400;
  40. }
  41. .panelTitle111{
  42. font-size:24rpx;
  43. font-weight: 400;
  44. }
  45. .panelItem2 {
  46. margin-right: 30rpx;
  47. color: #787878;
  48. font-size:28rpx;
  49. font-weight: 400;
  50. }
  51. .universalpic_indicator_right_gray{
  52. width:16rpx;
  53. height:26rpx;
  54. margin-left: 30rpx;
  55. }
  56. .input{
  57. width:200rpx;
  58. height:80rpx;
  59. background-color: #fff;
  60. }