sgj
2026-03-23 452cf744b08f2148729427fec50b07a4cf0cad31
fzzy-igdss-web/src/main/resources/d7/common.css
@@ -22,20 +22,32 @@
    min-height: 1px;
}
.c-param1 {
    border-radius: 6px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
    min-height: 150px;
}
.c-data {
    border-radius: 6px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
    padding-top: 5px;
    margin-top: 10px;
   /* padding-bottom: 13px;*/
}
.c-bottom {
.c-data2 {
    border-radius: 6px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 10px;
    top: 165px;
}
.c-data3 {
    border-radius: 6px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
    margin-top: -10px;
    margin-right: -5px;
}
.d-toolbar {
@@ -78,7 +90,11 @@
.d-grid .data-table .row td {
    border-bottom: 1px solid #e7eaec !important;
    background-color: transparent;
    border: 0px;
}
/** 调整DataGrid和AutoForm的编辑框高度 **/
.d-dialog .dialog-body-wrap .dialog-body > .content-panel{
    background-color: #f7f7f7;
}
/** 调整DataGrid和AutoForm的编辑框高度 **/
@@ -139,6 +155,10 @@
    -webkit-box-shadow: inset 0 -3px 0 #f5f5f5;
    -moz-box-shadow: inset 0 -3px 0 #f5f5f5;
    box-shadow: inset 0 -3px 0 #037d41;
    background-color: #e6e6e6;
}
.d-tabbar .tab .d-icon {
    color: #037d41 !important;
}
.d-caption-bar .caption-bar-icon {
@@ -235,6 +255,7 @@
    line-height: 1.5;
    text-decoration: none;
    width: 85px;
    cursor: pointer;
}
.a-btn2 {
@@ -247,6 +268,7 @@
    line-height: 1.5;
    text-decoration: none;
    width: 85px;
    cursor: pointer;
}
.a-btn3 {
@@ -259,6 +281,7 @@
    line-height: 1.5;
    text-decoration: none;
    width: 85px;
    cursor: pointer;
}
.a-btn4 {
@@ -271,11 +294,42 @@
    line-height: 1.5;
    text-decoration: none;
    width: 85px;
    cursor: pointer;
}
.s1{
    background-color: #1ab394;
    padding: 2px 6px;
    text-shadow: none;
    border-radius: 10px;
    color: #FFF;
}
.s2{
    background-color: #f8ac59;
    padding: 2px 6px;
    text-shadow: none;
    border-radius: 10px;
    color: #FFF;
}
.s3{
    background-color: #ef6776;
    padding: 2px 6px;
    text-shadow: none;
    border-radius: 10px;
    color: #FFF;
}
.s4{
    background-color: #1c84c6;
    padding: 2px 6px;
    text-shadow: none;
    border-radius: 10px;
    color: #FFF;
}
/**表单TITLE**/
.f-title{
    font: bold 30px Arial, sans-serif;
    font: bold 30px Georgia, serif;
    text-align: center;
}
.bar-title {