--- src/main/webapp/publish/kisa_management_ledger.html
+++ src/main/webapp/publish/kisa_management_ledger.html
... | ... | @@ -7,11 +7,52 @@ |
| 7 | 7 |
<title>문자온 KISA 신고 관리대장</title> |
| 8 | 8 |
|
| 9 | 9 |
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap" rel="stylesheet"> |
| 10 |
- <link rel="stylesheet" href="/publish/css/reset.css"> |
|
| 11 |
- <link rel="stylesheet" href="/publish/css/common.css"> |
|
| 12 |
- <link rel="stylesheet" href="/publish/css/estimate.css"> |
|
| 13 |
- <link rel="stylesheet" href="/publish/css/font.css"> |
|
| 14 |
- <link rel="stylesheet" href="/publish/css/button.css"> |
|
| 10 |
+ |
|
| 11 |
+ <style> |
|
| 12 |
+ |
|
| 13 |
+ *{margin:0;padding:0;border:0;font-family:'Noto Sans KR', sans-serif;box-sizing:border-box;vertical-align: baseline;color: inherit;font-weight: inherit;word-break: keep-all;}
|
|
| 14 |
+ ul,li{list-style:none;}
|
|
| 15 |
+ table{border-collapse:collapse;border-spacing:0;}
|
|
| 16 |
+ select, input {vertical-align: middle;}
|
|
| 17 |
+ |
|
| 18 |
+ .estimate_wrap {width: 820px; margin: 0 auto; position: relative; color: #222; letter-spacing: -0.5px;}
|
|
| 19 |
+ .estimate_wrap::after {content: ""; background-color: #e5e5e5; width: 100%; height: 117px; position: absolute; top: 0; left: 0; z-index: -1;}
|
|
| 20 |
+ .estimate {padding: 0 67px; box-sizing: border-box;}
|
|
| 21 |
+ |
|
| 22 |
+ .est_body {padding: 30px 0 25px 0; box-sizing: border-box;}
|
|
| 23 |
+ .est_body h2 {font-size: 35px; font-weight: 700; text-align: center;}
|
|
| 24 |
+ |
|
| 25 |
+ .stamp {position: absolute; top: 79px; right: 70px;}
|
|
| 26 |
+ |
|
| 27 |
+ /* 문자온 KISA 신고 관리대장(시작) */ |
|
| 28 |
+ .kisa_management::after{background:none;}
|
|
| 29 |
+ .kisa_table table{width:100%;border-top:2px solid #000;text-align:left;font-size:14px;vertical-align:middle;}
|
|
| 30 |
+ .kisa_table table tr{border-bottom:1px solid #d5d5d5;}
|
|
| 31 |
+ .kisa_table table th{height:25px;background:#efefef;padding:10px 0 0 10px;font-weight:500;}
|
|
| 32 |
+ .kisa_table table th[rowspan]{writing-mode:vertical-lr;border-right:1px solid #d5d5d5;}
|
|
| 33 |
+ .kisa_table table td{text-align:center;padding:10px;}
|
|
| 34 |
+ .kisa_table table .bgYellow{background:orange}
|
|
| 35 |
+ .kisa_table table input+label{margin:0 0 0 4px;vertical-align:middle;}
|
|
| 36 |
+ .kisa_table table td span{font-size:13px;line-height:1.4;}
|
|
| 37 |
+ .kisa_table .sub_table table thead th{text-align:center;border-right:1px solid #d5d5d5;}
|
|
| 38 |
+ .kisa_table .sub_table table thead th:last-child{border-right:0;}
|
|
| 39 |
+ .kisa_table .sub_table table tbody tr td{border-right:1px solid #d5d5d5;}
|
|
| 40 |
+ .kisa_table .sub_table table tbody tr td:last-child{border-right:0;}
|
|
| 41 |
+ .kisa_table tfoot .date{margin:20px 0 0 0;font-size:16px;}
|
|
| 42 |
+ .kisa_table tfoot img{margin:50px;}
|
|
| 43 |
+ |
|
| 44 |
+ .est_btn_wrap {margin: 30px auto 40px auto; text-align: center;}
|
|
| 45 |
+ .est_btn_wrap button {width: 120px; height: 42px; border-radius: 5px; border: 1px solid #ccc; font-size: 16px; color: #555;}
|
|
| 46 |
+ .est_btn_wrap button:nth-child(2) {margin: 0 3px 0 1px;}
|
|
| 47 |
+ .btnType {text-align: center;font-size: 16px;border-radius: 5px;}
|
|
| 48 |
+ .btnType:hover {box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.12);}
|
|
| 49 |
+ button.print_btn {border: 1px solid #b1b1b1; color: #555;}
|
|
| 50 |
+ i.print_img {display:inline-block;background-image: url(/publish/images/content/print_icon.png); background-position:center center;width: 15px;height: 15px;margin:0 3px 1px 0;vertical-align:middle;}
|
|
| 51 |
+ .est_btn_wrap button i.pdf_img {margin: 0 3px 0 0;}
|
|
| 52 |
+ .est_btn_wrap button i.print_img {margin: 0 5px 1px 0;}
|
|
| 53 |
+ /* 문자온 KISA 신고 관리대장(끝) */ |
|
| 54 |
+ |
|
| 55 |
+ </style> |
|
| 15 | 56 |
|
| 16 | 57 |
</head> |
| 17 | 58 |
|
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?