修改表单多片段信息的样式
This commit is contained in:
@@ -6,6 +6,8 @@ $(function(){
|
||||
});
|
||||
|
||||
</script>
|
||||
<p class="border-top border-top-blue-sharp"></p>
|
||||
<h3 class="form-section"><spring:message code="effect_range"/></h3>
|
||||
<div class="row areaInfo">
|
||||
<div class="col-md-6">
|
||||
<div class="form-group">
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
<%@ page contentType="text/html;charset=UTF-8"%>
|
||||
<%@ include file="/WEB-INF/include/taglib.jsp"%><h3 class="form-section"><spring:message code="basic_config"/></h3>
|
||||
<%@ include file="/WEB-INF/include/taglib.jsp"%>
|
||||
|
||||
<p class="border-top border-top-blue-sharp"></p>
|
||||
<h3 class="form-section"><spring:message code="basic_config"/></h3>
|
||||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
<div class="form-group">
|
||||
|
||||
@@ -5243,8 +5243,11 @@ Form Layouts
|
||||
.portlet-form .form-section,
|
||||
.form .form-section {
|
||||
margin: 12px 0px 14px 0px;
|
||||
padding-bottom: 5px;
|
||||
border-bottom: 1px solid #e7ecf1; }
|
||||
padding: 5px;
|
||||
border: solid #e7ecf1;
|
||||
border-width: 1px 1px 0 1px;
|
||||
width: 100%;
|
||||
background: #e7ecf1; }
|
||||
.form-fit .portlet-form .form-section, .form-fit
|
||||
.form .form-section {
|
||||
margin-left: 20px;
|
||||
@@ -22279,7 +22282,7 @@ Color library demo
|
||||
|
||||
|
||||
|
||||
/*锟斤拷锟斤拷锟斤拷式*/
|
||||
/*閿熸枻鎷烽敓鏂ゆ嫹閿熸枻鎷峰紡*/
|
||||
|
||||
.sort-column {
|
||||
|
||||
@@ -22551,7 +22554,7 @@ transition: background-color .1s ease-in-out;
|
||||
|
||||
/* END SHOW MORE CSS**/
|
||||
|
||||
/**鐎涙劙鍘ょ純顕<EFBFBD>锟藉銆嶉崡鈩冪壉瀵拷**/
|
||||
/**閻庢稒鍔欓崢銈囩磾椤曪拷閿熻棄顦甸妴宥夊础閳╁啰澹夌<EFBFBD>顕嗘嫹**/
|
||||
.tabInfo {
|
||||
border: 1px solid #c2cad8;
|
||||
padding: 5px;
|
||||
@@ -22593,3 +22596,18 @@ span[id^='close']{
|
||||
opacity:0.7;
|
||||
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
|
||||
}
|
||||
.border-top {
|
||||
border-top: 1px solid;
|
||||
padding-top:5px;
|
||||
}
|
||||
.border-top + .form-section{
|
||||
margin-top:-25px;
|
||||
width: 100%;
|
||||
background: #e7ecf1;
|
||||
border:none
|
||||
}
|
||||
.form-section + .boxSolid {
|
||||
border: 1px solid #eeeeee;
|
||||
margin-top:-14px;
|
||||
margin-bottom:10px
|
||||
}
|
||||
Reference in New Issue
Block a user