|
@ -1,15 +1,12 @@ |
|
|
@charset "UTF-8"; |
|
|
@charset "UTF-8"; |
|
|
|
|
|
|
|
|
main { |
|
|
main { |
|
|
display: flex; |
|
|
display: flex; |
|
|
justify-content: flex-start; |
|
|
justify-content: flex-start; |
|
|
margin-top: -20px; |
|
|
margin-top: -20px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
main [x-cloak] { |
|
|
main [x-cloak] { |
|
|
display: none !important; |
|
|
display: none !important; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
main > .sidebar { |
|
|
main > .sidebar { |
|
|
width: 300px; |
|
|
width: 300px; |
|
|
min-height: 100vh; |
|
|
min-height: 100vh; |
|
@ -17,7 +14,6 @@ main>.sidebar { |
|
|
box-shadow: 0px 0px 5px #ddd; |
|
|
box-shadow: 0px 0px 5px #ddd; |
|
|
padding: 50px 20px; |
|
|
padding: 50px 20px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
main > .sidebar button { |
|
|
main > .sidebar button { |
|
|
display: block; |
|
|
display: block; |
|
|
outline: none; |
|
|
outline: none; |
|
@ -28,15 +24,12 @@ main>.sidebar button { |
|
|
border-bottom: 1px #ccc solid; |
|
|
border-bottom: 1px #ccc solid; |
|
|
opacity: 0.65; |
|
|
opacity: 0.65; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
main > .sidebar button.active { |
|
|
main > .sidebar button.active { |
|
|
opacity: 1; |
|
|
opacity: 1; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
main > .sidebar button:hover { |
|
|
main > .sidebar button:hover { |
|
|
opacity: 1; |
|
|
opacity: 1; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
main > .sidebar a { |
|
|
main > .sidebar a { |
|
|
display: block; |
|
|
display: block; |
|
|
width: 120px; |
|
|
width: 120px; |
|
@ -48,17 +41,14 @@ main>.sidebar a { |
|
|
color: #fff; |
|
|
color: #fff; |
|
|
margin-top: 50px; |
|
|
margin-top: 50px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
main .inputDiv { |
|
|
main .inputDiv { |
|
|
padding: 30px; |
|
|
padding: 30px; |
|
|
display: flex; |
|
|
display: flex; |
|
|
flex-direction: column; |
|
|
flex-direction: column; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
main .inputDiv label { |
|
|
main .inputDiv label { |
|
|
margin-bottom: 10px; |
|
|
margin-bottom: 10px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
main .inputDiv label input, |
|
|
main .inputDiv label input, |
|
|
main .inputDiv label select { |
|
|
main .inputDiv label select { |
|
|
border: 1px #aaa solid; |
|
|
border: 1px #aaa solid; |
|
@ -68,7 +58,6 @@ main .inputDiv label select { |
|
|
height: 32px; |
|
|
height: 32px; |
|
|
padding: 0 10px; |
|
|
padding: 0 10px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
main .inputDiv label button { |
|
|
main .inputDiv label button { |
|
|
background-color: #1E74FD; |
|
|
background-color: #1E74FD; |
|
|
color: #fff; |
|
|
color: #fff; |
|
@ -80,7 +69,6 @@ main .inputDiv label button { |
|
|
font-weight: 6500; |
|
|
font-weight: 6500; |
|
|
margin-top: 15px; |
|
|
margin-top: 15px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
main .contract-install-component, |
|
|
main .contract-install-component, |
|
|
main .contract-material-component { |
|
|
main .contract-material-component { |
|
|
width: 100%; |
|
|
width: 100%; |
|
@ -88,24 +76,20 @@ main .contract-material-component { |
|
|
margin: 30px auto; |
|
|
margin: 30px auto; |
|
|
background-color: #f7f7f7 !important; |
|
|
background-color: #f7f7f7 !important; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
main .contract-install-component p, |
|
|
main .contract-install-component p, |
|
|
main .contract-material-component p { |
|
|
main .contract-material-component p { |
|
|
margin: 0; |
|
|
margin: 0; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
main .contract-install-component > .btn-list, |
|
|
main .contract-install-component > .btn-list, |
|
|
main .contract-material-component > .btn-list { |
|
|
main .contract-material-component > .btn-list { |
|
|
display: flex; |
|
|
display: flex; |
|
|
align-items: center; |
|
|
align-items: center; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
main .contract-install-component > .btn-list > button, |
|
|
main .contract-install-component > .btn-list > button, |
|
|
main .contract-material-component > .btn-list > button { |
|
|
main .contract-material-component > .btn-list > button { |
|
|
padding: 8px; |
|
|
padding: 8px; |
|
|
margin: 0 4px; |
|
|
margin: 0 4px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
main .contract-install-component > .contract, |
|
|
main .contract-install-component > .contract, |
|
|
main .contract-material-component > .contract { |
|
|
main .contract-material-component > .contract { |
|
|
background: #fff; |
|
|
background: #fff; |
|
@ -114,30 +98,25 @@ main .contract-material-component>.contract { |
|
|
padding: 20px; |
|
|
padding: 20px; |
|
|
font-family: "標楷體"; |
|
|
font-family: "標楷體"; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
main .contract-install-component > .contract > h2, |
|
|
main .contract-install-component > .contract > h2, |
|
|
main .contract-material-component > .contract > h2 { |
|
|
main .contract-material-component > .contract > h2 { |
|
|
font-size: 18pt; |
|
|
font-size: 18pt; |
|
|
text-align: center; |
|
|
text-align: center; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
main .contract-install-component > .contract br, |
|
|
main .contract-install-component > .contract br, |
|
|
main .contract-material-component > .contract br { |
|
|
main .contract-material-component > .contract br { |
|
|
line-height: 2.5; |
|
|
line-height: 2.5; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
main .contract-install-component > .contract .d-flex, |
|
|
main .contract-install-component > .contract .d-flex, |
|
|
main .contract-material-component > .contract .d-flex { |
|
|
main .contract-material-component > .contract .d-flex { |
|
|
display: flex; |
|
|
display: flex; |
|
|
align-items: center; |
|
|
align-items: center; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
main .contract-install-component > .contract .mouseover, |
|
|
main .contract-install-component > .contract .mouseover, |
|
|
main .contract-material-component > .contract .mouseover { |
|
|
main .contract-material-component > .contract .mouseover { |
|
|
background-color: #f1f1f1; |
|
|
background-color: #f1f1f1; |
|
|
cursor: pointer; |
|
|
cursor: pointer; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
main .contract-install-component > .contract div, |
|
|
main .contract-install-component > .contract div, |
|
|
main .contract-install-component > .contract section, |
|
|
main .contract-install-component > .contract section, |
|
|
main .contract-material-component > .contract div, |
|
|
main .contract-material-component > .contract div, |
|
@ -145,7 +124,6 @@ main .contract-material-component>.contract section { |
|
|
font-size: 12pt; |
|
|
font-size: 12pt; |
|
|
line-height: 2.5; |
|
|
line-height: 2.5; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
main .contract-install-component > .contract div.party, |
|
|
main .contract-install-component > .contract div.party, |
|
|
main .contract-install-component > .contract section.party, |
|
|
main .contract-install-component > .contract section.party, |
|
|
main .contract-material-component > .contract div.party, |
|
|
main .contract-material-component > .contract div.party, |
|
@ -155,14 +133,12 @@ main .contract-material-component>.contract section.party { |
|
|
align-items: center; |
|
|
align-items: center; |
|
|
justify-content: space-between; |
|
|
justify-content: space-between; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
main .contract-install-component > .contract div.party .company-name, |
|
|
main .contract-install-component > .contract div.party .company-name, |
|
|
main .contract-install-component > .contract section.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 div.party .company-name, |
|
|
main .contract-material-component > .contract section.party .company-name { |
|
|
main .contract-material-component > .contract section.party .company-name { |
|
|
text-indent: 80pt; |
|
|
text-indent: 80pt; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
main .contract-install-component > .contract div.party .notes, |
|
|
main .contract-install-component > .contract div.party .notes, |
|
|
main .contract-install-component > .contract section.party .notes, |
|
|
main .contract-install-component > .contract section.party .notes, |
|
|
main .contract-material-component > .contract div.party .notes, |
|
|
main .contract-material-component > .contract div.party .notes, |
|
@ -170,14 +146,12 @@ main .contract-material-component>.contract section.party .notes { |
|
|
margin-right: 25%; |
|
|
margin-right: 25%; |
|
|
white-space: nowrap; |
|
|
white-space: nowrap; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
main .contract-install-component > .contract div.list-content, |
|
|
main .contract-install-component > .contract div.list-content, |
|
|
main .contract-install-component > .contract section.list-content, |
|
|
main .contract-install-component > .contract section.list-content, |
|
|
main .contract-material-component > .contract div.list-content, |
|
|
main .contract-material-component > .contract div.list-content, |
|
|
main .contract-material-component > .contract section.list-content { |
|
|
main .contract-material-component > .contract section.list-content { |
|
|
margin-left: 70px; |
|
|
margin-left: 70px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
main .contract-install-component > .contract div.list-title, |
|
|
main .contract-install-component > .contract div.list-title, |
|
|
main .contract-install-component > .contract section.list-title, |
|
|
main .contract-install-component > .contract section.list-title, |
|
|
main .contract-material-component > .contract div.list-title, |
|
|
main .contract-material-component > .contract div.list-title, |
|
@ -185,14 +159,12 @@ main .contract-material-component>.contract section.list-title { |
|
|
display: flex; |
|
|
display: flex; |
|
|
align-items: flex-start; |
|
|
align-items: flex-start; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
main .contract-install-component > .contract div.list-title > strong, |
|
|
main .contract-install-component > .contract div.list-title > strong, |
|
|
main .contract-install-component > .contract section.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 div.list-title > strong, |
|
|
main .contract-material-component > .contract section.list-title > strong { |
|
|
main .contract-material-component > .contract section.list-title > strong { |
|
|
min-width: 70px; |
|
|
min-width: 70px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
main .contract-install-component > .contract p, |
|
|
main .contract-install-component > .contract p, |
|
|
main .contract-install-component > .contract article, |
|
|
main .contract-install-component > .contract article, |
|
|
main .contract-install-component > .contract div, |
|
|
main .contract-install-component > .contract div, |
|
@ -202,7 +174,6 @@ main .contract-material-component>.contract div { |
|
|
position: relative; |
|
|
position: relative; |
|
|
display: block; |
|
|
display: block; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
main .contract-install-component > .contract .date, |
|
|
main .contract-install-component > .contract .date, |
|
|
main .contract-material-component > .contract .date { |
|
|
main .contract-material-component > .contract .date { |
|
|
display: flex; |
|
|
display: flex; |
|
@ -210,13 +181,11 @@ main .contract-material-component>.contract .date { |
|
|
width: 100%; |
|
|
width: 100%; |
|
|
margin-top: 300px; |
|
|
margin-top: 300px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
main .contract-install-component > .contract .date p, |
|
|
main .contract-install-component > .contract .date p, |
|
|
main .contract-material-component > .contract .date p { |
|
|
main .contract-material-component > .contract .date p { |
|
|
width: 50%; |
|
|
width: 50%; |
|
|
letter-spacing: 20px; |
|
|
letter-spacing: 20px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
main .contract-install-component > .contract .date > .ml, |
|
|
main .contract-install-component > .contract .date > .ml, |
|
|
main .contract-material-component > .contract .date > .ml { |
|
|
main .contract-material-component > .contract .date > .ml { |
|
|
width: 50%; |
|
|
width: 50%; |
|
@ -224,7 +193,6 @@ main .contract-material-component>.contract .date>.ml { |
|
|
justify-content: space-between; |
|
|
justify-content: space-between; |
|
|
flex-direction: row-reverse; |
|
|
flex-direction: row-reverse; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
main .contract-install-component > .contract .buttons, |
|
|
main .contract-install-component > .contract .buttons, |
|
|
main .contract-material-component > .contract .buttons { |
|
|
main .contract-material-component > .contract .buttons { |
|
|
position: absolute; |
|
|
position: absolute; |
|
@ -233,7 +201,6 @@ main .contract-material-component>.contract .buttons { |
|
|
display: flex; |
|
|
display: flex; |
|
|
z-index: 9; |
|
|
z-index: 9; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
main .contract-install-component > .contract .buttons > button, |
|
|
main .contract-install-component > .contract .buttons > button, |
|
|
main .contract-material-component > .contract .buttons > button { |
|
|
main .contract-material-component > .contract .buttons > button { |
|
|
width: 30px; |
|
|
width: 30px; |
|
@ -248,27 +215,22 @@ main .contract-material-component>.contract .buttons>button { |
|
|
color: #fff; |
|
|
color: #fff; |
|
|
margin: 0 1px; |
|
|
margin: 0 1px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
main .contract-install-component > .contract .buttons > button > i, |
|
|
main .contract-install-component > .contract .buttons > button > i, |
|
|
main .contract-material-component > .contract .buttons > button > i { |
|
|
main .contract-material-component > .contract .buttons > button > i { |
|
|
font-size: 12px; |
|
|
font-size: 12px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
main .contract-install-component > .contract .buttons > button.edit, |
|
|
main .contract-install-component > .contract .buttons > button.edit, |
|
|
main .contract-material-component > .contract .buttons > button.edit { |
|
|
main .contract-material-component > .contract .buttons > button.edit { |
|
|
background-color: #5BC0DE; |
|
|
background-color: #5BC0DE; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
main .contract-install-component > .contract .buttons > button.add, |
|
|
main .contract-install-component > .contract .buttons > button.add, |
|
|
main .contract-material-component > .contract .buttons > button.add { |
|
|
main .contract-material-component > .contract .buttons > button.add { |
|
|
background-color: #F0AD4E; |
|
|
background-color: #F0AD4E; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
main .contract-install-component > .contract .buttons > button.delete, |
|
|
main .contract-install-component > .contract .buttons > button.delete, |
|
|
main .contract-material-component > .contract .buttons > button.delete { |
|
|
main .contract-material-component > .contract .buttons > button.delete { |
|
|
background-color: rgb(211, 0, 0); |
|
|
background-color: rgb(211, 0, 0); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
main .contract-install-component > .contract table, |
|
|
main .contract-install-component > .contract table, |
|
|
main .contract-material-component > .contract table { |
|
|
main .contract-material-component > .contract table { |
|
|
border: none; |
|
|
border: none; |
|
@ -276,31 +238,26 @@ main .contract-material-component>.contract table { |
|
|
font-family: "標楷體"; |
|
|
font-family: "標楷體"; |
|
|
width: 800px; |
|
|
width: 800px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
main .contract-install-component > .contract table tr:nth-child(even), |
|
|
main .contract-install-component > .contract table tr:nth-child(even), |
|
|
main .contract-install-component > .contract table tr:nth-child(odd), |
|
|
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(even), |
|
|
main .contract-material-component > .contract table tr:nth-child(odd) { |
|
|
main .contract-material-component > .contract table tr:nth-child(odd) { |
|
|
background-color: #fff; |
|
|
background-color: #fff; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
main .contract-install-component > .contract table tr, |
|
|
main .contract-install-component > .contract table tr, |
|
|
main .contract-material-component > .contract table tr { |
|
|
main .contract-material-component > .contract table tr { |
|
|
font-size: 12pt; |
|
|
font-size: 12pt; |
|
|
width: 100%; |
|
|
width: 100%; |
|
|
position: relative; |
|
|
position: relative; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
main .contract-install-component > .contract table tr.mouseover, |
|
|
main .contract-install-component > .contract table tr.mouseover, |
|
|
main .contract-material-component > .contract table tr.mouseover { |
|
|
main .contract-material-component > .contract table tr.mouseover { |
|
|
background-color: #f3f3f3; |
|
|
background-color: #f3f3f3; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
main .contract-install-component > .contract table tr h2, |
|
|
main .contract-install-component > .contract table tr h2, |
|
|
main .contract-material-component > .contract table tr h2 { |
|
|
main .contract-material-component > .contract table tr h2 { |
|
|
font-size: 18pt; |
|
|
font-size: 18pt; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
main .contract-install-component > .contract table tr td, |
|
|
main .contract-install-component > .contract table tr td, |
|
|
main .contract-material-component > .contract table tr td { |
|
|
main .contract-material-component > .contract table tr td { |
|
|
width: 100%; |
|
|
width: 100%; |
|
@ -308,14 +265,12 @@ main .contract-material-component>.contract table tr td { |
|
|
line-height: 2; |
|
|
line-height: 2; |
|
|
display: flex; |
|
|
display: flex; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
main .contract-install-component > .contract table tr td.center, |
|
|
main .contract-install-component > .contract table tr td.center, |
|
|
main .contract-material-component > .contract table tr td.center { |
|
|
main .contract-material-component > .contract table tr td.center { |
|
|
display: flex; |
|
|
display: flex; |
|
|
justify-content: center; |
|
|
justify-content: center; |
|
|
align-items: center; |
|
|
align-items: center; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
main .contract-install-component > .contract table tr td.list, |
|
|
main .contract-install-component > .contract table tr td.list, |
|
|
main .contract-material-component > .contract table tr td.list { |
|
|
main .contract-material-component > .contract table tr td.list { |
|
|
width: 100%; |
|
|
width: 100%; |
|
@ -323,20 +278,17 @@ main .contract-material-component>.contract table tr td.list { |
|
|
white-space: nowrap; |
|
|
white-space: nowrap; |
|
|
display: flex; |
|
|
display: flex; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
main .contract-install-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 { |
|
|
main .contract-material-component > .contract table tr td.list span { |
|
|
width: 100px; |
|
|
width: 100px; |
|
|
min-height: 100%; |
|
|
min-height: 100%; |
|
|
display: block; |
|
|
display: block; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
main .contract-install-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 { |
|
|
main .contract-material-component > .contract table tr td.list > p { |
|
|
display: block; |
|
|
display: block; |
|
|
text-align: justify; |
|
|
text-align: justify; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
main .contract-install-component > .contract table tr td.list div, |
|
|
main .contract-install-component > .contract table tr td.list div, |
|
|
main .contract-install-component > .contract table tr td.list article, |
|
|
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 div, |
|
@ -344,7 +296,6 @@ main .contract-material-component>.contract table tr td.list article { |
|
|
max-width: calc(100% - 100px); |
|
|
max-width: calc(100% - 100px); |
|
|
white-space: normal; |
|
|
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=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[type=number], |
|
|
main .contract-install-component > .contract table tr td.list div input, |
|
|
main .contract-install-component > .contract table tr td.list div input, |
|
@ -363,7 +314,6 @@ main .contract-material-component>.contract table tr td.list article input { |
|
|
outline: none; |
|
|
outline: none; |
|
|
text-align: center; |
|
|
text-align: center; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
main .contract-install-component > .contract table tr td.list div.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-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 div.text-justify, |
|
@ -372,32 +322,27 @@ main .contract-material-component>.contract table tr td.list article.text-justif |
|
|
width: 100%; |
|
|
width: 100%; |
|
|
justify-content: space-between; |
|
|
justify-content: space-between; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
main .contract-install-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 { |
|
|
main .contract-material-component > .contract table tr.date td > div { |
|
|
width: 100%; |
|
|
width: 100%; |
|
|
text-align: right; |
|
|
text-align: right; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
main .contract-install-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 { |
|
|
main .contract-material-component > .contract table tr.date td > div.text-justify { |
|
|
display: flex; |
|
|
display: flex; |
|
|
justify-content: space-between; |
|
|
justify-content: space-between; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
main .contract-install-component > .contract table td, |
|
|
main .contract-install-component > .contract table td, |
|
|
main .contract-install-component > .contract table th, |
|
|
main .contract-install-component > .contract table th, |
|
|
main .contract-material-component > .contract table td, |
|
|
main .contract-material-component > .contract table td, |
|
|
main .contract-material-component > .contract table th { |
|
|
main .contract-material-component > .contract table th { |
|
|
padding: 8px; |
|
|
padding: 8px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
@keyframes modelanim { |
|
|
@keyframes modelanim { |
|
|
0% { |
|
|
0% { |
|
|
opacity: 0; |
|
|
opacity: 0; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
main .contract-model { |
|
|
main .contract-model { |
|
|
position: fixed; |
|
|
position: fixed; |
|
|
top: 0; |
|
|
top: 0; |
|
@ -410,7 +355,6 @@ main .contract-model { |
|
|
z-index: 999; |
|
|
z-index: 999; |
|
|
animation: modelanim 0.2s linear; |
|
|
animation: modelanim 0.2s linear; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
main .contract-model > .contract-back { |
|
|
main .contract-model > .contract-back { |
|
|
position: absolute; |
|
|
position: absolute; |
|
|
top: 0; |
|
|
top: 0; |
|
@ -419,7 +363,6 @@ main .contract-model>.contract-back { |
|
|
height: 100%; |
|
|
height: 100%; |
|
|
background-color: rgba(0, 0, 0, 0.5); |
|
|
background-color: rgba(0, 0, 0, 0.5); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
main .contract-model > .contract-content { |
|
|
main .contract-model > .contract-content { |
|
|
z-index: 999; |
|
|
z-index: 999; |
|
|
max-width: 600px; |
|
|
max-width: 600px; |
|
@ -428,7 +371,6 @@ main .contract-model>.contract-content { |
|
|
overflow: hidden; |
|
|
overflow: hidden; |
|
|
background-color: white; |
|
|
background-color: white; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
main .contract-model > .contract-content > .model-header { |
|
|
main .contract-model > .contract-content > .model-header { |
|
|
width: 100%; |
|
|
width: 100%; |
|
|
background-color: #1E74FD; |
|
|
background-color: #1E74FD; |
|
@ -438,25 +380,20 @@ main .contract-model>.contract-content>.model-header { |
|
|
align-items: center; |
|
|
align-items: center; |
|
|
padding: 0 15px; |
|
|
padding: 0 15px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
main .contract-model > .contract-content > .model-header > i { |
|
|
main .contract-model > .contract-content > .model-header > i { |
|
|
float: right; |
|
|
float: right; |
|
|
color: rgba(255, 255, 255, 0.7058823529); |
|
|
color: rgba(255, 255, 255, 0.7058823529); |
|
|
cursor: pointer; |
|
|
cursor: pointer; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
main .contract-model > .contract-content > .model-header > i:hover { |
|
|
main .contract-model > .contract-content > .model-header > i:hover { |
|
|
color: #fff; |
|
|
color: #fff; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
main .contract-model > .contract-content > .model-header > span { |
|
|
main .contract-model > .contract-content > .model-header > span { |
|
|
color: #fff; |
|
|
color: #fff; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
main .contract-model > .contract-content > .content { |
|
|
main .contract-model > .contract-content > .content { |
|
|
padding: 30px; |
|
|
padding: 30px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
main .contract-model > .contract-content > .content textarea { |
|
|
main .contract-model > .contract-content > .content textarea { |
|
|
width: 100%; |
|
|
width: 100%; |
|
|
resize: vertical; |
|
|
resize: vertical; |
|
@ -465,7 +402,6 @@ main .contract-model>.contract-content>.content textarea { |
|
|
outline: none; |
|
|
outline: none; |
|
|
border-radius: 6px; |
|
|
border-radius: 6px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
main .rebtn, |
|
|
main .rebtn, |
|
|
main .prviewbtn { |
|
|
main .prviewbtn { |
|
|
background-color: #5BC0DE; |
|
|
background-color: #5BC0DE; |
|
@ -479,7 +415,6 @@ main .prviewbtn { |
|
|
border-radius: 6px; |
|
|
border-radius: 6px; |
|
|
margin-right: 5px; |
|
|
margin-right: 5px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
main .prviewbtn { |
|
|
main .prviewbtn { |
|
|
background-color: #2E6DA4; |
|
|
background-color: #2E6DA4; |
|
|
} |
|
|
} |
|
@ -495,7 +430,6 @@ input[type=radio].scorll { |
|
|
cursor: pointer; |
|
|
cursor: pointer; |
|
|
border-radius: 20px; |
|
|
border-radius: 20px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
input[type=checkbox].scorll::before, |
|
|
input[type=checkbox].scorll::before, |
|
|
input[type=radio].scorll::before { |
|
|
input[type=radio].scorll::before { |
|
|
content: ""; |
|
|
content: ""; |
|
@ -509,17 +443,14 @@ input[type=radio].scorll::before { |
|
|
transform: scale(0.98, 0.96); |
|
|
transform: scale(0.98, 0.96); |
|
|
transition: 0.5s; |
|
|
transition: 0.5s; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
input[type=checkbox].scorll:checked, |
|
|
input[type=checkbox].scorll:checked, |
|
|
input[type=radio].scorll:checked { |
|
|
input[type=radio].scorll:checked { |
|
|
background: linear-gradient(to right, #5BC0DE, #2E6DA4); |
|
|
background: linear-gradient(to right, #5BC0DE, #2E6DA4); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
input[type=checkbox].scorll:checked::before, |
|
|
input[type=checkbox].scorll:checked::before, |
|
|
input[type=radio].scorll:checked::before { |
|
|
input[type=radio].scorll:checked::before { |
|
|
left: 25px; |
|
|
left: 25px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
input[type=checkbox].scorll::after, |
|
|
input[type=checkbox].scorll::after, |
|
|
input[type=radio].scorll::after { |
|
|
input[type=radio].scorll::after { |
|
|
content: ""; |
|
|
content: ""; |
|
@ -532,80 +463,66 @@ input[type=radio].scorll::after { |
|
|
width: 800px; |
|
|
width: 800px; |
|
|
border: 1px #ccc solid; |
|
|
border: 1px #ccc solid; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.prview table tr:nth-child(even), |
|
|
.prview table tr:nth-child(even), |
|
|
.prview table tr:nth-child(odd) { |
|
|
.prview table tr:nth-child(odd) { |
|
|
background-color: #fff; |
|
|
background-color: #fff; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.prview table tr { |
|
|
.prview table tr { |
|
|
font-size: 12pt; |
|
|
font-size: 12pt; |
|
|
width: 100%; |
|
|
width: 100%; |
|
|
position: relative; |
|
|
position: relative; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.prview table tr.mouseover { |
|
|
.prview table tr.mouseover { |
|
|
background-color: #f3f3f3; |
|
|
background-color: #f3f3f3; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.prview table tr h2 { |
|
|
.prview table tr h2 { |
|
|
font-size: 18pt; |
|
|
font-size: 18pt; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.prview table tr td { |
|
|
.prview table tr td { |
|
|
width: 100%; |
|
|
width: 100%; |
|
|
height: 100%; |
|
|
height: 100%; |
|
|
line-height: 2; |
|
|
line-height: 2; |
|
|
display: flex; |
|
|
display: flex; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.prview table tr td.center { |
|
|
.prview table tr td.center { |
|
|
display: flex; |
|
|
display: flex; |
|
|
justify-content: center; |
|
|
justify-content: center; |
|
|
align-items: center; |
|
|
align-items: center; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.prview table tr td.list { |
|
|
.prview table tr td.list { |
|
|
width: 100%; |
|
|
width: 100%; |
|
|
height: 100%; |
|
|
height: 100%; |
|
|
white-space: nowrap; |
|
|
white-space: nowrap; |
|
|
display: flex; |
|
|
display: flex; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.prview table tr td.list span { |
|
|
.prview table tr td.list span { |
|
|
width: 100px; |
|
|
width: 100px; |
|
|
min-height: 100%; |
|
|
min-height: 100%; |
|
|
display: block; |
|
|
display: block; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.prview table tr td.list > p { |
|
|
.prview table tr td.list > p { |
|
|
display: block; |
|
|
display: block; |
|
|
text-align: justify; |
|
|
text-align: justify; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.prview table tr td.list div, |
|
|
.prview table tr td.list div, |
|
|
.prview table tr td.list article { |
|
|
.prview table tr td.list article { |
|
|
max-width: calc(100% - 100px); |
|
|
max-width: calc(100% - 100px); |
|
|
white-space: normal; |
|
|
white-space: normal; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.prview table tr td.list div.text-justify, |
|
|
.prview table tr td.list div.text-justify, |
|
|
.prview table tr td.list article.text-justify { |
|
|
.prview table tr td.list article.text-justify { |
|
|
display: flex; |
|
|
display: flex; |
|
|
width: 100%; |
|
|
width: 100%; |
|
|
justify-content: space-between; |
|
|
justify-content: space-between; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.prview table tr.date td > div { |
|
|
.prview table tr.date td > div { |
|
|
width: 100%; |
|
|
width: 100%; |
|
|
text-align: right; |
|
|
text-align: right; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.prview table tr.date td > div.text-justify { |
|
|
.prview table tr.date td > div.text-justify { |
|
|
display: flex; |
|
|
display: flex; |
|
|
justify-content: space-between; |
|
|
justify-content: space-between; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.prview table td, |
|
|
.prview table td, |
|
|
.prview table th { |
|
|
.prview table th { |
|
|
padding: 8px; |
|
|
padding: 8px; |
|
@ -617,78 +534,64 @@ main table { |
|
|
font-family: "標楷體"; |
|
|
font-family: "標楷體"; |
|
|
width: 800px; |
|
|
width: 800px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
main table tr:nth-child(even), |
|
|
main table tr:nth-child(even), |
|
|
main table tr:nth-child(odd) { |
|
|
main table tr:nth-child(odd) { |
|
|
background-color: #fff; |
|
|
background-color: #fff; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
main table tr { |
|
|
main table tr { |
|
|
font-size: 12pt; |
|
|
font-size: 12pt; |
|
|
width: 100%; |
|
|
width: 100%; |
|
|
position: relative; |
|
|
position: relative; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
main table tr.mouseover { |
|
|
main table tr.mouseover { |
|
|
background-color: #ccc; |
|
|
background-color: #ccc; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
main table tr h2 { |
|
|
main table tr h2 { |
|
|
font-size: 18pt; |
|
|
font-size: 18pt; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
main table tr td { |
|
|
main table tr td { |
|
|
width: 100%; |
|
|
width: 100%; |
|
|
height: 100%; |
|
|
height: 100%; |
|
|
line-height: 2; |
|
|
line-height: 2; |
|
|
display: flex; |
|
|
display: flex; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
main table tr td.center { |
|
|
main table tr td.center { |
|
|
display: flex; |
|
|
display: flex; |
|
|
justify-content: center; |
|
|
justify-content: center; |
|
|
align-items: center; |
|
|
align-items: center; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
main table tr td.list { |
|
|
main table tr td.list { |
|
|
width: 100%; |
|
|
width: 100%; |
|
|
height: 100%; |
|
|
height: 100%; |
|
|
white-space: nowrap; |
|
|
white-space: nowrap; |
|
|
display: flex; |
|
|
display: flex; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
main table tr td.list span { |
|
|
main table tr td.list span { |
|
|
width: 60px; |
|
|
width: 60px; |
|
|
min-height: 100%; |
|
|
min-height: 100%; |
|
|
display: block; |
|
|
display: block; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
main table tr td.list > p { |
|
|
main table tr td.list > p { |
|
|
display: block; |
|
|
display: block; |
|
|
text-align: justify; |
|
|
text-align: justify; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
main table tr td.list div { |
|
|
main table tr td.list div { |
|
|
max-width: calc(100% - 60px); |
|
|
max-width: calc(100% - 60px); |
|
|
white-space: normal; |
|
|
white-space: normal; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
main table tr td.list div.text-justify { |
|
|
main table tr td.list div.text-justify { |
|
|
display: flex; |
|
|
display: flex; |
|
|
width: 100%; |
|
|
width: 100%; |
|
|
justify-content: space-between; |
|
|
justify-content: space-between; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
main table tr.date td > div { |
|
|
main table tr.date td > div { |
|
|
width: 100%; |
|
|
width: 100%; |
|
|
text-align: right; |
|
|
text-align: right; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
main table tr.date td > div.text-justify { |
|
|
main table tr.date td > div.text-justify { |
|
|
display: flex; |
|
|
display: flex; |
|
|
justify-content: space-between; |
|
|
justify-content: space-between; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
main table td, |
|
|
main table td, |
|
|
main table th { |
|
|
main table th { |
|
|
padding: 8px; |
|
|
padding: 8px; |
|
@ -701,16 +604,13 @@ main table th { |
|
|
padding: 20px; |
|
|
padding: 20px; |
|
|
font-family: "標楷體"; |
|
|
font-family: "標楷體"; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.prview.none { |
|
|
.prview.none { |
|
|
display: none; |
|
|
display: none; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.prview h2 { |
|
|
.prview h2 { |
|
|
font-size: 18pt; |
|
|
font-size: 18pt; |
|
|
text-align: center; |
|
|
text-align: center; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.prview p { |
|
|
.prview p { |
|
|
font-size: 12pt; |
|
|
font-size: 12pt; |
|
|
} |
|
|
} |
|
@ -730,25 +630,21 @@ main table th { |
|
|
0% { |
|
|
0% { |
|
|
transform: rotate(0deg); |
|
|
transform: rotate(0deg); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
100% { |
|
|
100% { |
|
|
transform: rotate(360deg); |
|
|
transform: rotate(360deg); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.contract-input-component .form, |
|
|
.contract-input-component .form, |
|
|
.contract-management .form, |
|
|
.contract-management .form, |
|
|
.contract-new-apply-component .form { |
|
|
.contract-new-apply-component .form { |
|
|
margin: 0 auto; |
|
|
margin: 0 auto; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.contract-input-component .form .dropdown, |
|
|
.contract-input-component .form .dropdown, |
|
|
.contract-management .form .dropdown, |
|
|
.contract-management .form .dropdown, |
|
|
.contract-new-apply-component .form .dropdown { |
|
|
.contract-new-apply-component .form .dropdown { |
|
|
width: 100%; |
|
|
width: 100%; |
|
|
margin-top: 7px; |
|
|
margin-top: 7px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.contract-input-component .form .savebtn, |
|
|
.contract-input-component .form .savebtn, |
|
|
.contract-management .form .savebtn, |
|
|
.contract-management .form .savebtn, |
|
|
.contract-new-apply-component .form .savebtn { |
|
|
.contract-new-apply-component .form .savebtn { |
|
@ -756,18 +652,16 @@ main table th { |
|
|
display: flex; |
|
|
display: flex; |
|
|
justify-content: center; |
|
|
justify-content: center; |
|
|
align-items: center; |
|
|
align-items: center; |
|
|
width: 700px; |
|
|
width: 70px; |
|
|
height: 45px; |
|
|
height: 45px; |
|
|
font-size: 10px; |
|
|
font-size: 10px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.contract-input-component .form table .fixed, |
|
|
.contract-input-component .form table .fixed, |
|
|
.contract-management .form table .fixed, |
|
|
.contract-management .form table .fixed, |
|
|
.contract-new-apply-component .form table .fixed { |
|
|
.contract-new-apply-component .form table .fixed { |
|
|
padding: 8px 0; |
|
|
padding: 8px 0; |
|
|
cursor: not-allowed; |
|
|
cursor: not-allowed; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.contract-input-component .form table .alerttext, |
|
|
.contract-input-component .form table .alerttext, |
|
|
.contract-management .form table .alerttext, |
|
|
.contract-management .form table .alerttext, |
|
|
.contract-new-apply-component .form table .alerttext { |
|
|
.contract-new-apply-component .form table .alerttext { |
|
@ -778,38 +672,32 @@ main table th { |
|
|
font-weight: 900; |
|
|
font-weight: 900; |
|
|
padding: 0; |
|
|
padding: 0; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.contract-input-component .form input[type=file], |
|
|
.contract-input-component .form input[type=file], |
|
|
.contract-management .form input[type=file], |
|
|
.contract-management .form input[type=file], |
|
|
.contract-new-apply-component .form input[type=file] { |
|
|
.contract-new-apply-component .form input[type=file] { |
|
|
padding: 12px 20px; |
|
|
padding: 12px 20px; |
|
|
margin: 8px 0; |
|
|
margin: 8px 0; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.contract-input-component .form span, |
|
|
.contract-input-component .form span, |
|
|
.contract-management .form span, |
|
|
.contract-management .form span, |
|
|
.contract-new-apply-component .form span { |
|
|
.contract-new-apply-component .form span { |
|
|
font-weight: 900; |
|
|
font-weight: 900; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.contract-input-component .form span.successtext, |
|
|
.contract-input-component .form span.successtext, |
|
|
.contract-management .form span.successtext, |
|
|
.contract-management .form span.successtext, |
|
|
.contract-new-apply-component .form span.successtext { |
|
|
.contract-new-apply-component .form span.successtext { |
|
|
color: #0a0; |
|
|
color: #0a0; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.contract-input-component .form span.failtext, |
|
|
.contract-input-component .form span.failtext, |
|
|
.contract-management .form span.failtext, |
|
|
.contract-management .form span.failtext, |
|
|
.contract-new-apply-component .form span.failtext { |
|
|
.contract-new-apply-component .form span.failtext { |
|
|
color: #a00; |
|
|
color: #a00; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.contract-input-component .form span.readtext, |
|
|
.contract-input-component .form span.readtext, |
|
|
.contract-management .form span.readtext, |
|
|
.contract-management .form span.readtext, |
|
|
.contract-new-apply-component .form span.readtext { |
|
|
.contract-new-apply-component .form span.readtext { |
|
|
color: #aa0; |
|
|
color: #aa0; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.contract-input-component .form input[type=number]::-webkit-outer-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-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-outer-spin-button, |
|
@ -819,13 +707,11 @@ main table th { |
|
|
-webkit-appearance: none; |
|
|
-webkit-appearance: none; |
|
|
margin: 0; |
|
|
margin: 0; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.contract-input-component .form input[type=number], |
|
|
.contract-input-component .form input[type=number], |
|
|
.contract-management .form input[type=number], |
|
|
.contract-management .form input[type=number], |
|
|
.contract-new-apply-component .form input[type=number] { |
|
|
.contract-new-apply-component .form input[type=number] { |
|
|
-moz-appearance: textfield; |
|
|
-moz-appearance: textfield; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.contract-input-component .error, |
|
|
.contract-input-component .error, |
|
|
.contract-management .error, |
|
|
.contract-management .error, |
|
|
.contract-new-apply-component .error { |
|
|
.contract-new-apply-component .error { |
|
@ -833,7 +719,6 @@ main table th { |
|
|
flex-direction: column; |
|
|
flex-direction: column; |
|
|
margin: 15px; |
|
|
margin: 15px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.contract-input-component .error .errortext, |
|
|
.contract-input-component .error .errortext, |
|
|
.contract-management .error .errortext, |
|
|
.contract-management .error .errortext, |
|
|
.contract-new-apply-component .error .errortext { |
|
|
.contract-new-apply-component .error .errortext { |
|
@ -841,27 +726,22 @@ main table th { |
|
|
font-weight: 500; |
|
|
font-weight: 500; |
|
|
color: #a00; |
|
|
color: #a00; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.contract-input-component .input-group-btn, |
|
|
.contract-input-component .input-group-btn, |
|
|
.contract-management .input-group-btn, |
|
|
.contract-management .input-group-btn, |
|
|
.contract-new-apply-component .input-group-btn { |
|
|
.contract-new-apply-component .input-group-btn { |
|
|
font-size: 16px; |
|
|
font-size: 16px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
@media screen and (max-width: 600px) { |
|
|
@media screen and (max-width: 600px) { |
|
|
|
|
|
|
|
|
.contract-input-component table, |
|
|
.contract-input-component table, |
|
|
.contract-management table, |
|
|
.contract-management table, |
|
|
.contract-new-apply-component table { |
|
|
.contract-new-apply-component table { |
|
|
border: 0; |
|
|
border: 0; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.contract-input-component table thead, |
|
|
.contract-input-component table thead, |
|
|
.contract-management table thead, |
|
|
.contract-management table thead, |
|
|
.contract-new-apply-component table thead { |
|
|
.contract-new-apply-component table thead { |
|
|
display: none; |
|
|
display: none; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.contract-input-component table tr, |
|
|
.contract-input-component table tr, |
|
|
.contract-management table tr, |
|
|
.contract-management table tr, |
|
|
.contract-new-apply-component table tr { |
|
|
.contract-new-apply-component table tr { |
|
@ -869,7 +749,6 @@ main table th { |
|
|
display: block; |
|
|
display: block; |
|
|
border-bottom: 2px solid #ddd; |
|
|
border-bottom: 2px solid #ddd; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.contract-input-component table td, |
|
|
.contract-input-component table td, |
|
|
.contract-management table td, |
|
|
.contract-management table td, |
|
|
.contract-new-apply-component table td { |
|
|
.contract-new-apply-component table td { |
|
@ -878,13 +757,11 @@ main table th { |
|
|
font-size: 14px; |
|
|
font-size: 14px; |
|
|
border-bottom: 1px dotted #ccc; |
|
|
border-bottom: 1px dotted #ccc; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.contract-input-component table td:last-child, |
|
|
.contract-input-component table td:last-child, |
|
|
.contract-management table td:last-child, |
|
|
.contract-management table td:last-child, |
|
|
.contract-new-apply-component table td:last-child { |
|
|
.contract-new-apply-component table td:last-child { |
|
|
border-bottom: 0; |
|
|
border-bottom: 0; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.contract-input-component table td:before, |
|
|
.contract-input-component table td:before, |
|
|
.contract-management table td:before, |
|
|
.contract-management table td:before, |
|
|
.contract-new-apply-component table td:before { |
|
|
.contract-new-apply-component table td:before { |
|
@ -894,7 +771,6 @@ main table th { |
|
|
font-weight: bold; |
|
|
font-weight: bold; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.contract-input-component .images, |
|
|
.contract-input-component .images, |
|
|
.contract-management .images, |
|
|
.contract-management .images, |
|
|
.contract-new-apply-component .images { |
|
|
.contract-new-apply-component .images { |
|
@ -902,20 +778,17 @@ main table th { |
|
|
flex-wrap: wrap; |
|
|
flex-wrap: wrap; |
|
|
padding: 20px; |
|
|
padding: 20px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.contract-input-component .images > .image, |
|
|
.contract-input-component .images > .image, |
|
|
.contract-management .images > .image, |
|
|
.contract-management .images > .image, |
|
|
.contract-new-apply-component .images > .image { |
|
|
.contract-new-apply-component .images > .image { |
|
|
position: relative; |
|
|
position: relative; |
|
|
margin: 10px; |
|
|
margin: 10px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.contract-input-component .images > .image:hover > i, |
|
|
.contract-input-component .images > .image:hover > i, |
|
|
.contract-management .images > .image:hover > i, |
|
|
.contract-management .images > .image:hover > i, |
|
|
.contract-new-apply-component .images > .image:hover > i { |
|
|
.contract-new-apply-component .images > .image:hover > i { |
|
|
opacity: 1; |
|
|
opacity: 1; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.contract-input-component .images > .image > i, |
|
|
.contract-input-component .images > .image > i, |
|
|
.contract-management .images > .image > i, |
|
|
.contract-management .images > .image > i, |
|
|
.contract-new-apply-component .images > .image > i { |
|
|
.contract-new-apply-component .images > .image > i { |
|
@ -961,6 +834,4 @@ label { |
|
|
display: inline-flex; |
|
|
display: inline-flex; |
|
|
margin-bottom: 0.5rem; |
|
|
margin-bottom: 0.5rem; |
|
|
margin-top: 0.5rem; |
|
|
margin-top: 0.5rem; |
|
|
} |
|
|
}/*# sourceMappingURL=style.css.map */ |
|
|
|
|
|
|
|
|
/*# sourceMappingURL=style.css.map */ |
|
|
|