1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123
| <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/aplayer/dist/APlayer.min.css"> <script src="https://cdn.jsdelivr.net/npm/aplayer/dist/APlayer.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/meting@2/dist/Meting.min.js"></script>
<style> .aplayer { background: transparent !important; border: none !important; } .aplayer .aplayer-info { border: none !important; background: rgba(255, 255, 255, 0.2) !important; backdrop-filter: blur(12px); padding: 10px !important; border-radius: 10px; box-shadow: 0 4px 12px rgba(255, 255, 255, 0.1); } .aplayer .aplayer-list { background: rgba(255, 255, 255, 0.2) !important; backdrop-filter: blur(12px); border-radius: 10px; box-shadow: 0 4px 12px rgba(255, 255, 255, 0.1); } .aplayer .aplayer-list ol li { border: none !important; color: #000 !important; } .aplayer .aplayer-list ol li:hover { background: rgba(255, 255, 255, 0.3) !important; } .aplayer .aplayer-list ol li.aplayer-list-light { background: rgba(255, 255, 255, 0.4) !important; }
.aplayer.aplayer-fixed { background: transparent !important; } .aplayer.aplayer-fixed .aplayer-body { background: transparent !important; } .aplayer.aplayer-fixed .aplayer-miniswitcher { background: rgba(255, 255, 255, 0.2) !important; backdrop-filter: blur(12px); box-shadow: -2px 0 6px rgba(255, 255, 255, 0.1); } .aplayer .aplayer-lrc { text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff; background: transparent !important; } .aplayer .aplayer-lrc:before, .aplayer .aplayer-lrc:after { background: transparent !important; }
.aplayer .aplayer-info .aplayer-music { color: #000 !important; } .aplayer .aplayer-info .aplayer-controller .aplayer-time { color: #000 !important; } .aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar { background: rgba(255, 255, 255, 0.4) !important; }
.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-loaded { background: rgba(255, 255, 255, 0.8) !important; }
.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar .aplayer-played { background: #fff !important; }
.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap { border-color: rgb(229, 231, 235) !important; }
.aplayer .aplayer-info .aplayer-controller .aplayer-play-icon { border: 2px solid #fff !important; border-radius: 50%; }
.aplayer .aplayer-info .aplayer-controller .aplayer-time .aplayer-icon { border-color: #fff !important; }
.aplayer .aplayer-info .aplayer-controller .aplayer-bar-wrap .aplayer-bar { border-bottom: 1px solid rgb(229, 231, 235) !important; background: rgba(255, 255, 255, 0.2) !important; }
.aplayer .aplayer-volume-bar-wrap .aplayer-volume-bar { border-bottom: 1px solid rgb(229, 231, 235) !important; background: rgba(255, 255, 255, 0.2) !important; }
.aplayer .aplayer-volume-bar-wrap .aplayer-volume-bar .aplayer-volume { background: #fff !important; }
.aplayer .aplayer-info .aplayer-controller .aplayer-time .aplayer-icon:hover { border-color: #fff !important; } </style>
<meting-js server="netease" type="playlist" id="7641592364" fixed="true" autoplay="false" theme="#2980b9" loop="all" order="random" preload="auto" volume="0.7"> </meting-js>
|