bootsrap修改字体大小
大家讲道理
大家讲道理 2016-11-12 11:53:43
0
3
826

jsp页面:字号大小

<c:if test="${not empty checkReason || not empty otherReason }">
           <div class="time_div">
                <div class="col-xs-12 " style="color: red;">
                    <div class="col-xs-3 text-left">  &nbsp;&nbsp;&nbsp;  审核不通过原因   </div>
                    <c:if test="${not empty checkReason }">
                        <div class="col-xs-9 ">
                            <c:forEach items="${checkReason}" var="reason" varStatus="index">
                                <div class="col-xs-12 " style="color: red; padding: 0px;">
                                    <c:if test="${not empty reason}">
                    ${index.index+1}.${reason}
                    </c:if>
                                </div>
                            </c:forEach>
                        </div>
                    </c:if>

                    <c:if test="${not empty otherReason}">
                        <div class="col-xs-3 "></div>
                        <div class="col-xs-9 brDiv" style="color: red;">
                            <div class="col-xs-12 " style="color: red; padding: 0px;">
                                ${count}.${otherReason}</div>
                        </div>
                    </c:if>

               </div>
            </div>
        </c:if>


大家讲道理
大家讲道理

光阴似箭催人老,日月如移越少年。

모든 응답(3)
代言

如果是全局都想改的话就改bootstrap的源css文件。;。否则就自己写css覆盖。

代言

可以直接在 style上加 font-size:10px 属性,

也可以加个 class 样式,然后在css样式里添加这个 class 的 font-size:10px 属性。


代言

在你的 style 属性里加 font-size:16px (自己改值)

최신 다운로드
더>
웹 효과
웹사이트 소스 코드
웹사이트 자료
프론트엔드 템플릿
회사 소개 부인 성명 Sitemap
PHP 중국어 웹사이트:공공복지 온라인 PHP 교육,PHP 학습자의 빠른 성장을 도와주세요!