|
|
@@ -465,7 +465,7 @@ ul.tpl-dropdown-content li>a.tpl-dropdown-content-message:last-child {
|
|
|
|
|
|
.tpl-content-wrapper {
|
|
|
padding-left: 255px;
|
|
|
- padding-top: 10px;
|
|
|
+ /*padding-top: 10px;*/
|
|
|
}
|
|
|
|
|
|
.tpl-content-wrapper-hover {
|
|
|
@@ -507,7 +507,7 @@ ul.tpl-dropdown-content li>a.tpl-dropdown-content-message:last-child {
|
|
|
margin: 1px 0 0;
|
|
|
border: 0;
|
|
|
padding: 12px 15px;
|
|
|
- padding-top: 6px;
|
|
|
+ /*padding-top: 6px;*/
|
|
|
text-decoration: none;
|
|
|
color: #485a6a;
|
|
|
font-size: 14px;
|
|
|
@@ -548,6 +548,7 @@ ul.tpl-dropdown-content li>a.tpl-dropdown-content-message:last-child {
|
|
|
.tpl-left-nav-item .nav-link:hover span,
|
|
|
.tpl-left-nav-sub-menu a:hover span {
|
|
|
color: #5b9bd1;
|
|
|
+ font-weight: bold;
|
|
|
}
|
|
|
|
|
|
.tpl-left-nav-item .nav-link.active {
|
|
|
@@ -1970,8 +1971,8 @@ ul.tpl-dropdown-content li>a.tpl-dropdown-content-message:last-child {
|
|
|
}
|
|
|
|
|
|
.display-flex-start {
|
|
|
- display: flex;
|
|
|
- align-items: center;
|
|
|
+ display: flex!important;
|
|
|
+ align-items: center;
|
|
|
}
|
|
|
.display-flex-column {
|
|
|
display: flex;
|
|
|
@@ -1980,11 +1981,14 @@ ul.tpl-dropdown-content li>a.tpl-dropdown-content-message:last-child {
|
|
|
.flex-space-evenly {
|
|
|
justify-content: space-evenly;
|
|
|
}
|
|
|
+.flex-space-between {
|
|
|
+ justify-content: space-between;
|
|
|
+}
|
|
|
.items-center {
|
|
|
align-items: center;
|
|
|
}
|
|
|
.justify-center {
|
|
|
- justify-content: center;
|
|
|
+ justify-content: center;
|
|
|
}
|
|
|
.justify-end {
|
|
|
justify-content: flex-end;
|
|
|
@@ -1996,51 +2000,83 @@ ul.tpl-dropdown-content li>a.tpl-dropdown-content-message:last-child {
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
}
|
|
|
+.display-flex-around {
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-around;
|
|
|
+}
|
|
|
+.display-flex-evenly {
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-evenly;
|
|
|
+}
|
|
|
.display-flex-wrap {
|
|
|
display: flex;
|
|
|
flex-wrap: wrap;
|
|
|
}
|
|
|
+.margin-left-3px {
|
|
|
+ margin-left: 3px;
|
|
|
+}
|
|
|
+.margin-left-10 {
|
|
|
+ margin-left: 10px;
|
|
|
+}
|
|
|
+.margin-left-15 {
|
|
|
+ margin-left: 15px;
|
|
|
+}
|
|
|
.margin-left-20 {
|
|
|
- margin-left: 20px;
|
|
|
+ margin-left: 20px;
|
|
|
+}
|
|
|
+.margin-left-30 {
|
|
|
+ margin-left: 30px;
|
|
|
}
|
|
|
.margin-right-10 {
|
|
|
margin-right: 10px;
|
|
|
}
|
|
|
+.margin-right-15 {
|
|
|
+ margin-right: 15px;
|
|
|
+}
|
|
|
.margin-top-10 {
|
|
|
margin-top: 10px;
|
|
|
}
|
|
|
+.margin-top-15 {
|
|
|
+ margin-top: 15px;
|
|
|
+}
|
|
|
.margin-top-50 {
|
|
|
- margin-top: 50px;
|
|
|
+ margin-top: 50px;
|
|
|
+}
|
|
|
+.margin-top-10per {
|
|
|
+ margin-top: 10%;
|
|
|
}
|
|
|
.padding-right-0 {
|
|
|
- padding-right: 0!important;
|
|
|
+ padding-right: 0!important;
|
|
|
}
|
|
|
.padding-left-0 {
|
|
|
padding-left: 0!important;
|
|
|
}
|
|
|
+.padding-left-10 {
|
|
|
+ padding-left: 10px;
|
|
|
+}
|
|
|
.date-box-self {
|
|
|
- background: #fff;
|
|
|
- width: 300px;
|
|
|
- border-radius: 3px;
|
|
|
- border: 1px solid #d7d7d7;
|
|
|
+ background: #fff;
|
|
|
+ width: 300px;
|
|
|
+ border-radius: 3px;
|
|
|
+ border: 1px solid #d7d7d7;
|
|
|
}
|
|
|
.date-input-self {
|
|
|
- border: none;
|
|
|
- background-color: #fff!important;
|
|
|
- text-indent: 10px;
|
|
|
+ border: none;
|
|
|
+ background-color: #fff!important;
|
|
|
+ text-indent: 10px;
|
|
|
}
|
|
|
.date-button-self {
|
|
|
- border: none;
|
|
|
- background-color: #fff!important;
|
|
|
+ border: none;
|
|
|
+ background-color: #fff!important;
|
|
|
}
|
|
|
.am-btn-self {
|
|
|
- color: #555;
|
|
|
- background-color: #fff;
|
|
|
- border-color: #d7d7d7;
|
|
|
+ color: #555;
|
|
|
+ background-color: #fff;
|
|
|
+ border-color: #d7d7d7;
|
|
|
}
|
|
|
.doc-js-btn-1 > .am-active {
|
|
|
- color: #fff!important;
|
|
|
- background-color: #409eff!important;
|
|
|
+ color: #fff!important;
|
|
|
+ background-color: #409eff!important;
|
|
|
}
|
|
|
.vis-hidden {
|
|
|
visibility: hidden!important;
|
|
|
@@ -2048,24 +2084,57 @@ ul.tpl-dropdown-content li>a.tpl-dropdown-content-message:last-child {
|
|
|
.width-100{
|
|
|
width: 100%!important;
|
|
|
}
|
|
|
+.width-90{
|
|
|
+ width: 90%!important;
|
|
|
+}
|
|
|
+.width-80{
|
|
|
+ width: 80%!important;
|
|
|
+}
|
|
|
+.width-70 {
|
|
|
+ width: 70%!important;
|
|
|
+}
|
|
|
.width-65 {
|
|
|
width: 65%!important;
|
|
|
}
|
|
|
+.width-60 {
|
|
|
+ width: 60%!important;
|
|
|
+}
|
|
|
.width-40 {
|
|
|
width: 40%!important;
|
|
|
}
|
|
|
-.width-20 {
|
|
|
- width: 20%!important;
|
|
|
+.width-35 {
|
|
|
+ width: 35%!important;
|
|
|
+}
|
|
|
+.width-30 {
|
|
|
+ width: 30%!important;
|
|
|
}
|
|
|
.width-25 {
|
|
|
width: 25%!important;
|
|
|
}
|
|
|
+.width-20 {
|
|
|
+ width: 20%!important;
|
|
|
+}
|
|
|
+.width-17 {
|
|
|
+ width: 17%!important;
|
|
|
+}
|
|
|
.width-15 {
|
|
|
width: 15%!important;
|
|
|
}
|
|
|
+.width-13 {
|
|
|
+ width: 13%!important;
|
|
|
+}
|
|
|
+.width-12 {
|
|
|
+ width: 12%!important;
|
|
|
+}
|
|
|
.width-10 {
|
|
|
width: 10%!important;
|
|
|
}
|
|
|
+.width-9 {
|
|
|
+ width: 9%!important;
|
|
|
+}
|
|
|
+.width-8 {
|
|
|
+ width: 8%!important;
|
|
|
+}
|
|
|
.width-80px {
|
|
|
width: 80px!important;
|
|
|
}
|
|
|
@@ -2084,14 +2153,35 @@ ul.tpl-dropdown-content li>a.tpl-dropdown-content-message:last-child {
|
|
|
.margin-bottom-20 {
|
|
|
margin-bottom:20px
|
|
|
}
|
|
|
+.margin-bottom-10 {
|
|
|
+ margin-bottom:10px
|
|
|
+}
|
|
|
+.margin-bottom-5 {
|
|
|
+ margin-bottom:5px
|
|
|
+}
|
|
|
+.margin-right-5 {
|
|
|
+ margin-right: 5px;
|
|
|
+}
|
|
|
.margin-right-20 {
|
|
|
margin-right:20px;
|
|
|
}
|
|
|
.margin-right-30 {
|
|
|
margin-right:30px;
|
|
|
}
|
|
|
+.padding-top-0 {
|
|
|
+ padding-top: 0!important;
|
|
|
+}
|
|
|
+.padding-top-20 {
|
|
|
+ padding-top: 20px!important;
|
|
|
+}
|
|
|
+.font-size-10 {
|
|
|
+ font-size: 10px;
|
|
|
+}
|
|
|
+.font-size-12 {
|
|
|
+ font-size: 12px;
|
|
|
+}
|
|
|
.font-size-13 {
|
|
|
- font-size: 13px;
|
|
|
+ font-size: 13px!important;
|
|
|
}
|
|
|
.font-size-14 {
|
|
|
font-size: 14px;
|
|
|
@@ -2102,6 +2192,12 @@ ul.tpl-dropdown-content li>a.tpl-dropdown-content-message:last-child {
|
|
|
.font-size-20 {
|
|
|
font-size: 20px;
|
|
|
}
|
|
|
+.font-size-24 {
|
|
|
+ font-size: 24px;
|
|
|
+}
|
|
|
+.font-size-32 {
|
|
|
+ font-size: 32px;
|
|
|
+}
|
|
|
.font-family-cur {
|
|
|
font-family: cursive;
|
|
|
}
|
|
|
@@ -2120,6 +2216,9 @@ ul.tpl-dropdown-content li>a.tpl-dropdown-content-message:last-child {
|
|
|
.border-bottom-d7 {
|
|
|
border-bottom: 1px solid #d7d7d7;
|
|
|
}
|
|
|
+.radius-4 {
|
|
|
+ border-radius: 5px;
|
|
|
+}
|
|
|
.radio-box {
|
|
|
position: absolute;
|
|
|
top: 55px;
|
|
|
@@ -2137,15 +2236,32 @@ ul.tpl-dropdown-content li>a.tpl-dropdown-content-message:last-child {
|
|
|
color: #40A9FF;
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
+.color-555 {
|
|
|
+ color: #555;
|
|
|
+}
|
|
|
.color-999 {
|
|
|
color: #999;
|
|
|
}
|
|
|
+.color-blue {
|
|
|
+ color: #40A9FF!important;
|
|
|
+}
|
|
|
+.color-gray {
|
|
|
+ color: #909D99;
|
|
|
+}
|
|
|
+.color-red {
|
|
|
+ color: #FF007F;
|
|
|
+}
|
|
|
.default-input-class {
|
|
|
- height: 35px;
|
|
|
- border: 1px solid #d7d7d7;
|
|
|
- border-radius: 2px;
|
|
|
+ height: 35px!important;
|
|
|
+ border: 1px solid #d7d7d7!important;
|
|
|
+ border-radius: 2px!important;
|
|
|
width: 40%;
|
|
|
- text-indent: 10px;
|
|
|
+ text-indent: 5px!important;
|
|
|
+ font-size: 14px!important;
|
|
|
+}
|
|
|
+.disabled-input-class {
|
|
|
+ background-color: #F5F7FA!important;
|
|
|
+ color: #6CC1EF!important;
|
|
|
}
|
|
|
.default-textArea-class {
|
|
|
height: 100px;
|
|
|
@@ -2163,7 +2279,21 @@ ul.tpl-dropdown-content li>a.tpl-dropdown-content-message:last-child {
|
|
|
height: 35px;
|
|
|
border-radius: 5px;
|
|
|
}
|
|
|
-
|
|
|
+.disabled-btn-class {
|
|
|
+ background-color: #909D99!important;
|
|
|
+ color: #ffffff!important;
|
|
|
+}
|
|
|
+.left-line-class {
|
|
|
+ width: 2px;
|
|
|
+ height: 330px;
|
|
|
+ background-color: #EEEFF2;
|
|
|
+ position: absolute;
|
|
|
+ left: -3px;
|
|
|
+ top: 45px;
|
|
|
+}
|
|
|
+.cursor-hand {
|
|
|
+ cursor: pointer;
|
|
|
+}
|
|
|
.add-btn-default {
|
|
|
background-color: #96BF48;
|
|
|
}
|
|
|
@@ -2172,7 +2302,11 @@ ul.tpl-dropdown-content li>a.tpl-dropdown-content-message:last-child {
|
|
|
color: #555;
|
|
|
border:1px solid #d7d7d7;
|
|
|
}
|
|
|
-
|
|
|
+.modal-bottom-btn {
|
|
|
+ position: fixed;
|
|
|
+ bottom: 50px;
|
|
|
+ right: 50px;
|
|
|
+}
|
|
|
.header-title-class {
|
|
|
color: #5a8dbb;
|
|
|
font-weight: bold;
|
|
|
@@ -2203,9 +2337,129 @@ ul.tpl-dropdown-content li>a.tpl-dropdown-content-message:last-child {
|
|
|
margin-right: 5px;
|
|
|
border-radius: 5px;
|
|
|
}
|
|
|
+.self-tabs-box {
|
|
|
+ height: 50px;
|
|
|
+ background-color: #f4f5f9;
|
|
|
+ margin: 15px 0 15px 0;
|
|
|
+}
|
|
|
+.self-tabs-box div {
|
|
|
+ height: 50px;
|
|
|
+ line-height: 50px;
|
|
|
+ padding: 0 15px 0 15px;
|
|
|
+}
|
|
|
+.tabs-active {
|
|
|
+ color: #1890ff;
|
|
|
+ border-bottom: 3px solid #1890ff;
|
|
|
+}
|
|
|
+.self-hide {
|
|
|
+ display: none;
|
|
|
+}
|
|
|
+.margin-top-60 {
|
|
|
+ margin-top: 60px;
|
|
|
+}
|
|
|
+
|
|
|
+.fff-btn-class {
|
|
|
+ background-color: #fff;
|
|
|
+ color: #555;
|
|
|
+ border: 1px solid #d7d7d7;
|
|
|
+ width: 100px;
|
|
|
+ height: 35px;
|
|
|
+ border-radius: 5px;
|
|
|
+}
|
|
|
+.pos-relative {
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
+.build-img-box {
|
|
|
+ position: absolute;
|
|
|
+ top: 0;
|
|
|
+ right: 15%;
|
|
|
+}
|
|
|
+.build-img-box img {
|
|
|
+ border-radius: 3px;
|
|
|
+}
|
|
|
+@media screen and (max-width: 1600px) {
|
|
|
+ .date-box-self {
|
|
|
+ width:220px;
|
|
|
+ }
|
|
|
+}
|
|
|
+@media screen and (max-width: 1500px) {
|
|
|
+ .build-img-box {
|
|
|
+ position: absolute;
|
|
|
+ top: 0;
|
|
|
+ right: 7%;
|
|
|
+ }
|
|
|
+ .date-box-self {
|
|
|
+ width:200px;
|
|
|
+ }
|
|
|
+}
|
|
|
+.hidden-none {
|
|
|
+ display: none!important;
|
|
|
+}
|
|
|
+.upload-box{
|
|
|
+ width: 140px;
|
|
|
+ height:100px;
|
|
|
+ line-height: 50px;
|
|
|
+ background-color: #f5f7fa;
|
|
|
+ border-radius: 2px;
|
|
|
+ border: 1px dashed #d7d7d7;
|
|
|
+ background-size: contain;
|
|
|
+ background-position: center;
|
|
|
+ background-repeat: no-repeat;
|
|
|
+}
|
|
|
+@media screen and (max-width: 1600px) {
|
|
|
+ .upload-box{
|
|
|
+ width: 120px;
|
|
|
+ height:80px;
|
|
|
+ line-height: 30px;
|
|
|
+ }
|
|
|
+}
|
|
|
+@media screen and (max-width: 1400px) {
|
|
|
+ .upload-box{
|
|
|
+ width: 100px;
|
|
|
+ height:60px;
|
|
|
+ line-height:15px;
|
|
|
+ }
|
|
|
+}
|
|
|
+.picModal {
|
|
|
+ position: absolute;
|
|
|
+ top: 0;
|
|
|
+ width:100%;
|
|
|
+ height:83%;
|
|
|
+ border-radius: 3px;
|
|
|
+ background-color: rgba(0,0,0,.5);
|
|
|
+ display:none;
|
|
|
+ z-index:99;
|
|
|
+}
|
|
|
+.picModal-box{
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
+ z-index:100;
|
|
|
+}
|
|
|
+
|
|
|
+.self-diamond-icon {
|
|
|
+ width: 5px;
|
|
|
+ height: 5px;
|
|
|
+ background-color: #000;
|
|
|
+ margin-right: 10px;
|
|
|
+ transform: rotate(45deg);
|
|
|
+}
|
|
|
+.input-unit-class{
|
|
|
+ position:absolute;
|
|
|
+ top: 6px;
|
|
|
+ right: 8px;
|
|
|
+}
|
|
|
.am-table-striped>tbody>tr:nth-child(odd)>td, .am-table-striped>tbody>tr:nth-child(odd)>th {
|
|
|
background: #fff;
|
|
|
}
|
|
|
.am-table>tbody>tr>td, .am-table>tbody>tr>th, .am-table>tfoot>tr>td, .am-table>tfoot>tr>th, .am-table>thead>tr>td, .am-table>thead>tr>th {
|
|
|
color: #555;
|
|
|
}
|
|
|
+.am-input-group .am-form-field, .am-input-group-btn>.am-btn {
|
|
|
+ height: 33px;
|
|
|
+}
|
|
|
+.am-table>tbody>tr>td, .am-table>tbody>tr>th, .am-table>tfoot>tr>td, .am-table>tfoot>tr>th, .am-table>thead>tr>td, .am-table>thead>tr>th {
|
|
|
+ vertical-align: middle;
|
|
|
+}
|