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