| | |
| | | .player .control{ |
| | | position: absolute; |
| | | background: rgba(255, 255, 255, 0.3); |
| | | width: 680px; |
| | | width: 120px; |
| | | height: 40px; |
| | | border-radius: 10px; |
| | | left: 60%; |
| | | bottom: -10px; |
| | | transform: translateX(-48%); |
| | | bottom: -60px; |
| | | transform: translateX(-50%); |
| | | display: none; |
| | | } |
| | | .player .control div{ |
| | | display: inline-block; |
| | | line-height: 40px; |
| | | margin-left: 14px; |
| | | font-size: 18px; |
| | | color: #fff; |
| | | margin: 0px 11px 0px 9px; |
| | | } |
| | | .player .control .play_pause,.player .control .expand{ |
| | | color: rgb(246, 255, 249); |
| | | } |
| | | .player .control div:nth-child(2){ |
| | | width: 460px; |
| | | height: 10px; |
| | | background-color: rgba(255, 255, 255, 0.5); |
| | | border-radius: 5px; |
| | | overflow: hidden; |
| | | } |
| | | .player .control .progress{ |
| | | display: block; |