Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 496 Bytes

mui-bar-transparent.md

File metadata and controls

26 lines (22 loc) · 496 Bytes

mui-bar-transparent

透明导航栏,元素背景颜色必须为RGBA

透明导航 source code

透明导航栏

<header  class="mui-bar mui-bar-transparent">
	<a class="mui-action-back mui-icon mui-icon-left-nav mui-pull-left"></a>
	<h1 class="mui-title">导航栏</h1>
</header>
V3.4
1537
.mui-bar-transparent
{
    top: 0;

    background-color: rgba(247, 247, 247, 0);
    -webkit-box-shadow: none;
            box-shadow: none;
}