mdui实现移动端手机端个人中心我的页面菜单效果代码

代码语言:html

所属分类:布局界面

代码描述:mdui实现移动端手机端个人中心我的页面菜单效果代码

代码标签: 手机 个人 中心 我的 页面 菜单 效果

下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开

<!DOCTYPE html>

<html lang="en">

<head>

    <meta charset="UTF-8">

    <meta name="viewport" content="width=device-width, initial-scale=1">

    <link type="text/css" rel="stylesheet" href="//repo.bfw.wiki/bfwrepo/css/mdui.min.css">

    <style>
        .mw-mf-page-left,
        #mengji-sidebar {
          background-color: #fcfaf2;
          min-height: 100vh;
        }
        
        #mengji-sidebar-header {
          min-height: 33vh;
          /* https://www.pixiv.net/artworks/90849869 */
          background-image: url(//repo.bfw.wiki/bfwrepo/image/611da9b999795.png?x-oss-process=image/auto-orient,1/resize,m_fill,w_600,h_400,/quality,q_90);
          background-size: 100% auto;
          background-position: bottom;
          background-color: #3a5d5e;
          color: #fcfaf2;
          padding: 10px;
        }
        #mengji-sidebar-header a {
          color: inherit;
          text-decoration: none;
        }
        
        #mengji-sidebar .name-card {
          display: flex;
          padding: 15px;
          align-items: center;
        }
        
        #mengji-sidebar .name-card > .avator {
          width: 56px;
          height: 56px;
          margin-right: 32px;
          border-radius: 50%;
          overflow: hidden;
        }
        
        #mengji-sidebar .name-card > .avator > img {
          width: 10.........完整代码请登录后点击上方下载按钮下载查看

网友评论0