liveauthority.css 841 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. .liveauthority{
  2. background:#15102C;
  3. font-size: 14px;
  4. padding:10px 5%;
  5. color: #969696;
  6. }
  7. .tips{
  8. height: 50px;
  9. line-height: 50px;
  10. }
  11. .lists{
  12. height: 80px;
  13. background: #1C1733;
  14. margin-bottom: 20px;
  15. font-size: 15px;
  16. }
  17. .lists_left,.lists_right{
  18. width: 80px;
  19. height: 80px;
  20. line-height: 80px;
  21. text-align: center;
  22. }
  23. .fansnum{
  24. background: url('../images/liveauthority/fansnum.png') no-repeat center center;
  25. }
  26. .videonum{
  27. background: url('../images/liveauthority/videonum.png') no-repeat center center;
  28. }
  29. .lists_right{
  30. width: 60px;
  31. }
  32. .lists_title{
  33. margin-top: 20px;
  34. height: 20px;
  35. line-height: 20px;
  36. }
  37. .lists_des{
  38. height: 20px;
  39. line-height: 20px;
  40. }
  41. .ok{
  42. color: #00FF90;
  43. }
  44. .fl{
  45. float: left;
  46. }
  47. .fr{
  48. float: right;
  49. }
  50. .clearboth{
  51. clear: both;
  52. }