lessonlist.wxss 519 B

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