lrc.css 213 B

1234567891011121314151617
  1. .live .active {
  2. background: rgb(202,234,206);
  3. font-weight:bold
  4. }
  5. .live ul{
  6. list-style-type:none;
  7. padding:0 0 0 0;
  8. }
  9. .live ul{
  10. font-family:"Times New Roman",Georgia,Serif;
  11. }
  12. .lrc_line{
  13. margin:1vmin 0;
  14. }