mdui实现右侧弹出多级菜单效果代码
代码语言:html
所属分类:菜单导航
代码描述:mdui实现右侧弹出多级菜单效果代码
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> <title>手机端侧边滑出导航菜单</title> <link type="text/css" rel="stylesheet" href="//repo.bfw.wiki/bfwrepo/css/mdui.min.css"> <style> /*遮罩层*/.hide{ display: none;}/*首页*/header{ height:48px; line-height: 48px; text-align: center; font-size:1.5em; background-color: #00b355; color:#fff;}/*列表页*/.backprev{ float:left; width: 15%; text-align: center; color: #fff; height: 48px; line-height: 48px;}.head-middle{ width: 70%; text-align: center; float: left; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}.head-right{ float:right; text-align: center; width:15%;}.app-hide-list i{ margin-top: -3px; margin-right: 5px;}.app-hide-list{ background: #f5f5f5; margin:5px 0; color:#007d3c;}.app-slide-menu .mdui-list-item-content{ text-align: left; padding-left: .8em;}.app-collapse-m.........完整代码请登录后点击上方下载按钮下载查看
网友评论0