You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
590 lines
18 KiB
590 lines
18 KiB
@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;
|
|
border-right: 1px #ddd solid;
|
|
box-shadow: 0px 0px 5px #ddd;
|
|
padding: 50px 20px;
|
|
}
|
|
main > .sidebar button {
|
|
display: block;
|
|
outline: none;
|
|
border: none;
|
|
color: #1E74FD;
|
|
background-color: transparent;
|
|
margin-bottom: 20px;
|
|
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;
|
|
height: 35px;
|
|
text-align: center;
|
|
line-height: 35px;
|
|
text-decoration: none;
|
|
background-color: #1E74FD;
|
|
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;
|
|
outline: none;
|
|
border-radius: 5px;
|
|
width: 220px;
|
|
height: 32px;
|
|
padding: 0 10px;
|
|
}
|
|
main .inputDiv label button {
|
|
background-color: #1E74FD;
|
|
color: #fff;
|
|
outline: none;
|
|
border: none;
|
|
border: 1px #ccc solid;
|
|
width: 220px;
|
|
height: 32px;
|
|
font-weight: 6500;
|
|
margin-top: 15px;
|
|
}
|
|
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 {
|
|
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;
|
|
width: 100%;
|
|
margin-top: 15px;
|
|
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, 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 {
|
|
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 {
|
|
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 {
|
|
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, 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, 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 {
|
|
display: flex;
|
|
align-items: center;
|
|
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%;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
flex-direction: row-reverse;
|
|
}
|
|
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 {
|
|
width: 30px;
|
|
height: 30px;
|
|
border-radius: 5px;
|
|
padding: 0;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
border: 2px #fff solid;
|
|
outline: none;
|
|
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;
|
|
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) {
|
|
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%;
|
|
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 {
|
|
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%;
|
|
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 {
|
|
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, 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 {
|
|
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 {
|
|
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 {
|
|
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;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100vh;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
z-index: 999;
|
|
animation: modelanim 0.2s linear;
|
|
}
|
|
main .contract-model > .contract-back {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: rgba(0, 0, 0, 0.5);
|
|
}
|
|
main .contract-model > .contract-content {
|
|
z-index: 999;
|
|
max-width: 600px;
|
|
width: 100%;
|
|
border-radius: 6px;
|
|
overflow: hidden;
|
|
background-color: white;
|
|
}
|
|
main .contract-model > .contract-content > .model-header {
|
|
width: 100%;
|
|
background-color: #1E74FD;
|
|
height: 38px;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
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;
|
|
height: 150px;
|
|
border: 1px #ccc solid;
|
|
outline: none;
|
|
border-radius: 6px;
|
|
}
|
|
main .rebtn, main .prviewbtn {
|
|
background-color: #5BC0DE;
|
|
color: #fff;
|
|
outline: none;
|
|
border: none;
|
|
border: 1px #ccc solid;
|
|
width: 100px;
|
|
height: 32px;
|
|
font-weight: 600;
|
|
border-radius: 6px;
|
|
margin-right: 5px;
|
|
}
|
|
main .prviewbtn {
|
|
background-color: #2E6DA4;
|
|
}
|
|
|
|
input[type=checkbox].scorll, input[type=radio].scorll {
|
|
position: relative;
|
|
width: 50px;
|
|
height: 25px;
|
|
outline: none;
|
|
background: linear-gradient(to right, #bbb, #999);
|
|
-webkit-appearance: none;
|
|
cursor: pointer;
|
|
border-radius: 20px;
|
|
}
|
|
input[type=checkbox].scorll::before, input[type=radio].scorll::before {
|
|
content: "";
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 25px;
|
|
height: 25px;
|
|
background: #fff;
|
|
border-radius: 50%;
|
|
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: "";
|
|
}
|
|
|
|
.prview table {
|
|
border: none;
|
|
margin-top: 30px;
|
|
font-family: "標楷體";
|
|
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;
|
|
}
|
|
|
|
main table {
|
|
border: none;
|
|
margin-top: 30px;
|
|
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;
|
|
}
|
|
|
|
.prview {
|
|
width: 800px;
|
|
margin: 0 auto;
|
|
border: 1px #ccc solid;
|
|
padding: 20px;
|
|
font-family: "標楷體";
|
|
}
|
|
.prview.none {
|
|
display: none;
|
|
}
|
|
.prview h2 {
|
|
font-size: 18pt;
|
|
text-align: center;
|
|
}
|
|
.prview p {
|
|
font-size: 12pt;
|
|
}
|
|
|
|
.loader {
|
|
border: 4px solid #f3f3f3; /* Light grey */
|
|
border-top: 4px solid #999; /* Blue */
|
|
border-radius: 50%;
|
|
width: 20px;
|
|
height: 20px;
|
|
animation: spin 2s linear infinite;
|
|
}
|
|
|
|
@keyframes spin {
|
|
0% {
|
|
transform: rotate(0deg);
|
|
}
|
|
100% {
|
|
transform: rotate(360deg);
|
|
}
|
|
}
|
|
.contract-input-component form {
|
|
margin: 0 auto;
|
|
}
|
|
.contract-input-component form .dropdown {
|
|
width: 100%;
|
|
margin-top: 7px;
|
|
}
|
|
.contract-input-component form .savebtn {
|
|
margin-right: 13px;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
width: 70px;
|
|
height: 45px;
|
|
font-size: 15px;
|
|
}
|
|
.contract-input-component .input-group-btn {
|
|
font-size: 16px;
|
|
}
|
|
@media screen and (max-width: 600px) {
|
|
.contract-input-component table {
|
|
border: 0;
|
|
}
|
|
.contract-input-component table thead {
|
|
display: none;
|
|
}
|
|
.contract-input-component table tr {
|
|
margin-bottom: 10px;
|
|
display: block;
|
|
border-bottom: 2px solid #ddd;
|
|
}
|
|
.contract-input-component table td {
|
|
display: block;
|
|
text-align: left;
|
|
font-size: 14px;
|
|
border-bottom: 1px dotted #ccc;
|
|
}
|
|
.contract-input-component table td:last-child {
|
|
border-bottom: 0;
|
|
}
|
|
.contract-input-component table td:before {
|
|
content: attr(data-label);
|
|
float: left;
|
|
text-transform: uppercase;
|
|
font-weight: bold;
|
|
}
|
|
}/*# sourceMappingURL=style.css.map */
|