lrc.css 433 B

123456789101112131415161718192021222324252627282930
  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. .to-top {
  13. background-image: linear-gradient(
  14. to top,
  15. rgba(202,234,206) 0%,
  16. rgb(0,0,0,0) 60%);
  17. }
  18. .to-bottom {
  19. background-image: linear-gradient(
  20. to bottom,
  21. rgba(202,234,206) 0%,
  22. rgb(0,0,0,0) 60%);
  23. }