|
|
@ -49,7 +49,8 @@ main .inputDiv { |
|
|
|
main .inputDiv label { |
|
|
|
margin-bottom: 10px; |
|
|
|
} |
|
|
|
main .inputDiv label input, main .inputDiv label select { |
|
|
|
main .inputDiv label input, |
|
|
|
main .inputDiv label select { |
|
|
|
border: 1px #aaa solid; |
|
|
|
outline: none; |
|
|
|
border-radius: 5px; |
|
|
@ -68,100 +69,140 @@ main .inputDiv label button { |
|
|
|
font-weight: 6500; |
|
|
|
margin-top: 15px; |
|
|
|
} |
|
|
|
main .contract-install-component, main .contract-material-component { |
|
|
|
main .contract-install-component, |
|
|
|
main .contract-material-component { |
|
|
|
width: 100%; |
|
|
|
max-width: 816px; |
|
|
|
margin: 30px auto; |
|
|
|
background-color: #f7f7f7 !important; |
|
|
|
} |
|
|
|
main .contract-install-component p, main .contract-material-component p { |
|
|
|
main .contract-install-component p, |
|
|
|
main .contract-material-component p { |
|
|
|
margin: 0; |
|
|
|
} |
|
|
|
main .contract-install-component > .btn-list, main .contract-material-component > .btn-list { |
|
|
|
main .contract-install-component > .btn-list, |
|
|
|
main .contract-material-component > .btn-list { |
|
|
|
display: flex; |
|
|
|
align-items: center; |
|
|
|
} |
|
|
|
main .contract-install-component > .btn-list > button, main .contract-material-component > .btn-list > button { |
|
|
|
main .contract-install-component > .btn-list > button, |
|
|
|
main .contract-material-component > .btn-list > button { |
|
|
|
padding: 8px; |
|
|
|
margin: 0 4px; |
|
|
|
} |
|
|
|
main .contract-install-component > .contract, main .contract-material-component > .contract { |
|
|
|
main .contract-install-component > .contract, |
|
|
|
main .contract-material-component > .contract { |
|
|
|
background: #fff; |
|
|
|
width: 100%; |
|
|
|
margin-top: 15px; |
|
|
|
padding: 20px; |
|
|
|
font-family: "標楷體"; |
|
|
|
} |
|
|
|
main .contract-install-component > .contract > h2, main .contract-material-component > .contract > h2 { |
|
|
|
main .contract-install-component > .contract > h2, |
|
|
|
main .contract-material-component > .contract > h2 { |
|
|
|
font-size: 18pt; |
|
|
|
text-align: center; |
|
|
|
} |
|
|
|
main .contract-install-component > .contract br, main .contract-material-component > .contract br { |
|
|
|
main .contract-install-component > .contract br, |
|
|
|
main .contract-material-component > .contract br { |
|
|
|
line-height: 2.5; |
|
|
|
} |
|
|
|
main .contract-install-component > .contract .d-flex, main .contract-material-component > .contract .d-flex { |
|
|
|
main .contract-install-component > .contract .d-flex, |
|
|
|
main .contract-material-component > .contract .d-flex { |
|
|
|
display: flex; |
|
|
|
align-items: center; |
|
|
|
} |
|
|
|
main .contract-install-component > .contract .mouseover, main .contract-material-component > .contract .mouseover { |
|
|
|
main .contract-install-component > .contract .mouseover, |
|
|
|
main .contract-material-component > .contract .mouseover { |
|
|
|
background-color: #f1f1f1; |
|
|
|
cursor: pointer; |
|
|
|
} |
|
|
|
main .contract-install-component > .contract div, main .contract-install-component > .contract section, main .contract-material-component > .contract div, main .contract-material-component > .contract section { |
|
|
|
main .contract-install-component > .contract div, |
|
|
|
main .contract-install-component > .contract section, |
|
|
|
main .contract-material-component > .contract div, |
|
|
|
main .contract-material-component > .contract section { |
|
|
|
font-size: 12pt; |
|
|
|
line-height: 2.5; |
|
|
|
} |
|
|
|
main .contract-install-component > .contract div.party, main .contract-install-component > .contract section.party, main .contract-material-component > .contract div.party, main .contract-material-component > .contract section.party { |
|
|
|
main .contract-install-component > .contract div.party, |
|
|
|
main .contract-install-component > .contract section.party, |
|
|
|
main .contract-material-component > .contract div.party, |
|
|
|
main .contract-material-component > .contract section.party { |
|
|
|
width: 100%; |
|
|
|
display: flex; |
|
|
|
align-items: center; |
|
|
|
justify-content: space-between; |
|
|
|
} |
|
|
|
main .contract-install-component > .contract div.party .company-name, main .contract-install-component > .contract section.party .company-name, main .contract-material-component > .contract div.party .company-name, main .contract-material-component > .contract section.party .company-name { |
|
|
|
main .contract-install-component > .contract div.party .company-name, |
|
|
|
main .contract-install-component > .contract section.party .company-name, |
|
|
|
main .contract-material-component > .contract div.party .company-name, |
|
|
|
main .contract-material-component > .contract section.party .company-name { |
|
|
|
text-indent: 80pt; |
|
|
|
} |
|
|
|
main .contract-install-component > .contract div.party .notes, main .contract-install-component > .contract section.party .notes, main .contract-material-component > .contract div.party .notes, main .contract-material-component > .contract section.party .notes { |
|
|
|
main .contract-install-component > .contract div.party .notes, |
|
|
|
main .contract-install-component > .contract section.party .notes, |
|
|
|
main .contract-material-component > .contract div.party .notes, |
|
|
|
main .contract-material-component > .contract section.party .notes { |
|
|
|
margin-right: 25%; |
|
|
|
white-space: nowrap; |
|
|
|
} |
|
|
|
main .contract-install-component > .contract div.list-content, main .contract-install-component > .contract section.list-content, main .contract-material-component > .contract div.list-content, main .contract-material-component > .contract section.list-content { |
|
|
|
main .contract-install-component > .contract div.list-content, |
|
|
|
main .contract-install-component > .contract section.list-content, |
|
|
|
main .contract-material-component > .contract div.list-content, |
|
|
|
main .contract-material-component > .contract section.list-content { |
|
|
|
margin-left: 70px; |
|
|
|
} |
|
|
|
main .contract-install-component > .contract div.list-title, main .contract-install-component > .contract section.list-title, main .contract-material-component > .contract div.list-title, main .contract-material-component > .contract section.list-title { |
|
|
|
main .contract-install-component > .contract div.list-title, |
|
|
|
main .contract-install-component > .contract section.list-title, |
|
|
|
main .contract-material-component > .contract div.list-title, |
|
|
|
main .contract-material-component > .contract section.list-title { |
|
|
|
display: flex; |
|
|
|
align-items: flex-start; |
|
|
|
} |
|
|
|
main .contract-install-component > .contract div.list-title > strong, main .contract-install-component > .contract section.list-title > strong, main .contract-material-component > .contract div.list-title > strong, main .contract-material-component > .contract section.list-title > strong { |
|
|
|
main .contract-install-component > .contract div.list-title > strong, |
|
|
|
main .contract-install-component > .contract section.list-title > strong, |
|
|
|
main .contract-material-component > .contract div.list-title > strong, |
|
|
|
main .contract-material-component > .contract section.list-title > strong { |
|
|
|
min-width: 70px; |
|
|
|
} |
|
|
|
main .contract-install-component > .contract p, main .contract-install-component > .contract article, main .contract-install-component > .contract div, main .contract-material-component > .contract p, main .contract-material-component > .contract article, main .contract-material-component > .contract div { |
|
|
|
main .contract-install-component > .contract p, |
|
|
|
main .contract-install-component > .contract article, |
|
|
|
main .contract-install-component > .contract div, |
|
|
|
main .contract-material-component > .contract p, |
|
|
|
main .contract-material-component > .contract article, |
|
|
|
main .contract-material-component > .contract div { |
|
|
|
position: relative; |
|
|
|
display: block; |
|
|
|
} |
|
|
|
main .contract-install-component > .contract .date, main .contract-material-component > .contract .date { |
|
|
|
main .contract-install-component > .contract .date, |
|
|
|
main .contract-material-component > .contract .date { |
|
|
|
display: flex; |
|
|
|
align-items: center; |
|
|
|
width: 100%; |
|
|
|
margin-top: 300px; |
|
|
|
} |
|
|
|
main .contract-install-component > .contract .date p, main .contract-material-component > .contract .date p { |
|
|
|
main .contract-install-component > .contract .date p, |
|
|
|
main .contract-material-component > .contract .date p { |
|
|
|
width: 50%; |
|
|
|
letter-spacing: 20px; |
|
|
|
} |
|
|
|
main .contract-install-component > .contract .date > .ml, main .contract-material-component > .contract .date > .ml { |
|
|
|
main .contract-install-component > .contract .date > .ml, |
|
|
|
main .contract-material-component > .contract .date > .ml { |
|
|
|
width: 50%; |
|
|
|
display: flex; |
|
|
|
justify-content: space-between; |
|
|
|
flex-direction: row-reverse; |
|
|
|
} |
|
|
|
main .contract-install-component > .contract .buttons, main .contract-material-component > .contract .buttons { |
|
|
|
main .contract-install-component > .contract .buttons, |
|
|
|
main .contract-material-component > .contract .buttons { |
|
|
|
position: absolute; |
|
|
|
top: 0; |
|
|
|
right: 0; |
|
|
|
display: flex; |
|
|
|
z-index: 9; |
|
|
|
} |
|
|
|
main .contract-install-component > .contract .buttons > button, main .contract-material-component > .contract .buttons > button { |
|
|
|
main .contract-install-component > .contract .buttons > button, |
|
|
|
main .contract-material-component > .contract .buttons > button { |
|
|
|
width: 30px; |
|
|
|
height: 30px; |
|
|
|
border-radius: 5px; |
|
|
@ -174,89 +215,127 @@ main .contract-install-component > .contract .buttons > button, main .contract-m |
|
|
|
color: #fff; |
|
|
|
margin: 0 1px; |
|
|
|
} |
|
|
|
main .contract-install-component > .contract .buttons > button > i, main .contract-material-component > .contract .buttons > button > i { |
|
|
|
main .contract-install-component > .contract .buttons > button > i, |
|
|
|
main .contract-material-component > .contract .buttons > button > i { |
|
|
|
font-size: 12px; |
|
|
|
} |
|
|
|
main .contract-install-component > .contract .buttons > button.edit, main .contract-material-component > .contract .buttons > button.edit { |
|
|
|
main .contract-install-component > .contract .buttons > button.edit, |
|
|
|
main .contract-material-component > .contract .buttons > button.edit { |
|
|
|
background-color: #5BC0DE; |
|
|
|
} |
|
|
|
main .contract-install-component > .contract .buttons > button.add, main .contract-material-component > .contract .buttons > button.add { |
|
|
|
main .contract-install-component > .contract .buttons > button.add, |
|
|
|
main .contract-material-component > .contract .buttons > button.add { |
|
|
|
background-color: #F0AD4E; |
|
|
|
} |
|
|
|
main .contract-install-component > .contract .buttons > button.delete, main .contract-material-component > .contract .buttons > button.delete { |
|
|
|
main .contract-install-component > .contract .buttons > button.delete, |
|
|
|
main .contract-material-component > .contract .buttons > button.delete { |
|
|
|
background-color: rgb(211, 0, 0); |
|
|
|
} |
|
|
|
main .contract-install-component > .contract table, main .contract-material-component > .contract table { |
|
|
|
main .contract-install-component > .contract table, |
|
|
|
main .contract-material-component > .contract table { |
|
|
|
border: none; |
|
|
|
margin-top: 30px; |
|
|
|
font-family: "標楷體"; |
|
|
|
width: 800px; |
|
|
|
} |
|
|
|
main .contract-install-component > .contract table tr:nth-child(even), main .contract-install-component > .contract table tr:nth-child(odd), main .contract-material-component > .contract table tr:nth-child(even), main .contract-material-component > .contract table tr:nth-child(odd) { |
|
|
|
main .contract-install-component > .contract table tr:nth-child(even), |
|
|
|
main .contract-install-component > .contract table tr:nth-child(odd), |
|
|
|
main .contract-material-component > .contract table tr:nth-child(even), |
|
|
|
main .contract-material-component > .contract table tr:nth-child(odd) { |
|
|
|
background-color: #fff; |
|
|
|
} |
|
|
|
main .contract-install-component > .contract table tr, main .contract-material-component > .contract table tr { |
|
|
|
main .contract-install-component > .contract table tr, |
|
|
|
main .contract-material-component > .contract table tr { |
|
|
|
font-size: 12pt; |
|
|
|
width: 100%; |
|
|
|
position: relative; |
|
|
|
} |
|
|
|
main .contract-install-component > .contract table tr.mouseover, main .contract-material-component > .contract table tr.mouseover { |
|
|
|
main .contract-install-component > .contract table tr.mouseover, |
|
|
|
main .contract-material-component > .contract table tr.mouseover { |
|
|
|
background-color: #f3f3f3; |
|
|
|
} |
|
|
|
main .contract-install-component > .contract table tr h2, main .contract-material-component > .contract table tr h2 { |
|
|
|
main .contract-install-component > .contract table tr h2, |
|
|
|
main .contract-material-component > .contract table tr h2 { |
|
|
|
font-size: 18pt; |
|
|
|
} |
|
|
|
main .contract-install-component > .contract table tr td, main .contract-material-component > .contract table tr td { |
|
|
|
main .contract-install-component > .contract table tr td, |
|
|
|
main .contract-material-component > .contract table tr td { |
|
|
|
width: 100%; |
|
|
|
height: 100%; |
|
|
|
line-height: 2; |
|
|
|
display: flex; |
|
|
|
} |
|
|
|
main .contract-install-component > .contract table tr td.center, main .contract-material-component > .contract table tr td.center { |
|
|
|
main .contract-install-component > .contract table tr td.center, |
|
|
|
main .contract-material-component > .contract table tr td.center { |
|
|
|
display: flex; |
|
|
|
justify-content: center; |
|
|
|
align-items: center; |
|
|
|
} |
|
|
|
main .contract-install-component > .contract table tr td.list, main .contract-material-component > .contract table tr td.list { |
|
|
|
main .contract-install-component > .contract table tr td.list, |
|
|
|
main .contract-material-component > .contract table tr td.list { |
|
|
|
width: 100%; |
|
|
|
height: 100%; |
|
|
|
white-space: nowrap; |
|
|
|
display: flex; |
|
|
|
} |
|
|
|
main .contract-install-component > .contract table tr td.list span, main .contract-material-component > .contract table tr td.list span { |
|
|
|
main .contract-install-component > .contract table tr td.list span, |
|
|
|
main .contract-material-component > .contract table tr td.list span { |
|
|
|
width: 100px; |
|
|
|
min-height: 100%; |
|
|
|
display: block; |
|
|
|
} |
|
|
|
main .contract-install-component > .contract table tr td.list > p, main .contract-material-component > .contract table tr td.list > p { |
|
|
|
main .contract-install-component > .contract table tr td.list > p, |
|
|
|
main .contract-material-component > .contract table tr td.list > p { |
|
|
|
display: block; |
|
|
|
text-align: justify; |
|
|
|
} |
|
|
|
main .contract-install-component > .contract table tr td.list div, main .contract-install-component > .contract table tr td.list article, main .contract-material-component > .contract table tr td.list div, main .contract-material-component > .contract table tr td.list article { |
|
|
|
main .contract-install-component > .contract table tr td.list div, |
|
|
|
main .contract-install-component > .contract table tr td.list article, |
|
|
|
main .contract-material-component > .contract table tr td.list div, |
|
|
|
main .contract-material-component > .contract table tr td.list article { |
|
|
|
max-width: calc(100% - 100px); |
|
|
|
white-space: normal; |
|
|
|
} |
|
|
|
main .contract-install-component > .contract table tr td.list div input[type=text], main .contract-install-component > .contract table tr td.list div input[type=number], main .contract-install-component > .contract table tr td.list div input, main .contract-install-component > .contract table tr td.list article input[type=text], main .contract-install-component > .contract table tr td.list article input[type=number], main .contract-install-component > .contract table tr td.list article input, main .contract-material-component > .contract table tr td.list div input[type=text], main .contract-material-component > .contract table tr td.list div input[type=number], main .contract-material-component > .contract table tr td.list div input, main .contract-material-component > .contract table tr td.list article input[type=text], main .contract-material-component > .contract table tr td.list article input[type=number], main .contract-material-component > .contract table tr td.list article input { |
|
|
|
main .contract-install-component > .contract table tr td.list div input[type=text], |
|
|
|
main .contract-install-component > .contract table tr td.list div input[type=number], |
|
|
|
main .contract-install-component > .contract table tr td.list div input, |
|
|
|
main .contract-install-component > .contract table tr td.list article input[type=text], |
|
|
|
main .contract-install-component > .contract table tr td.list article input[type=number], |
|
|
|
main .contract-install-component > .contract table tr td.list article input, |
|
|
|
main .contract-material-component > .contract table tr td.list div input[type=text], |
|
|
|
main .contract-material-component > .contract table tr td.list div input[type=number], |
|
|
|
main .contract-material-component > .contract table tr td.list div input, |
|
|
|
main .contract-material-component > .contract table tr td.list article input[type=text], |
|
|
|
main .contract-material-component > .contract table tr td.list article input[type=number], |
|
|
|
main .contract-material-component > .contract table tr td.list article input { |
|
|
|
border: none !important; |
|
|
|
border-bottom: 1px #222 solid !important; |
|
|
|
width: 50px; |
|
|
|
outline: none; |
|
|
|
text-align: center; |
|
|
|
} |
|
|
|
main .contract-install-component > .contract table tr td.list div.text-justify, main .contract-install-component > .contract table tr td.list article.text-justify, main .contract-material-component > .contract table tr td.list div.text-justify, main .contract-material-component > .contract table tr td.list article.text-justify { |
|
|
|
main .contract-install-component > .contract table tr td.list div.text-justify, |
|
|
|
main .contract-install-component > .contract table tr td.list article.text-justify, |
|
|
|
main .contract-material-component > .contract table tr td.list div.text-justify, |
|
|
|
main .contract-material-component > .contract table tr td.list article.text-justify { |
|
|
|
display: flex; |
|
|
|
width: 100%; |
|
|
|
justify-content: space-between; |
|
|
|
} |
|
|
|
main .contract-install-component > .contract table tr.date td > div, main .contract-material-component > .contract table tr.date td > div { |
|
|
|
main .contract-install-component > .contract table tr.date td > div, |
|
|
|
main .contract-material-component > .contract table tr.date td > div { |
|
|
|
width: 100%; |
|
|
|
text-align: right; |
|
|
|
} |
|
|
|
main .contract-install-component > .contract table tr.date td > div.text-justify, main .contract-material-component > .contract table tr.date td > div.text-justify { |
|
|
|
main .contract-install-component > .contract table tr.date td > div.text-justify, |
|
|
|
main .contract-material-component > .contract table tr.date td > div.text-justify { |
|
|
|
display: flex; |
|
|
|
justify-content: space-between; |
|
|
|
} |
|
|
|
main .contract-install-component > .contract table td, main .contract-install-component > .contract table th, main .contract-material-component > .contract table td, main .contract-material-component > .contract table th { |
|
|
|
main .contract-install-component > .contract table td, |
|
|
|
main .contract-install-component > .contract table th, |
|
|
|
main .contract-material-component > .contract table td, |
|
|
|
main .contract-material-component > .contract table th { |
|
|
|
padding: 8px; |
|
|
|
} |
|
|
|
@keyframes modelanim { |
|
|
@ -323,7 +402,8 @@ main .contract-model > .contract-content > .content textarea { |
|
|
|
outline: none; |
|
|
|
border-radius: 6px; |
|
|
|
} |
|
|
|
main .rebtn, main .prviewbtn { |
|
|
|
main .rebtn, |
|
|
|
main .prviewbtn { |
|
|
|
background-color: #5BC0DE; |
|
|
|
color: #fff; |
|
|
|
outline: none; |
|
|
@ -339,7 +419,8 @@ main .prviewbtn { |
|
|
|
background-color: #2E6DA4; |
|
|
|
} |
|
|
|
|
|
|
|
input[type=checkbox].scorll, input[type=radio].scorll { |
|
|
|
input[type=checkbox].scorll, |
|
|
|
input[type=radio].scorll { |
|
|
|
position: relative; |
|
|
|
width: 50px; |
|
|
|
height: 25px; |
|
|
@ -349,7 +430,8 @@ input[type=checkbox].scorll, input[type=radio].scorll { |
|
|
|
cursor: pointer; |
|
|
|
border-radius: 20px; |
|
|
|
} |
|
|
|
input[type=checkbox].scorll::before, input[type=radio].scorll::before { |
|
|
|
input[type=checkbox].scorll::before, |
|
|
|
input[type=radio].scorll::before { |
|
|
|
content: ""; |
|
|
|
position: absolute; |
|
|
|
top: 0; |
|
|
@ -361,13 +443,16 @@ input[type=checkbox].scorll::before, input[type=radio].scorll::before { |
|
|
|
transform: scale(0.98, 0.96); |
|
|
|
transition: 0.5s; |
|
|
|
} |
|
|
|
input[type=checkbox].scorll:checked, input[type=radio].scorll:checked { |
|
|
|
input[type=checkbox].scorll:checked, |
|
|
|
input[type=radio].scorll:checked { |
|
|
|
background: linear-gradient(to right, #5BC0DE, #2E6DA4); |
|
|
|
} |
|
|
|
input[type=checkbox].scorll:checked::before, input[type=radio].scorll:checked::before { |
|
|
|
input[type=checkbox].scorll:checked::before, |
|
|
|
input[type=radio].scorll:checked::before { |
|
|
|
left: 25px; |
|
|
|
} |
|
|
|
input[type=checkbox].scorll::after, input[type=radio].scorll::after { |
|
|
|
input[type=checkbox].scorll::after, |
|
|
|
input[type=radio].scorll::after { |
|
|
|
content: ""; |
|
|
|
} |
|
|
|
|
|
|
@ -378,7 +463,8 @@ input[type=checkbox].scorll::after, input[type=radio].scorll::after { |
|
|
|
width: 800px; |
|
|
|
border: 1px #ccc solid; |
|
|
|
} |
|
|
|
.prview table tr:nth-child(even), .prview table tr:nth-child(odd) { |
|
|
|
.prview table tr:nth-child(even), |
|
|
|
.prview table tr:nth-child(odd) { |
|
|
|
background-color: #fff; |
|
|
|
} |
|
|
|
.prview table tr { |
|
|
@ -418,11 +504,13 @@ input[type=checkbox].scorll::after, input[type=radio].scorll::after { |
|
|
|
display: block; |
|
|
|
text-align: justify; |
|
|
|
} |
|
|
|
.prview table tr td.list div, .prview table tr td.list article { |
|
|
|
.prview table tr td.list div, |
|
|
|
.prview table tr td.list article { |
|
|
|
max-width: calc(100% - 100px); |
|
|
|
white-space: normal; |
|
|
|
} |
|
|
|
.prview table tr td.list div.text-justify, .prview table tr td.list article.text-justify { |
|
|
|
.prview table tr td.list div.text-justify, |
|
|
|
.prview table tr td.list article.text-justify { |
|
|
|
display: flex; |
|
|
|
width: 100%; |
|
|
|
justify-content: space-between; |
|
|
@ -435,7 +523,8 @@ input[type=checkbox].scorll::after, input[type=radio].scorll::after { |
|
|
|
display: flex; |
|
|
|
justify-content: space-between; |
|
|
|
} |
|
|
|
.prview table td, .prview table th { |
|
|
|
.prview table td, |
|
|
|
.prview table th { |
|
|
|
padding: 8px; |
|
|
|
} |
|
|
|
|
|
|
@ -445,7 +534,8 @@ main table { |
|
|
|
font-family: "標楷體"; |
|
|
|
width: 800px; |
|
|
|
} |
|
|
|
main table tr:nth-child(even), main table tr:nth-child(odd) { |
|
|
|
main table tr:nth-child(even), |
|
|
|
main table tr:nth-child(odd) { |
|
|
|
background-color: #fff; |
|
|
|
} |
|
|
|
main table tr { |
|
|
@ -502,7 +592,8 @@ main table tr.date td > div.text-justify { |
|
|
|
display: flex; |
|
|
|
justify-content: space-between; |
|
|
|
} |
|
|
|
main table td, main table th { |
|
|
|
main table td, |
|
|
|
main table th { |
|
|
|
padding: 8px; |
|
|
|
} |
|
|
|
|
|
|
@ -525,8 +616,10 @@ main table td, main table th { |
|
|
|
} |
|
|
|
|
|
|
|
.loader { |
|
|
|
border: 4px solid #f3f3f3; /* Light grey */ |
|
|
|
border-top: 4px solid #999; /* Blue */ |
|
|
|
border: 4px solid #f3f3f3; |
|
|
|
/* Light grey */ |
|
|
|
border-top: 4px solid #999; |
|
|
|
/* Blue */ |
|
|
|
border-radius: 50%; |
|
|
|
width: 20px; |
|
|
|
height: 20px; |
|
|
@ -541,14 +634,20 @@ main table td, main table th { |
|
|
|
transform: rotate(360deg); |
|
|
|
} |
|
|
|
} |
|
|
|
.contract-input-component .contract-input-component .form, .contract-input-component .contract-management .form, .contract-input-component .contract-new-apply-component .form, .contract-management .contract-input-component .form, .contract-management .contract-management .form, .contract-management .contract-new-apply-component .form, .contract-new-apply-component .contract-input-component .form, .contract-new-apply-component .contract-management .form, .contract-new-apply-component .contract-new-apply-component .form { |
|
|
|
.contract-input-component .form, |
|
|
|
.contract-management .form, |
|
|
|
.contract-new-apply-component .form { |
|
|
|
margin: 0 auto; |
|
|
|
} |
|
|
|
.contract-input-component .contract-input-component .form .dropdown, .contract-input-component .contract-management .form .dropdown, .contract-input-component .contract-new-apply-component .form .dropdown, .contract-management .contract-input-component .form .dropdown, .contract-management .contract-management .form .dropdown, .contract-management .contract-new-apply-component .form .dropdown, .contract-new-apply-component .contract-input-component .form .dropdown, .contract-new-apply-component .contract-management .form .dropdown, .contract-new-apply-component .contract-new-apply-component .form .dropdown { |
|
|
|
.contract-input-component .form .dropdown, |
|
|
|
.contract-management .form .dropdown, |
|
|
|
.contract-new-apply-component .form .dropdown { |
|
|
|
width: 100%; |
|
|
|
margin-top: 7px; |
|
|
|
} |
|
|
|
.contract-input-component .contract-input-component .form .savebtn, .contract-input-component .contract-management .form .savebtn, .contract-input-component .contract-new-apply-component .form .savebtn, .contract-management .contract-input-component .form .savebtn, .contract-management .contract-management .form .savebtn, .contract-management .contract-new-apply-component .form .savebtn, .contract-new-apply-component .contract-input-component .form .savebtn, .contract-new-apply-component .contract-management .form .savebtn, .contract-new-apply-component .contract-new-apply-component .form .savebtn { |
|
|
|
.contract-input-component .form .savebtn, |
|
|
|
.contract-management .form .savebtn, |
|
|
|
.contract-new-apply-component .form .savebtn { |
|
|
|
margin-right: 13px; |
|
|
|
display: flex; |
|
|
|
justify-content: center; |
|
|
@ -557,11 +656,15 @@ main table td, main table th { |
|
|
|
height: 45px; |
|
|
|
font-size: 15px; |
|
|
|
} |
|
|
|
.contract-input-component .contract-input-component .form table .fixed, .contract-input-component .contract-management .form table .fixed, .contract-input-component .contract-new-apply-component .form table .fixed, .contract-management .contract-input-component .form table .fixed, .contract-management .contract-management .form table .fixed, .contract-management .contract-new-apply-component .form table .fixed, .contract-new-apply-component .contract-input-component .form table .fixed, .contract-new-apply-component .contract-management .form table .fixed, .contract-new-apply-component .contract-new-apply-component .form table .fixed { |
|
|
|
.contract-input-component .form table .fixed, |
|
|
|
.contract-management .form table .fixed, |
|
|
|
.contract-new-apply-component .form table .fixed { |
|
|
|
padding: 8px 0; |
|
|
|
cursor: not-allowed; |
|
|
|
} |
|
|
|
.contract-input-component .contract-input-component .form table .alerttext, .contract-input-component .contract-management .form table .alerttext, .contract-input-component .contract-new-apply-component .form table .alerttext, .contract-management .contract-input-component .form table .alerttext, .contract-management .contract-management .form table .alerttext, .contract-management .contract-new-apply-component .form table .alerttext, .contract-new-apply-component .contract-input-component .form table .alerttext, .contract-new-apply-component .contract-management .form table .alerttext, .contract-new-apply-component .contract-new-apply-component .form table .alerttext { |
|
|
|
.contract-input-component .form table .alerttext, |
|
|
|
.contract-management .form table .alerttext, |
|
|
|
.contract-new-apply-component .form table .alerttext { |
|
|
|
font-size: 13px; |
|
|
|
color: #a00; |
|
|
|
font-weight: 500; |
|
|
@ -569,92 +672,126 @@ main table td, main table th { |
|
|
|
font-weight: 900; |
|
|
|
padding: 0; |
|
|
|
} |
|
|
|
.contract-input-component .contract-input-component .form input[type=file], .contract-input-component .contract-management .form input[type=file], .contract-input-component .contract-new-apply-component .form input[type=file], .contract-management .contract-input-component .form input[type=file], .contract-management .contract-management .form input[type=file], .contract-management .contract-new-apply-component .form input[type=file], .contract-new-apply-component .contract-input-component .form input[type=file], .contract-new-apply-component .contract-management .form input[type=file], .contract-new-apply-component .contract-new-apply-component .form input[type=file] { |
|
|
|
.contract-input-component .form input[type=file], |
|
|
|
.contract-management .form input[type=file], |
|
|
|
.contract-new-apply-component .form input[type=file] { |
|
|
|
padding: 12px 20px; |
|
|
|
margin: 8px 0; |
|
|
|
} |
|
|
|
.contract-input-component .contract-input-component .form span, .contract-input-component .contract-management .form span, .contract-input-component .contract-new-apply-component .form span, .contract-management .contract-input-component .form span, .contract-management .contract-management .form span, .contract-management .contract-new-apply-component .form span, .contract-new-apply-component .contract-input-component .form span, .contract-new-apply-component .contract-management .form span, .contract-new-apply-component .contract-new-apply-component .form span { |
|
|
|
.contract-input-component .form span, |
|
|
|
.contract-management .form span, |
|
|
|
.contract-new-apply-component .form span { |
|
|
|
font-weight: 900; |
|
|
|
} |
|
|
|
.contract-input-component .contract-input-component .form span.successtext, .contract-input-component .contract-management .form span.successtext, .contract-input-component .contract-new-apply-component .form span.successtext, .contract-management .contract-input-component .form span.successtext, .contract-management .contract-management .form span.successtext, .contract-management .contract-new-apply-component .form span.successtext, .contract-new-apply-component .contract-input-component .form span.successtext, .contract-new-apply-component .contract-management .form span.successtext, .contract-new-apply-component .contract-new-apply-component .form span.successtext { |
|
|
|
.contract-input-component .form span.successtext, |
|
|
|
.contract-management .form span.successtext, |
|
|
|
.contract-new-apply-component .form span.successtext { |
|
|
|
color: #0a0; |
|
|
|
} |
|
|
|
.contract-input-component .contract-input-component .form span.failtext, .contract-input-component .contract-management .form span.failtext, .contract-input-component .contract-new-apply-component .form span.failtext, .contract-management .contract-input-component .form span.failtext, .contract-management .contract-management .form span.failtext, .contract-management .contract-new-apply-component .form span.failtext, .contract-new-apply-component .contract-input-component .form span.failtext, .contract-new-apply-component .contract-management .form span.failtext, .contract-new-apply-component .contract-new-apply-component .form span.failtext { |
|
|
|
.contract-input-component .form span.failtext, |
|
|
|
.contract-management .form span.failtext, |
|
|
|
.contract-new-apply-component .form span.failtext { |
|
|
|
color: #a00; |
|
|
|
} |
|
|
|
.contract-input-component .contract-input-component .form span.readtext, .contract-input-component .contract-management .form span.readtext, .contract-input-component .contract-new-apply-component .form span.readtext, .contract-management .contract-input-component .form span.readtext, .contract-management .contract-management .form span.readtext, .contract-management .contract-new-apply-component .form span.readtext, .contract-new-apply-component .contract-input-component .form span.readtext, .contract-new-apply-component .contract-management .form span.readtext, .contract-new-apply-component .contract-new-apply-component .form span.readtext { |
|
|
|
.contract-input-component .form span.readtext, |
|
|
|
.contract-management .form span.readtext, |
|
|
|
.contract-new-apply-component .form span.readtext { |
|
|
|
color: #aa0; |
|
|
|
} |
|
|
|
.contract-input-component .contract-input-component .form input[type=number]::-webkit-outer-spin-button, |
|
|
|
.contract-input-component .contract-input-component .form input[type=number]::-webkit-inner-spin-button, .contract-input-component .contract-management .form input[type=number]::-webkit-outer-spin-button, |
|
|
|
.contract-input-component .contract-management .form input[type=number]::-webkit-inner-spin-button, .contract-input-component .contract-new-apply-component .form input[type=number]::-webkit-outer-spin-button, |
|
|
|
.contract-input-component .contract-new-apply-component .form input[type=number]::-webkit-inner-spin-button, .contract-management .contract-input-component .form input[type=number]::-webkit-outer-spin-button, |
|
|
|
.contract-management .contract-input-component .form input[type=number]::-webkit-inner-spin-button, .contract-management .contract-management .form input[type=number]::-webkit-outer-spin-button, |
|
|
|
.contract-management .contract-management .form input[type=number]::-webkit-inner-spin-button, .contract-management .contract-new-apply-component .form input[type=number]::-webkit-outer-spin-button, |
|
|
|
.contract-management .contract-new-apply-component .form input[type=number]::-webkit-inner-spin-button, .contract-new-apply-component .contract-input-component .form input[type=number]::-webkit-outer-spin-button, |
|
|
|
.contract-new-apply-component .contract-input-component .form input[type=number]::-webkit-inner-spin-button, .contract-new-apply-component .contract-management .form input[type=number]::-webkit-outer-spin-button, |
|
|
|
.contract-new-apply-component .contract-management .form input[type=number]::-webkit-inner-spin-button, .contract-new-apply-component .contract-new-apply-component .form input[type=number]::-webkit-outer-spin-button, |
|
|
|
.contract-new-apply-component .contract-new-apply-component .form input[type=number]::-webkit-inner-spin-button { |
|
|
|
.contract-input-component .form input[type=number]::-webkit-outer-spin-button, |
|
|
|
.contract-input-component .form input[type=number]::-webkit-inner-spin-button, |
|
|
|
.contract-management .form input[type=number]::-webkit-outer-spin-button, |
|
|
|
.contract-management .form input[type=number]::-webkit-inner-spin-button, |
|
|
|
.contract-new-apply-component .form input[type=number]::-webkit-outer-spin-button, |
|
|
|
.contract-new-apply-component .form input[type=number]::-webkit-inner-spin-button { |
|
|
|
-webkit-appearance: none; |
|
|
|
margin: 0; |
|
|
|
} |
|
|
|
.contract-input-component .contract-input-component .form input[type=number], .contract-input-component .contract-management .form input[type=number], .contract-input-component .contract-new-apply-component .form input[type=number], .contract-management .contract-input-component .form input[type=number], .contract-management .contract-management .form input[type=number], .contract-management .contract-new-apply-component .form input[type=number], .contract-new-apply-component .contract-input-component .form input[type=number], .contract-new-apply-component .contract-management .form input[type=number], .contract-new-apply-component .contract-new-apply-component .form input[type=number] { |
|
|
|
.contract-input-component .form input[type=number], |
|
|
|
.contract-management .form input[type=number], |
|
|
|
.contract-new-apply-component .form input[type=number] { |
|
|
|
-moz-appearance: textfield; |
|
|
|
} |
|
|
|
.contract-input-component .contract-input-component .error, .contract-input-component .contract-management .error, .contract-input-component .contract-new-apply-component .error, .contract-management .contract-input-component .error, .contract-management .contract-management .error, .contract-management .contract-new-apply-component .error, .contract-new-apply-component .contract-input-component .error, .contract-new-apply-component .contract-management .error, .contract-new-apply-component .contract-new-apply-component .error { |
|
|
|
.contract-input-component .error, |
|
|
|
.contract-management .error, |
|
|
|
.contract-new-apply-component .error { |
|
|
|
display: flex; |
|
|
|
flex-direction: column; |
|
|
|
margin: 15px; |
|
|
|
} |
|
|
|
.contract-input-component .contract-input-component .error .errortext, .contract-input-component .contract-management .error .errortext, .contract-input-component .contract-new-apply-component .error .errortext, .contract-management .contract-input-component .error .errortext, .contract-management .contract-management .error .errortext, .contract-management .contract-new-apply-component .error .errortext, .contract-new-apply-component .contract-input-component .error .errortext, .contract-new-apply-component .contract-management .error .errortext, .contract-new-apply-component .contract-new-apply-component .error .errortext { |
|
|
|
.contract-input-component .error .errortext, |
|
|
|
.contract-management .error .errortext, |
|
|
|
.contract-new-apply-component .error .errortext { |
|
|
|
font-size: 16px; |
|
|
|
font-weight: 500; |
|
|
|
color: #a00; |
|
|
|
} |
|
|
|
.contract-input-component .contract-input-component .input-group-btn, .contract-input-component .contract-management .input-group-btn, .contract-input-component .contract-new-apply-component .input-group-btn, .contract-management .contract-input-component .input-group-btn, .contract-management .contract-management .input-group-btn, .contract-management .contract-new-apply-component .input-group-btn, .contract-new-apply-component .contract-input-component .input-group-btn, .contract-new-apply-component .contract-management .input-group-btn, .contract-new-apply-component .contract-new-apply-component .input-group-btn { |
|
|
|
.contract-input-component .input-group-btn, |
|
|
|
.contract-management .input-group-btn, |
|
|
|
.contract-new-apply-component .input-group-btn { |
|
|
|
font-size: 16px; |
|
|
|
} |
|
|
|
@media screen and (max-width: 600px) { |
|
|
|
.contract-input-component .contract-input-component table, .contract-input-component .contract-management table, .contract-input-component .contract-new-apply-component table, .contract-management .contract-input-component table, .contract-management .contract-management table, .contract-management .contract-new-apply-component table, .contract-new-apply-component .contract-input-component table, .contract-new-apply-component .contract-management table, .contract-new-apply-component .contract-new-apply-component table { |
|
|
|
.contract-input-component table, |
|
|
|
.contract-management table, |
|
|
|
.contract-new-apply-component table { |
|
|
|
border: 0; |
|
|
|
} |
|
|
|
.contract-input-component .contract-input-component table thead, .contract-input-component .contract-management table thead, .contract-input-component .contract-new-apply-component table thead, .contract-management .contract-input-component table thead, .contract-management .contract-management table thead, .contract-management .contract-new-apply-component table thead, .contract-new-apply-component .contract-input-component table thead, .contract-new-apply-component .contract-management table thead, .contract-new-apply-component .contract-new-apply-component table thead { |
|
|
|
.contract-input-component table thead, |
|
|
|
.contract-management table thead, |
|
|
|
.contract-new-apply-component table thead { |
|
|
|
display: none; |
|
|
|
} |
|
|
|
.contract-input-component .contract-input-component table tr, .contract-input-component .contract-management table tr, .contract-input-component .contract-new-apply-component table tr, .contract-management .contract-input-component table tr, .contract-management .contract-management table tr, .contract-management .contract-new-apply-component table tr, .contract-new-apply-component .contract-input-component table tr, .contract-new-apply-component .contract-management table tr, .contract-new-apply-component .contract-new-apply-component table tr { |
|
|
|
.contract-input-component table tr, |
|
|
|
.contract-management table tr, |
|
|
|
.contract-new-apply-component table tr { |
|
|
|
margin-bottom: 10px; |
|
|
|
display: block; |
|
|
|
border-bottom: 2px solid #ddd; |
|
|
|
} |
|
|
|
.contract-input-component .contract-input-component table td, .contract-input-component .contract-management table td, .contract-input-component .contract-new-apply-component table td, .contract-management .contract-input-component table td, .contract-management .contract-management table td, .contract-management .contract-new-apply-component table td, .contract-new-apply-component .contract-input-component table td, .contract-new-apply-component .contract-management table td, .contract-new-apply-component .contract-new-apply-component table td { |
|
|
|
.contract-input-component table td, |
|
|
|
.contract-management table td, |
|
|
|
.contract-new-apply-component table td { |
|
|
|
display: block; |
|
|
|
text-align: left; |
|
|
|
font-size: 14px; |
|
|
|
border-bottom: 1px dotted #ccc; |
|
|
|
} |
|
|
|
.contract-input-component .contract-input-component table td:last-child, .contract-input-component .contract-management table td:last-child, .contract-input-component .contract-new-apply-component table td:last-child, .contract-management .contract-input-component table td:last-child, .contract-management .contract-management table td:last-child, .contract-management .contract-new-apply-component table td:last-child, .contract-new-apply-component .contract-input-component table td:last-child, .contract-new-apply-component .contract-management table td:last-child, .contract-new-apply-component .contract-new-apply-component table td:last-child { |
|
|
|
.contract-input-component table td:last-child, |
|
|
|
.contract-management table td:last-child, |
|
|
|
.contract-new-apply-component table td:last-child { |
|
|
|
border-bottom: 0; |
|
|
|
} |
|
|
|
.contract-input-component .contract-input-component table td:before, .contract-input-component .contract-management table td:before, .contract-input-component .contract-new-apply-component table td:before, .contract-management .contract-input-component table td:before, .contract-management .contract-management table td:before, .contract-management .contract-new-apply-component table td:before, .contract-new-apply-component .contract-input-component table td:before, .contract-new-apply-component .contract-management table td:before, .contract-new-apply-component .contract-new-apply-component table td:before { |
|
|
|
.contract-input-component table td:before, |
|
|
|
.contract-management table td:before, |
|
|
|
.contract-new-apply-component table td:before { |
|
|
|
content: attr(data-label); |
|
|
|
float: left; |
|
|
|
text-transform: uppercase; |
|
|
|
font-weight: bold; |
|
|
|
} |
|
|
|
} |
|
|
|
.contract-input-component .contract-input-component .images, .contract-input-component .contract-management .images, .contract-input-component .contract-new-apply-component .images, .contract-management .contract-input-component .images, .contract-management .contract-management .images, .contract-management .contract-new-apply-component .images, .contract-new-apply-component .contract-input-component .images, .contract-new-apply-component .contract-management .images, .contract-new-apply-component .contract-new-apply-component .images { |
|
|
|
.contract-input-component .images, |
|
|
|
.contract-management .images, |
|
|
|
.contract-new-apply-component .images { |
|
|
|
display: flex; |
|
|
|
flex-wrap: wrap; |
|
|
|
padding: 20px; |
|
|
|
} |
|
|
|
.contract-input-component .contract-input-component .images > .image, .contract-input-component .contract-management .images > .image, .contract-input-component .contract-new-apply-component .images > .image, .contract-management .contract-input-component .images > .image, .contract-management .contract-management .images > .image, .contract-management .contract-new-apply-component .images > .image, .contract-new-apply-component .contract-input-component .images > .image, .contract-new-apply-component .contract-management .images > .image, .contract-new-apply-component .contract-new-apply-component .images > .image { |
|
|
|
.contract-input-component .images > .image, |
|
|
|
.contract-management .images > .image, |
|
|
|
.contract-new-apply-component .images > .image { |
|
|
|
position: relative; |
|
|
|
margin: 10px; |
|
|
|
} |
|
|
|
.contract-input-component .contract-input-component .images > .image:hover > i, .contract-input-component .contract-management .images > .image:hover > i, .contract-input-component .contract-new-apply-component .images > .image:hover > i, .contract-management .contract-input-component .images > .image:hover > i, .contract-management .contract-management .images > .image:hover > i, .contract-management .contract-new-apply-component .images > .image:hover > i, .contract-new-apply-component .contract-input-component .images > .image:hover > i, .contract-new-apply-component .contract-management .images > .image:hover > i, .contract-new-apply-component .contract-new-apply-component .images > .image:hover > i { |
|
|
|
.contract-input-component .images > .image:hover > i, |
|
|
|
.contract-management .images > .image:hover > i, |
|
|
|
.contract-new-apply-component .images > .image:hover > i { |
|
|
|
opacity: 1; |
|
|
|
} |
|
|
|
.contract-input-component .contract-input-component .images > .image > i, .contract-input-component .contract-management .images > .image > i, .contract-input-component .contract-new-apply-component .images > .image > i, .contract-management .contract-input-component .images > .image > i, .contract-management .contract-management .images > .image > i, .contract-management .contract-new-apply-component .images > .image > i, .contract-new-apply-component .contract-input-component .images > .image > i, .contract-new-apply-component .contract-management .images > .image > i, .contract-new-apply-component .contract-new-apply-component .images > .image > i { |
|
|
|
.contract-input-component .images > .image > i, |
|
|
|
.contract-management .images > .image > i, |
|
|
|
.contract-new-apply-component .images > .image > i { |
|
|
|
position: absolute; |
|
|
|
top: -12px; |
|
|
|
right: -12px; |
|
|
@ -663,29 +800,37 @@ main table td, main table th { |
|
|
|
opacity: 0; |
|
|
|
transition: 0.3s; |
|
|
|
} |
|
|
|
.contract-input-component table, .contract-management table, .contract-new-apply-component table { |
|
|
|
|
|
|
|
table { |
|
|
|
table-layout: fixed; |
|
|
|
width: 100%; |
|
|
|
} |
|
|
|
.contract-input-component td, .contract-management td, .contract-new-apply-component td { |
|
|
|
|
|
|
|
td { |
|
|
|
word-wrap: break-word; |
|
|
|
} |
|
|
|
.contract-input-component img, .contract-management img, .contract-new-apply-component img { |
|
|
|
|
|
|
|
img { |
|
|
|
width: 125px; |
|
|
|
} |
|
|
|
.contract-input-component .width_style_1, .contract-management .width_style_1, .contract-new-apply-component .width_style_1 { |
|
|
|
|
|
|
|
.width_style_1 { |
|
|
|
width: 125px; |
|
|
|
} |
|
|
|
.contract-input-component table, .contract-management table, .contract-new-apply-component table { |
|
|
|
|
|
|
|
table { |
|
|
|
width: 100%; |
|
|
|
} |
|
|
|
.contract-input-component #table_index_filter, .contract-management #table_index_filter, .contract-new-apply-component #table_index_filter { |
|
|
|
|
|
|
|
#table_index_filter { |
|
|
|
float: right; |
|
|
|
} |
|
|
|
.contract-input-component #table_index_paginate, .contract-management #table_index_paginate, .contract-new-apply-component #table_index_paginate { |
|
|
|
|
|
|
|
#table_index_paginate { |
|
|
|
float: right; |
|
|
|
} |
|
|
|
.contract-input-component label, .contract-management label, .contract-new-apply-component label { |
|
|
|
|
|
|
|
label { |
|
|
|
display: inline-flex; |
|
|
|
margin-bottom: 0.5rem; |
|
|
|
margin-top: 0.5rem; |
|
|
|