|
|
第4行: |
第4行: |
| <iframe src="/index.php/Player" | | <iframe src="/index.php/Player" |
| style="position: fixed; bottom: 20px; right: 20px; width: 320px; height: 60px; z-index:9999; border: 0;" scrolling="no"></iframe> | | style="position: fixed; bottom: 20px; right: 20px; width: 320px; height: 60px; z-index:9999; border: 0;" scrolling="no"></iframe> |
| <style>
| |
| #floating-player {
| |
| position: fixed;
| |
| bottom: 20px;
| |
| right: 20px;
| |
| background: rgba(0, 0, 0, 0.85);
| |
| border-radius: 12px;
| |
| padding: 10px 14px;
| |
| display: flex;
| |
| flex-direction: column;
| |
| align-items: center;
| |
| z-index: 9999;
| |
| width: 240px;
| |
| font-family: sans-serif;
| |
| color: white;
| |
| box-shadow: 0 0 8px #000;
| |
| }
| |
|
| |
|
| #floating-player button {
| |
| margin: 6px;
| |
| padding: 6px 12px;
| |
| border-radius: 6px;
| |
| border: none;
| |
| background: #444;
| |
| color: white;
| |
| cursor: pointer;
| |
| font-size: 14px;
| |
| }
| |
|
| |
| #floating-player button:hover {
| |
| background: #666;
| |
| }
| |
|
| |
| #progress {
| |
| width: 100%;
| |
| margin-top: 8px;
| |
| height: 6px;
| |
| background: #222;
| |
| border-radius: 4px;
| |
| overflow: hidden;
| |
| }
| |
|
| |
| #bar {
| |
| height: 100%;
| |
| width: 0%;
| |
| background: #66f;
| |
| transition: width 0.2s linear;
| |
| }
| |
| </style>
| |
|
| |
|
| <div id="floating-player"> | | <div id="floating-player"> |