Advertisement

Bootstrap form-group样式不统一

阅读量:

嵌入页面form-group异常高度问题

复制代码
    .navLeft{
    		float: left;
    	}
    	#rightContainer{
    		min-width: 85%;
    	}
    	/*这个rightContainer是放点击左侧功能之后显示的页面位置*/
    	#rightContainer:after{
    		content: "";
    		display: inline-block;
    		clear: both;
    	}
    	</style>
    </head>
    <body>
    *******部分导航栏
    <div class="topright">
    	              <ul class="list-group">
    	                    <li class="list-group-item a"><span><img th:src="@{img/help.png}" title="帮助"
    	                            class="helpimg" /></span><a href="#">帮助</a></li>

全部评论 (0)

还没有任何评论哟~