lessonlist.wxss 653 B

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