lrc.css 184 B

123456789101112131415
  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. }