list.wxss 246 B

1234567891011121314151617
  1. .panel1{
  2. margin-top: 40rpx;
  3. width: 690rpx;
  4. justify-content: flex-start;
  5. flex-wrap: wrap;
  6. }
  7. .panelChapter{
  8. width: 200rpx;
  9. margin: 10rpx 5rpx;
  10. font-size: 32rpx;
  11. color:#C1E1C1;
  12. }
  13. .highlight{
  14. color: #FFDD88;
  15. font-weight: bold;
  16. }