lessonsDetail.wxss 135 B

12345678910
  1. .container{
  2. width: 700rpx;
  3. margin: 0 auto;
  4. }
  5. .title{
  6. color: #999;
  7. font-size: 32rpx;
  8. height: 80rpx;
  9. line-height: 120rpx;
  10. }