html音乐框架完整代码,音乐播放器(完整体验).html

本文介绍了如何使用HTML和CSS创建一个音乐播放器框架,包括背景设置、布局设计、搜索栏、播放列表、评论列表以及播放控制。示例代码展示了播放器的各个组件及其样式,同时提供了Vue.js实现的歌曲搜索、播放控制功能。
摘要由CSDN通过智能技术生成
悦听播放器

body,

ul,

dl,

dd {

margin: 0px;

padding: 0px;

}

.wrap {

position: fixed;

left: 0;

top: 0;

width: 100%;

height: 100%;

background: url('images/bg.jpg') no-repeat;

background-size: 100% 100%;

}

.play_wrap {

width: 800px;

height: 544px;

position: fixed;

left: 50%;

top: 50%;

margin-left: -400px;

margin-top: -272px;

/* background-color: #f9f9f9; */

}

.search_bar {

height: 60px;

background-color: #1eacda;

overflow: hidden;

border-top-left-radius: 4px;

border-top-right-radius: 4px;

display: flex;

align-items: center;

justify-content: space-between;

position: relative;

z-index: 11;

}

.search_bar img {

margin-left: 23px;

}

.search_bar input {

margin-right: 23px;

width: 296px;

height: 34px;

border-radius: 17px;

border: 0px;

background: url('') 265px center no-repeat rgba(255, 255, 255, 0.45);

text-indent: 15px;

outline: none;

}

.search-icon {

position: absolute;

right: 35px;

cursor: pointer;

}

.center_con {

height: 435px;

background-color: rgba(255, 255, 255, 0.5);

display: flex;

}

.song_wrapper {

width: 200px;

height: 435px;

box-sizing: border-box;

padding:

  • 2
    点赞
  • 6
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值