lessonlist.wxss 521 B

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