fix : css 경로를 찾지 못해서 jsp 에 css 설정 추가

main
kjh 1 year ago
parent 35cdde09bf
commit 06ba128b21

@ -13,8 +13,8 @@
<c:set var="ctx" value="${pageContext.request.contextPath}"/>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<link rel="stylesheet" href="/resource/css/style.css"/>
<link rel="icon" href="/resource/images/favicon.ico" type="image/x-icon"/>
<%--<link rel="stylesheet" href="/resource/css/style.css"/>--%>
<%--<link rel="icon" href="/resource/images/favicon.ico" type="image/x-icon"/>--%>
<%-- <script src="https://cdn.jsdelivr.net/bxslider/4.2.12/jquery.bxslider.min.js"></script>--%>
<%-- <link rel="stylesheet" href="https://cdn.jsdelivr.net/bxslider/4.2.12/jquery.bxslider.css"/>--%>
<%-- <style>--%>
@ -75,6 +75,110 @@
color: #fff;
background: #007aff;
}
html{
font-size: 10px;
}
#contents{
border:0px solid red;
width:100%;
height:auto;
padding: 20px 15px 60px 15px;
}
section{
width:90%;
height:auto;
border:0px solid blue;
margin:0 auto;
}
table {
width: 100%;
/* border: 1px solid #444444; */
border-collapse: collapse;
border-top:2px solid #ccc;
}
th, td {
border: 1px solid #ccc;
padding: 10px;
border-width: 1px 0px 1px 0px;
font-family: 'notokr-regular';
/*font-size:15px;*/
font-size:2.5rem;
white-space: pre-wrap;
}
li, pre, details {
font-family: 'notokr-regular';
font-size: 2.8rem;
color: #6c6c6c;
white-space: pre-wrap;
}
.keyvalue tr>td:nth-child(1){
background:#f3f8ff;
color:#50617a;
font-family: 'notokr-bold';
white-space: pre-wrap;
}
.table tr th{
background:#f3f8ff;
color:#50617a;
font-family: 'notokr-bold';
white-space: pre-wrap;
}
h2{
font-family: 'notokr-bold';
/*font-size:18px;*/
font-size: 3.3rem;
padding:10px 0px;
background-image: url("../titleDeco.png");
background-repeat: no-repeat;
background-position:2px;
padding-left:15px;
}
img{
max-width:100%;
}
div.linkBtn{
font-family: 'notokr-regular';
font-size: 2.5rem;
background-color: #4990e2;
padding: 1.5rem 1rem 1.5rem 1rem;
text-align: center;
cursor: pointer;
border-radius: 0.5rem;
margin-top: 10px;
}
div.linkBtn > a{
text-decoration: auto;
color: white;
display: inline-block;
width: 100%;
}
@media (max-width: 768px){
#contents{
height:auto;
border:0px solid yellow;
}
h2{
font-size:2.3rem;
color:#333;
}
th, td {
font-size:1.5rem;
}
li, pre, details {
font-size:1.5rem;
color: #6c6c6c;
}
div.linkBtn{
font-size: 1.5rem;
}
}
</style>
<title>주정차 위반 과태료 사전 통지서</title>

Loading…
Cancel
Save