tuchaofu
tuchaofu
  • 发布:2015-12-14 13:09
  • 更新:2015-12-14 13:09
  • 阅读:2903

header去掉边框阴影方法

分类:MUI
              <header class="mui-bar mui-bar-nav" style="box-shadow: 0px 0px 0px #413D4A;">  
            <a class="mui-action-back mui-icon mui-icon-left-nav mui-pull-left color-e"></a>  
            <h1 class="mui-title font-size-20">基本信息</h1>  
        </header>
0 关注 分享

要回复文章请先登录注册

tuchaofu

tuchaofu (作者)

回复 gadget2k :
谢谢
2015-12-14 14:06
gadget2k

gadget2k

加none就行了。
.mui-bar {
-webkit-box-shadow: none;
box-shadow: none;
}
2015-12-14 13:16