lrc.css 466 B

12345678910111213141516171819202122232425262728293031323334
  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 li span{
  10. display:block
  11. }
  12. .live ul{
  13. font-family:"Times New Roman",Georgia,Serif;
  14. }
  15. .to-top {
  16. background-image: linear-gradient(
  17. to top,
  18. rgba(202,234,206) 0%,
  19. rgb(0,0,0,0) 60%);
  20. }
  21. .to-bottom {
  22. background-image: linear-gradient(
  23. to bottom,
  24. rgba(202,234,206) 0%,
  25. rgb(0,0,0,0) 60%);
  26. }