css
This commit is contained in:
parent
dd9dec541b
commit
ca6de530ea
@ -15,6 +15,7 @@ String councilNm = (String)session.getAttribute("councilNm");
|
|||||||
<title>소장자료관</title>
|
<title>소장자료관</title>
|
||||||
<link href="/css/common.css" rel="stylesheet">
|
<link href="/css/common.css" rel="stylesheet">
|
||||||
<link href="/css/default.css" rel="stylesheet">
|
<link href="/css/default.css" rel="stylesheet">
|
||||||
|
<link href="/css/media.css" rel="stylesheet">
|
||||||
<script src="/js/jquery-1.11.2.min.js"></script>
|
<script src="/js/jquery-1.11.2.min.js"></script>
|
||||||
<script src="/js/jquery.mCustomScrollbar.js"></script>
|
<script src="/js/jquery.mCustomScrollbar.js"></script>
|
||||||
<script src="/js/swiper.min.js"></script>
|
<script src="/js/swiper.min.js"></script>
|
||||||
|
|||||||
@ -15,6 +15,7 @@ String councilNm = (String)session.getAttribute("councilNm");
|
|||||||
<title>소장자료관</title>
|
<title>소장자료관</title>
|
||||||
<link href="/css/common.css" rel="stylesheet">
|
<link href="/css/common.css" rel="stylesheet">
|
||||||
<link href="/css/default.css" rel="stylesheet">
|
<link href="/css/default.css" rel="stylesheet">
|
||||||
|
<link href="/css/media.css" rel="stylesheet">
|
||||||
<script src="/js/jquery-1.11.2.min.js"></script>
|
<script src="/js/jquery-1.11.2.min.js"></script>
|
||||||
<script src="/js/jquery.mCustomScrollbar.js"></script>
|
<script src="/js/jquery.mCustomScrollbar.js"></script>
|
||||||
<script src="/js/swiper.min.js"></script>
|
<script src="/js/swiper.min.js"></script>
|
||||||
|
|||||||
@ -452,7 +452,7 @@ transform: rotate(45deg);
|
|||||||
.join .inner .row-bottom .join-box .form-group .con .chk {height:36px;line-height: 36px;display: inline-block;margin-right:30px;}
|
.join .inner .row-bottom .join-box .form-group .con .chk {height:36px;line-height: 36px;display: inline-block;margin-right:30px;}
|
||||||
.join .inner .row-bottom .join-box .form-group .con .chk input {vertical-align: middle;}
|
.join .inner .row-bottom .join-box .form-group .con .chk input {vertical-align: middle;}
|
||||||
.join .inner .row-bottom .join-box .form-group .con .chk input[type="checkbox"] + label:before {top:11px;}
|
.join .inner .row-bottom .join-box .form-group .con .chk input[type="checkbox"] + label:before {top:11px;}
|
||||||
.join .inner .row-bottom .join-box .form-group .con select {width:16%;display: inline-block;margin-left:15px;}
|
.join .inner .row-bottom .join-box .form-group .con select {width:30%;display: inline-block;margin-left:15px;}
|
||||||
.join .inner .row-bottom .join-box .form-group .con select:first-child {margin-left:0;}
|
.join .inner .row-bottom .join-box .form-group .con select:first-child {margin-left:0;}
|
||||||
.join .inner .row-bottom .join-box .form-group .con .mobile1,
|
.join .inner .row-bottom .join-box .form-group .con .mobile1,
|
||||||
.join .inner .row-bottom .join-box .form-group .con .mobile2,
|
.join .inner .row-bottom .join-box .form-group .con .mobile2,
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@ -12,6 +12,7 @@
|
|||||||
<link href="/css/jquery.mCustomScrollbar.css" rel="stylesheet">
|
<link href="/css/jquery.mCustomScrollbar.css" rel="stylesheet">
|
||||||
<link href="/css/swiper.min.css" rel="stylesheet">
|
<link href="/css/swiper.min.css" rel="stylesheet">
|
||||||
<link href="/css/default.css" rel="stylesheet">
|
<link href="/css/default.css" rel="stylesheet">
|
||||||
|
<link href="/css/media.css" rel="stylesheet">
|
||||||
|
|
||||||
<script src="/js/jquery-1.11.2.min.js"></script>
|
<script src="/js/jquery-1.11.2.min.js"></script>
|
||||||
<script src="/js/jquery.mCustomScrollbar.js"></script>
|
<script src="/js/jquery.mCustomScrollbar.js"></script>
|
||||||
|
|||||||
@ -12,6 +12,7 @@
|
|||||||
<link href="/css/jquery.mCustomScrollbar.css" rel="stylesheet">
|
<link href="/css/jquery.mCustomScrollbar.css" rel="stylesheet">
|
||||||
<link href="/css/swiper.min.css" rel="stylesheet">
|
<link href="/css/swiper.min.css" rel="stylesheet">
|
||||||
<link href="/css/default.css" rel="stylesheet">
|
<link href="/css/default.css" rel="stylesheet">
|
||||||
|
<link href="/css/media.css" rel="stylesheet">
|
||||||
|
|
||||||
<script src="/js/jquery-1.11.2.min.js"></script>
|
<script src="/js/jquery-1.11.2.min.js"></script>
|
||||||
<script src="/js/jquery.mCustomScrollbar.js"></script>
|
<script src="/js/jquery.mCustomScrollbar.js"></script>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user