|
|
@ -428,38 +428,10 @@ |
|
|
|
|
|
|
|
.statistic-toolbar .statistic-type { |
|
|
|
margin-right: 5px; |
|
|
|
overflow: hidden; |
|
|
|
display: flex; |
|
|
|
} |
|
|
|
|
|
|
|
.statistic-toolbar .statistic-type span { |
|
|
|
padding: 0 16px; |
|
|
|
cursor: pointer; |
|
|
|
line-height: 28px; |
|
|
|
text-align: center; |
|
|
|
border: 1px solid #3871af; |
|
|
|
border-left: 0; |
|
|
|
border-radius: 3px 0 0 3px; |
|
|
|
background: #03244c; |
|
|
|
color: #ffffff; |
|
|
|
} |
|
|
|
|
|
|
|
.statistic-toolbar .statistic-type span:first-of-type { |
|
|
|
border-radius: 3px 0 0 3px; |
|
|
|
border-left: 1px solid #3871af; |
|
|
|
} |
|
|
|
|
|
|
|
.statistic-toolbar .statistic-type span:last-of-type { |
|
|
|
border-radius: 0 3px 3px 0; |
|
|
|
} |
|
|
|
|
|
|
|
.statistic-toolbar .statistic-type span.active { |
|
|
|
background: linear-gradient(#266cb9, #002c5d); |
|
|
|
} |
|
|
|
|
|
|
|
.statistic-toolbar .statistic-type span:first-of-type.active, |
|
|
|
.statistic-toolbar .statistic-type span:last-of-type.active { |
|
|
|
border-color: #3871af; |
|
|
|
width: 90px; |
|
|
|
} |
|
|
|
|
|
|
|
.statistic-toolbar .easyui-datetimebox { |
|
|
@ -599,35 +571,9 @@ |
|
|
|
color: #ffffff; |
|
|
|
} |
|
|
|
|
|
|
|
.manage-dialog .modal-body .row .col .sex-select { |
|
|
|
width: 120px; |
|
|
|
border-radius: 3px; |
|
|
|
overflow: hidden; |
|
|
|
display: flex; |
|
|
|
} |
|
|
|
|
|
|
|
.manage-dialog .modal-body .row .col .sex-select span { |
|
|
|
width: 60px; |
|
|
|
cursor: pointer; |
|
|
|
line-height: 28px; |
|
|
|
text-align: center; |
|
|
|
border-style: solid; |
|
|
|
border-color: #3871af; |
|
|
|
border-width: 1px 0 1px 1px; |
|
|
|
color: #ffffff; |
|
|
|
background: #03244c; |
|
|
|
} |
|
|
|
|
|
|
|
.manage-dialog .modal-body .row .col .sex-select span:first-of-type { |
|
|
|
border-left: 1px solid #3871af; |
|
|
|
} |
|
|
|
|
|
|
|
.manage-dialog .modal-body .row .col .sex-select span:last-of-type { |
|
|
|
border-right: 1px solid #3871af; |
|
|
|
} |
|
|
|
|
|
|
|
.manage-dialog .modal-body .row .col .sex-select span.active { |
|
|
|
background: linear-gradient(#266cb9, #002c5d); |
|
|
|
} |
|
|
|
|
|
|
|
.manage-dialog .modal-body .row .col .passwordbox-open { |
|
|
@ -893,3 +839,27 @@ |
|
|
|
.btn-file input[type=file] { |
|
|
|
font-size: 0; |
|
|
|
} |
|
|
|
|
|
|
|
.tab { |
|
|
|
display: flex; |
|
|
|
} |
|
|
|
|
|
|
|
.tab span { |
|
|
|
width: 76px; |
|
|
|
display: block; |
|
|
|
text-align: center; |
|
|
|
line-height: 28px; |
|
|
|
border: 1px solid #3871af; |
|
|
|
border-radius: 3px 0 0 3px; |
|
|
|
background: #03244c; |
|
|
|
cursor: pointer; |
|
|
|
} |
|
|
|
|
|
|
|
.tab span:last-of-type { |
|
|
|
border-left: 0; |
|
|
|
border-radius: 0 3px 3px 0; |
|
|
|
} |
|
|
|
|
|
|
|
.tab span.active { |
|
|
|
background: linear-gradient(#266cb9, #002c5d); |
|
|
|
} |