jiazx0107
2 天以前 036a6d241cf1cfc0345ddf28e748a3d6deda08df
fzzy-igdss-web/src/main/resources/d7/common.css
@@ -19,7 +19,6 @@
    border-radius: 6px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
    padding-top: 5px;
    padding-bottom: 13px;
    min-height: 1px;
}
@@ -28,7 +27,13 @@
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
    padding-top: 5px;
    margin-top: 10px;
   /* padding-bottom: 13px;*/
}
.c-data2 {
    border-radius: 6px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
    padding-top: 5px;
    /*    margin-top: 10px;*/
}
.d-toolbar {
@@ -132,6 +137,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 {
@@ -161,8 +170,8 @@
    border-radius: 50px;
    color: #fff !important;
    padding: 0 15px;
    background-color: #037d41 !important;
    border-color: #037d41;
    background-color: #1c84c6 !important;
    border-color: #1c84c6;
    white-space: nowrap;
    cursor: pointer;
}
@@ -228,6 +237,7 @@
    line-height: 1.5;
    text-decoration: none;
    width: 85px;
    cursor: pointer;
}
.a-btn2 {
@@ -240,6 +250,7 @@
    line-height: 1.5;
    text-decoration: none;
    width: 85px;
    cursor: pointer;
}
.a-btn3 {
@@ -252,6 +263,7 @@
    line-height: 1.5;
    text-decoration: none;
    width: 85px;
    cursor: pointer;
}
.a-btn4 {
@@ -264,18 +276,49 @@
    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;
}
/**表单TITLE**/
.f-title{
    font-weight: bold;
    font: bold 30px Arial, sans-serif;
    text-align: center;
    font-size:22px;
}
.bar-title {
    font-weight: bold;
    font-family: "微软雅黑", Arial, sans-serif;
}
/**表单提示信息**/
.h-tip {
    display: block;
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
    padding: 15px;
    border-radius: 4px;
}
/**定制样式**/
#d_cddWarehouse.d-modern-scroller {