2024/07/29 문자온 kisa 신고 관리대장
This commit is contained in:
parent
b9ccd52417
commit
cddc613087
@ -7,11 +7,52 @@
|
|||||||
<title>문자온 KISA 신고 관리대장</title>
|
<title>문자온 KISA 신고 관리대장</title>
|
||||||
|
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap" rel="stylesheet">
|
||||||
<link rel="stylesheet" href="/publish/css/reset.css">
|
|
||||||
<link rel="stylesheet" href="/publish/css/common.css">
|
<style>
|
||||||
<link rel="stylesheet" href="/publish/css/estimate.css">
|
|
||||||
<link rel="stylesheet" href="/publish/css/font.css">
|
*{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;}
|
||||||
<link rel="stylesheet" href="/publish/css/button.css">
|
ul,li{list-style:none;}
|
||||||
|
table{border-collapse:collapse;border-spacing:0;}
|
||||||
|
select, input {vertical-align: middle;}
|
||||||
|
|
||||||
|
.estimate_wrap {width: 820px; margin: 0 auto; position: relative; color: #222; letter-spacing: -0.5px;}
|
||||||
|
.estimate_wrap::after {content: ""; background-color: #e5e5e5; width: 100%; height: 117px; position: absolute; top: 0; left: 0; z-index: -1;}
|
||||||
|
.estimate {padding: 0 67px; box-sizing: border-box;}
|
||||||
|
|
||||||
|
.est_body {padding: 30px 0 25px 0; box-sizing: border-box;}
|
||||||
|
.est_body h2 {font-size: 35px; font-weight: 700; text-align: center;}
|
||||||
|
|
||||||
|
.stamp {position: absolute; top: 79px; right: 70px;}
|
||||||
|
|
||||||
|
/* 문자온 KISA 신고 관리대장(시작) */
|
||||||
|
.kisa_management::after{background:none;}
|
||||||
|
.kisa_table table{width:100%;border-top:2px solid #000;text-align:left;font-size:14px;vertical-align:middle;}
|
||||||
|
.kisa_table table tr{border-bottom:1px solid #d5d5d5;}
|
||||||
|
.kisa_table table th{height:25px;background:#efefef;padding:10px 0 0 10px;font-weight:500;}
|
||||||
|
.kisa_table table th[rowspan]{writing-mode:vertical-lr;border-right:1px solid #d5d5d5;}
|
||||||
|
.kisa_table table td{text-align:center;padding:10px;}
|
||||||
|
.kisa_table table .bgYellow{background:orange}
|
||||||
|
.kisa_table table input+label{margin:0 0 0 4px;vertical-align:middle;}
|
||||||
|
.kisa_table table td span{font-size:13px;line-height:1.4;}
|
||||||
|
.kisa_table .sub_table table thead th{text-align:center;border-right:1px solid #d5d5d5;}
|
||||||
|
.kisa_table .sub_table table thead th:last-child{border-right:0;}
|
||||||
|
.kisa_table .sub_table table tbody tr td{border-right:1px solid #d5d5d5;}
|
||||||
|
.kisa_table .sub_table table tbody tr td:last-child{border-right:0;}
|
||||||
|
.kisa_table tfoot .date{margin:20px 0 0 0;font-size:16px;}
|
||||||
|
.kisa_table tfoot img{margin:50px;}
|
||||||
|
|
||||||
|
.est_btn_wrap {margin: 30px auto 40px auto; text-align: center;}
|
||||||
|
.est_btn_wrap button {width: 120px; height: 42px; border-radius: 5px; border: 1px solid #ccc; font-size: 16px; color: #555;}
|
||||||
|
.est_btn_wrap button:nth-child(2) {margin: 0 3px 0 1px;}
|
||||||
|
.btnType {text-align: center;font-size: 16px;border-radius: 5px;}
|
||||||
|
.btnType:hover {box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.12);}
|
||||||
|
button.print_btn {border: 1px solid #b1b1b1; color: #555;}
|
||||||
|
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;}
|
||||||
|
.est_btn_wrap button i.pdf_img {margin: 0 3px 0 0;}
|
||||||
|
.est_btn_wrap button i.print_img {margin: 0 5px 1px 0;}
|
||||||
|
/* 문자온 KISA 신고 관리대장(끝) */
|
||||||
|
|
||||||
|
</style>
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user