Files
zszq-trs/YLErpWeb/wwwroot/Style/Css/clientEdit.css
T
2024-05-09 14:06:26 +08:00

78 lines
4.4 KiB
CSS

.form-group select { min-width: 208px; }
.flow { width: 100%; margin: 10px 0 35px; height: 60px; position: relative }
.flow-list { top: 30px; width: 80%; margin-left: 40px; margin-right: 25px; position: relative }
.flow-list > .flow-list-item { text-align: right; height: 1px; border: 1px solid #ccc; background: #ccc; position: relative; min-width: 100px; }
.flow-list > .flow-list-item.dash { border-style: dashed; background: white }
.flow-list > .flow-list-item > em { color: white; margin-top: -17px; display: inline-block; width: 30px; height: 30px; -moz-border-radius: 100%; -webkit-border-radius: 100%; border-radius: 100%; background: #ccc; text-align: center; line-height: 30px; font-style: normal; font-weight: 500; vertical-align: middle; color: #fff; box-shadow: 0 0 2px 2px rgba(255,255,255,.56); cursor: pointer }
.flow-list > .flow-list-item > .flow-text { position: absolute; right: -35px; top: 20px; width: 100px; color: #000; font-size: 14px; font-weight: 800; text-align: center; }
.flow-list > .flow-list-item:first-child { max-width: 30px; min-width: 30px; width: 30px; }
.flow-list > .flow-list-item:first-child > em { left: -1px; }
.flow-list > .flow-list-item:not(:first-child) > em { right: -1px; }
.flow-list > .flow-list-item > em > i { display: none; }
.flow-list > .flow-list-item > em > span { display: inline; }
.flow-list > .flow-list-item.current { border-color: #14937A; background-color: white; }
.flow-list > .flow-list-item.current > em { background-color: #14937A; }
.flow-list > .flow-list-item.current > .flow-text { font-size: 16px; color: rgb(20, 147, 122); }
.flow-list > .flow-list-item.checked { border-color: #14937A; background-color: white; }
.flow-list > .flow-list-item.checked > em { background-color: #14937A; }
.flow-list > .flow-list-item.checked > em > i { display: inline-block; }
.flow-list > .flow-list-item.checked > em > span { display: none; }
.flow-list > .flow-list-item.checked > .flow-text { color: rgb(20, 147, 122); }
/**flow定制**/
#flowPoint_basic { }
#flowPoint_riskSurvy { }
#flowPoint_eligibility { }
#flowPoint_bankcards { }
#flowPoint_files .flow-text { }
#flowPoint_contacts .flow-text { }
/**编辑页面定制**/
.tab-content-client > .tab-pane { min-height: 500px; }
.form-group input:not(.form-control) { width: 208px !important; height: 32px; }
.formlabel { max-width: 120px; }
.table-client > thead > tr > th { color: #17A2B8; background: #e0eaf1; width:80px; }
.table-client > tbody > tr.bg0 { background: #eeefff; }
.table-client > tbody > tr.bg1 { background: #eddfff; }
.table-client > tbody > tr:hover { background: #f2fbff; }
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) { width: 208px; }
.bootstrap-select > select { width: 1px !important; max-width: 1px; min-width: auto !important; height: 1px !important; max-height: 1px !important; min-height: auto !important; left: -1px; top: -1px; }
.bootstrap-select .dropdown-toggle .filter-option-inner-inner { text-align: center; }
#ef_Remark { width: 1020px !important; text-align: left; }
/**查看页面定制**/
.view-wrap { border-top: 1px solid #ccc; border-left: 1px solid #ccc; }
.view-item > label { width: 150px; color: #17A2B8; font-weight: 700; }
.view-item > * { border-bottom: 1px solid #ccc; border-right: 1px solid #ccc; padding: .75rem;height:44px;overflow:hidden; }
.view-item.striped > * { background: #e0ebf1; }
/**第三方控件**/
.flatpickr-calendar { width: 17em; }
.flatpickr-rContainer, .flatpickr-rContainer > .flatpickr-days { width: 100%; }
.flatpickr-rContainer > .flatpickr-days > .dayContainer { width: 100%; min-width: auto; max-width: auto; }
.flatpickr-rContainer > .flatpickr-days > .dayContainer > .flatpickr-day { height: 34px; line-height: 34px; }
.flatpickr-month > .flatpickr-current-month > .numInputWrapper { width: 7ch; }
.flatpickr-month > .flatpickr-current-month > .flatpickr-monthDropdown-months { min-width: auto !important; }
.flatpickr-month > .flatpickr-current-month input.cur-year { width: 100% !important; min-width: auto !important; max-width: 100% !important; }
.flatpickr-time { height: 32px !important; line-height: 30px; }
.flatpickr-time > .numInputWrapper { height: 30px !important; }
.flatpickr-time > .numInputWrapper > input { width: 100% !important; height: 30px !important; }
/**密码框小眼睛*/
.input-password-addon {
position: absolute;
right: 85px;
cursor: pointer;
margin-top:5px;
}
.text-password {
padding-right: 45px;
}