怎样安装Dreamweaver的jquery扩展,我们通常会用dreamweaver这个网页设计软件来编写网页前台代码,在编写代码时会经常出现下拉的菜单供我们选择,为我们编写代码节省了很多的时间。这样......
2023-03-17 342 JQUERY DREAMWEAVER
jQuery网页mp3音乐播放器
新建html文档。
书写hmtl代码。
div class="m-content">
!--播放器-->
div class="m-player">
div class="m-player-details">
div class="m-title">百度经验/div>
!--效果html开始-->
div id="player">
div class="ctrl">
div class="control">
div class="left lefticon">
div class="playback icon">/div>
a href="#" class="img">/a> /div>
div class="timer">0:00/div>
div class="progress">
div class="slider">
div class="loaded">/div>
div class="pace">/div>
/div>
/div>
div class="volume right">
div class="mute icon left">/div>
div class="slider left">
div class="pace">/div>
/div>
/div>
/div>
/div>
/div>
!--歌曲详细内容-->
div class="m-song-details">
div class="m-singer">歌手:span>Consoul Trainin/span>/div>
div class="m-language">语言:span>英语/span>/div>
div class="m-album">所属专辑:span>Take Me to Infinity/span>/div>
div class="m-time">发行时间:span>2016-07-15/span>/div>
/div>
div class="download">
ul>
li class="collection">a href="#">收藏/a>/li>
li class="shared">
div class="bdsharebuttonbox"> a href="#" class="share bds_more" >分享/a> /div>
/li>
/ul>
/div>
/div>
/div>
/div>
书写css代码。
.m-content .m-player { width: 1182px; height: 296px; margin-top: 30px; margin-left: 18px; border-bottom: 1px solid #ddd; }
.m-content .m-player .m-player-details { width: 962px; height: 266px; position: relative; float: left; }
.m-content .m-player .m-player-details .m-title { width: 662px; font-size: 40px; color: #333; margin-top: 0px; }
.m-song-details { margin-top: 10px; width: 662px; font-size: 14px; color: #666; line-height: 25px; }
.m-song-details .m-singer span, .m-language span { display: inline-block; text-indent: 3em; }
.m-song-details .m-album span, .m-time span { display: inline-block; text-indent: 1em; }
.download { width: 280px; height: 36px; position: absolute; left: 662px; bottom: 0px; }
.download ul { width: 280px; height: 36px; position: relative; }
.download ul li { width: 106px; height: 36px; float: left; margin-right: 20px; border: 1px solid #188EEE; cursor: pointer; border-radius: 2px; letter-spacing: 2px; text-align: center; line-height: 36px; }
.download .collection { background: #188EEE; color: #fff; }
.download .collection a { color: #fff; font-size: 14px; }
.download .collection:hover { background: #1581d9; }
.download .shared a { color: #188EEE; font-size: 14px; }
.download li.shared:hover { background: #f7f7f7; }
书写并添加js代码。
script src="js/jquery-1.7.2.min.js">/script>
script src="js/jquery-ui-1.8.17.custom.min.js">/script>
script src="js/m-details.js">/script>
代码整体结构。
查看效果。
以上方法由办公区教程网编辑摘抄自百度经验可供大家参考!
标签: JQUERY
相关文章
怎样安装Dreamweaver的jquery扩展,我们通常会用dreamweaver这个网页设计软件来编写网页前台代码,在编写代码时会经常出现下拉的菜单供我们选择,为我们编写代码节省了很多的时间。这样......
2023-03-17 342 JQUERY DREAMWEAVER
jQuery MiniUI 快速入门,前段时间由于工作的原因接触到MiiUI。感觉MiiUI很强大,使用起来也很舒服。下面我就带领大家快速的使用MiiUI。MiiUI-专业WeUI控件库它能缩短开发时......
2023-03-17 330 JQUERY
怎么使用JQuery Mobile开发移动网站,现在越来越多的人用网站来做手机a,这样的好处是,可以做一个网站,基本上可以做到多个平台adroid,io,w,都可以使用。这里使用JQueryMoile......
2023-03-17 374 JQUERY