前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >7b2美化-手机底部菜单美化-1

7b2美化-手机底部菜单美化-1

作者头像
小狐狸说事
发布2022-11-16 15:00:36
4920
发布2022-11-16 15:00:36
举报
文章被收录于专栏:小狐狸说事

7b2美化-手机底部菜单美化-1


代码放到css样式

代码语言:javascript
复制
/*手机版*/
 @media screen and (max-width: 768px) {
     /*关闭手机端来源文章*/
     #page .entry-header .single-from{
         display: none;
     }
     .box, .side-fixed{
        box-shadow: none;
     }
     .post-list-cats a{
         margin-bottom: 0!important;
         padding-bottom: 0!important;
     }

     .post-list .module-title{
         font-size: 22px!important;
     }
     /*手机端下载圆角*/
     .download-list{
         border-radius: 20px!important;
     }

     /*底部菜单*/
    .mobile-footer-menu.footer-fixed {
        background: rgba(255, 255, 255, 0.9)!important;
        border-radius: 12px;
        margin: 0 auto;
        left: 0;
        right: 0;
        width: 90%;
        bottom: 10px!important;
    }
    .mobile-footer-menu a b {
        font-weight: 100;
    }
    .mobile-footer-center {
        padding: 10px;
    }
    .mobile-footer-menu .mobile-footer-center button i {
        right: -30%;
        position: absolute;
        line-height: 40px!important;
        height: 40px!important;
        border-radius: 50%!important;
        margin-top: -40px;
    }
    .mobile-footer-menu.footer-down {
        transform: translate(0,140%)!important;
    }

     /*手机菜单下拉背景圆角*/
     .top-menu-ul>li.depth-0 > a i.b2-arrow-down-s-line{
         border-radius: 100%;
         height: 20px;
         width: 20px;
         right: 2px;
         top: 2px;
         line-height: 20px;
     }

7b2美化-手机底部菜单美化-2

小狐狸 凌云

本文来自:小狐狸资源网

声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。

本文参与 腾讯云自媒体同步曝光计划,分享自作者个人站点/博客。
如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体同步曝光计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • 7b2美化-手机底部菜单美化-1
    • 代码放到css样式
      • 7b2美化-手机底部菜单美化-2
      领券
      问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档