music.css 2.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. .wrapper{margin: 20px;}
  2. .searchBar{height:30px;text-align:left;}
  3. .searchBtn{
  4. font-size: 13px;
  5. height: 28px;
  6. border-radius: 5px;
  7. border: 1px solid #3498db;
  8. width: 80px;
  9. background-color: #3498db;
  10. color: #fff;
  11. margin-left: 6px;
  12. }
  13. .resultBar{width:589px;height:357px;margin-top: 20px;border: 1px solid #CCC;border-radius: 5px;box-shadow: 2px 2px 5px #D3D6DA;overflow: hidden;}
  14. .listPanel{overflow: hidden;}
  15. .panelon{display:block;}
  16. .paneloff{display:none}
  17. .page{width:220px;margin:20px auto;overflow: hidden;display: flex;justify-content: center;flex-direction: row-reverse;}
  18. .pageon{float:right;width:26px;line-height:26px;height:26px;margin-right: 5px;border: none;color: #fff;font-weight: bold;text-align:center;
  19. background-color: #3498db;border-radius: 5px;}
  20. .pageoff{float:right;width:24px;line-height:24px;height:24px;cursor:pointer;background-color: #fff;
  21. color: #ccc;margin-right: 5px;text-decoration: none;text-align:center;}
  22. .m-box{width:589px;}
  23. .m-m{float: left;line-height: 26px;height: 26px;display: flex;}
  24. .m-h{height:30px;line-height:30px;padding-left: 70px;background-color:#f3f3f3;font-weight: bold;font-size: 12px;color: #666;}
  25. .m-l{float:left;width:40px; margin-top: 8px; margin-left: 17px;margin-right: 10px;}
  26. .m-t{float:left;width:142px;}
  27. .m-s{float:left;width:142px;}
  28. .m-z{float:left;width:142px;}
  29. .m-try-t{float: left;width: 60px;;}
  30. /*.m-try{float:left;width:20px;height:20px;background:url('http://static.tieba.baidu.com/tb/editor/images/try_music.gif') no-repeat ;}*/
  31. .m-try {
  32. width: 4px;
  33. display: flex;
  34. height: 0;
  35. border-top: 5px solid transparent;
  36. border-left: 8px solid #9e9e9e;
  37. border-bottom: 5px solid transparent;
  38. margin-top: 8px;
  39. }
  40. /*.m-trying{float:left;width:20px;height:20px;background:url('http://static.tieba.baidu.com/tb/editor/images/stop_music.gif') no-repeat ;}*/
  41. .m-trying {
  42. display: flex;
  43. width: 3px;
  44. height: 12px;
  45. background-color: #3498db;
  46. margin-top: 8px;
  47. position: relative;
  48. }
  49. .m-trying:after {
  50. width: 3px;
  51. height: 12px;
  52. background-color: #3498db;
  53. left : 5px;
  54. display: block;
  55. position: absolute;
  56. content: " ";
  57. }
  58. .loading{
  59. width: 113px;
  60. height: 95px;
  61. font-size: 7px;
  62. margin: 114px auto;
  63. background: url(balls.svg) no-repeat;
  64. }
  65. .empty{
  66. width: 300px;
  67. height: 40px;
  68. padding: 2px;
  69. margin: 157px auto;
  70. line-height: 40px;
  71. color: #666;
  72. text-align: center;
  73. }
  74. #J_searchName{
  75. height: 26px;
  76. width: 295px;
  77. border-radius: 5px;
  78. border: 1px solid #ccc;
  79. }
  80. .listPanel input[type="radio"] {
  81. background-color: #fff;
  82. }