752 lines
11 KiB
CSS
752 lines
11 KiB
CSS
|
|
@import url('https://fonts.googleapis.com/css2?family=Gowun+Dodum&display=swap');
|
|
|
|
body{
|
|
font-family: 'Gowun Dodum', serif;
|
|
}
|
|
|
|
a {
|
|
text-decoration: none;
|
|
color: #000;
|
|
}
|
|
|
|
.bg-white {
|
|
border-radius: 10px;
|
|
}
|
|
|
|
.text-page {
|
|
text-align: center;
|
|
padding-top: 10px;
|
|
}
|
|
|
|
.point-cursor {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.header {
|
|
/*background: url('/images/header_bg.png') no-repeat;*/
|
|
background-color: var(--bs-secondary);
|
|
background-size: cover;
|
|
height: 70px;
|
|
position: fixed;
|
|
width: 100%;
|
|
z-index: 1;
|
|
top: 0;
|
|
}
|
|
|
|
.common_nav {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
background: var(--bs-secondary);
|
|
height: auto;
|
|
width: 200px;
|
|
min-width: inherit;
|
|
padding-top: 70px;
|
|
}
|
|
|
|
.header_title {
|
|
color: #fff;
|
|
font-size: 24px;
|
|
font-weight: bold;
|
|
line-height: 70px;
|
|
padding-left: 20px;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.header_title > a {
|
|
text-decoration: none;
|
|
color: #fff;
|
|
}
|
|
|
|
.header_info {
|
|
height: 100%;
|
|
padding: 20px;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.header_info > a {
|
|
color: #fff;
|
|
font-size: 17px;
|
|
}
|
|
|
|
.htmlBody {
|
|
background-color: rgb(247, 247, 247);
|
|
}
|
|
|
|
.section {
|
|
margin-top: 70px;
|
|
margin-left: 200px;
|
|
}
|
|
|
|
@media (max-width: 576px) {
|
|
.section {
|
|
margin-left: 0;
|
|
}
|
|
}
|
|
|
|
.loginWrap {
|
|
width: 400px;
|
|
margin: 0 auto;
|
|
height: 100%;
|
|
position: absolute;
|
|
left: 50%;
|
|
transform: translate(-50%);
|
|
/*background-color: rgba(55, 55, 55, 1);*/
|
|
}
|
|
|
|
.login_title {
|
|
float: left;
|
|
font-size: 24px;
|
|
font-weight: bold;
|
|
padding-left: 20px;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.login_text {
|
|
margin: 2% 5%;
|
|
text-align: center;
|
|
}
|
|
|
|
.loginBox {
|
|
overflow: hidden;
|
|
background-color: rgba(55, 55, 55, 1);
|
|
margin-top: 60%;
|
|
padding: 30px;
|
|
border-radius: 20px;
|
|
}
|
|
|
|
.login_text input {
|
|
width: 100%;
|
|
padding: 10px 5px;
|
|
border: 1px solid #ccc;
|
|
}
|
|
|
|
.login_btn {
|
|
text-align: center;
|
|
margin-top: 15px;
|
|
}
|
|
|
|
.login_btn input {
|
|
width: 80%;
|
|
}
|
|
|
|
.login_join {
|
|
margin-top: 40px;
|
|
background-color: #e8e8e8;
|
|
height: 50px;
|
|
line-height: 50px;
|
|
text-align: center;
|
|
}
|
|
|
|
.login_join p {
|
|
margin: 0;
|
|
}
|
|
|
|
.header_menu > ul {
|
|
list-style: none;
|
|
padding: 0;
|
|
}
|
|
|
|
.header_menu > ul > li {
|
|
color: #fff;
|
|
cursor: pointer;
|
|
height: 60px;
|
|
line-height: 60px;
|
|
padding: 0px 5px;
|
|
box-sizing: border-box;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.menu_this {
|
|
color: #3bd2ff;
|
|
}
|
|
|
|
.section_btn {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.search_p1 {
|
|
width: 50%;
|
|
float: left;
|
|
}
|
|
|
|
.search_p2 {
|
|
text-align: right;
|
|
}
|
|
|
|
.section_btn2 {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.section_btn2 > p {
|
|
text-align: center;
|
|
}
|
|
|
|
#fieldDataDiv{
|
|
height: 400px;
|
|
overflow-y: auto;
|
|
overflow-x: hidden;
|
|
}
|
|
|
|
.fieldDataPaging {
|
|
padding: 0;
|
|
padding-top: 20px;
|
|
text-align: center;
|
|
}
|
|
|
|
.fieldDataPaging > li {
|
|
display: inline-block;
|
|
border: 1px solid #ccc;
|
|
padding: 2px 7px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.fieldPagingOn {
|
|
font-weight: bold;
|
|
}
|
|
|
|
|
|
.setting_wrap {
|
|
margin-top: 50px;
|
|
padding-bottom: 20px;
|
|
}
|
|
|
|
.setting_title {
|
|
margin-top: 20px;
|
|
font-size: 20px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.setting_content {
|
|
width: 80%;
|
|
margin: 0 auto;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.setting_content2 {
|
|
width: 100%;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.setting_sub_title {
|
|
margin-top: 10px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
#paging {
|
|
text-align: center;
|
|
margin-top: 20px;
|
|
}
|
|
|
|
#paging > a {
|
|
text-decoration: none;
|
|
color: #000;
|
|
}
|
|
|
|
.thisOn {
|
|
/*background-color: #337ab7;*/
|
|
border-left: 3px solid #fff;
|
|
background-color: #1a1a1a;
|
|
}
|
|
|
|
#fieldPaging {
|
|
overflow: hidden;
|
|
margin: 0 auto;
|
|
margin-top: 40px;
|
|
text-align: center;
|
|
}
|
|
|
|
#fieldPaging > li {
|
|
width: 25px;
|
|
height: 25px;
|
|
line-height: 25px;
|
|
text-align: center;
|
|
border: 1px solid #ccc;
|
|
display: inline-block;
|
|
cursor: pointer;
|
|
}
|
|
|
|
#fieldPaging > li:hover {
|
|
background-color: #ccc;
|
|
}
|
|
|
|
.thisPage {
|
|
background-color: #ccc;
|
|
}
|
|
|
|
.field_table {
|
|
border: 1px solid #ccc;
|
|
}
|
|
|
|
.field_table {
|
|
width: 100%;
|
|
}
|
|
|
|
.field_table > tbody > tr > th {
|
|
width: 70px;
|
|
padding: 20px 5px;
|
|
}
|
|
|
|
.field_table > tbody > tr > td {
|
|
width: 350px;
|
|
padding: 20px 5px;
|
|
}
|
|
|
|
|
|
.field_table > tbody > tr > td > input {
|
|
height: 27px;
|
|
line-height: 27px;
|
|
}
|
|
|
|
.field_table > tbody > tr > td > select {
|
|
width: 100%;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
}
|
|
|
|
.label {
|
|
font-size: 14px;
|
|
}
|
|
|
|
|
|
.fieldBtn {
|
|
width: 140px;
|
|
padding: 5px 0px;
|
|
}
|
|
|
|
/* 해룡 */
|
|
.parent {
|
|
width: 90%;
|
|
margin: 10px auto;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.find {
|
|
float: left;
|
|
height: 100%;
|
|
text-align: center;
|
|
}
|
|
|
|
.join {
|
|
float: right;
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.join > img {
|
|
vertical-align: middle;
|
|
}
|
|
|
|
|
|
/*회원가입 */
|
|
.join_section {
|
|
margin-top: 90px;
|
|
min-width: 1160px;
|
|
min-height: 100px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.join_top {
|
|
padding: 0 0 10px;
|
|
line-height: 30px;
|
|
margin: 0 auto 15px;
|
|
}
|
|
|
|
.join_table {
|
|
border-collapse: collapse;
|
|
border-top: 2px solid #d9d9d9;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.join_bottom {
|
|
padding: 0 0 10px;
|
|
line-height: 30px;
|
|
margin: 0 auto 15px;
|
|
}
|
|
|
|
|
|
.join_top h2 {
|
|
margin-top: 40px;
|
|
font-weight: bold;
|
|
font-size: 20px;
|
|
color: #222;
|
|
|
|
}
|
|
|
|
.join_top > h2 > img {
|
|
vertical-align: middle;
|
|
padding-right: 10px;
|
|
}
|
|
|
|
.join_table > tbody > tr > th {
|
|
width: 20px;
|
|
height: 35px;
|
|
vertical-align: middle;
|
|
border-bottom: 1px solid #d9d9d9;
|
|
background-color: #f6f6f6;
|
|
font-size: 16px;
|
|
padding: 16px 10px;
|
|
}
|
|
|
|
.join_table td {
|
|
padding: 14px 10px;
|
|
border-bottom: 1px solid #d9d9d9;
|
|
width: 100px;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.txtinput {
|
|
padding: 0 5px;
|
|
height: 35px;
|
|
width: 55%;
|
|
border: 1px solid #bbbbbb;
|
|
vertical-align: middle;
|
|
line-height: 35px;
|
|
}
|
|
|
|
.txtinput.half {
|
|
width: 26%;
|
|
}
|
|
|
|
.div_join {
|
|
width: 55%;
|
|
padding-top: 25px;
|
|
text-align: center;
|
|
}
|
|
|
|
.btn_join {
|
|
font-size: 20px;
|
|
padding: 12px 60px;
|
|
}
|
|
|
|
.btn_join.big.on {
|
|
color: #FFF;
|
|
background: #042f6c;
|
|
}
|
|
|
|
.btn_join.big {
|
|
color: #042f6c;
|
|
background: #FFF;
|
|
border: 1px solid #042f6c;
|
|
font-size: 20px;
|
|
padding: 12px 60px;
|
|
line-height: 23px;
|
|
display: inline-block;
|
|
}
|
|
|
|
.join_bottom_p {
|
|
text-align: center;
|
|
}
|
|
|
|
|
|
/* 공용 쓰기 */
|
|
|
|
.div_write {
|
|
font-size: 20px;
|
|
padding: 12px 10px;
|
|
float: right;
|
|
}
|
|
|
|
.btn_write {
|
|
font-size: 15px;
|
|
padding: 6px 20px;
|
|
color: #042f6c;
|
|
background: #FFF;
|
|
border: 1px solid #042f6c;
|
|
line-height: 23px;
|
|
display: inline-block;
|
|
}
|
|
|
|
.btn_write.on {
|
|
color: #FFF;
|
|
background: #042f6c;
|
|
}
|
|
|
|
|
|
.field_data_content {
|
|
width: 100%;
|
|
margin-top: 30px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.map {
|
|
width: 100%;
|
|
height: 400px;
|
|
float: left;
|
|
border: 1px solid #ccc;
|
|
}
|
|
|
|
.fieldDataPaging {
|
|
list-style: none;
|
|
clear: both;
|
|
}
|
|
|
|
.fieldDataDiv {
|
|
float: left;
|
|
width: 50%;
|
|
height: 495px;
|
|
margin-left: 2%;
|
|
overflow-y: scroll;
|
|
border-bottom: 1px solid #ccc;
|
|
}
|
|
|
|
|
|
/* 지도권한관리 */
|
|
.tabmenu-box ul li {
|
|
float: left;
|
|
|
|
width: 162.5px;
|
|
font-size: 105%;
|
|
}
|
|
|
|
.tabmenu-box ul li.on a {
|
|
border: 1px solid #337ab7;
|
|
color: #fff;
|
|
font-weight: bold;
|
|
background: url(/images/tab_blt_on.png) no-repeat 90% center #337ab7;
|
|
}
|
|
|
|
.tabmenu-box ul li a {
|
|
display: block;
|
|
color: #333;
|
|
padding: 8px 35px 10px 15px;
|
|
border: 1px solid #dad9de;
|
|
}
|
|
|
|
|
|
.search_div {
|
|
width: 100%;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.search_menu {
|
|
width: 50%;
|
|
float: left;
|
|
}
|
|
|
|
.search_keyword {
|
|
width: 50%;
|
|
float: left;
|
|
text-align: right;
|
|
}
|
|
|
|
.search_ul {
|
|
padding: 0;
|
|
}
|
|
|
|
.search_ul > li {
|
|
display: inline;
|
|
}
|
|
|
|
.searchCondition {
|
|
width: 100px;
|
|
height: 40px;
|
|
}
|
|
|
|
.addedArea {
|
|
margin-top: 15px;
|
|
}
|
|
|
|
.addedAreaWrap {
|
|
border: 1px solid #ccc;
|
|
border-radius: 20px;
|
|
padding: 5px 10px;
|
|
margin: 5px;
|
|
display: inline-block;
|
|
}
|
|
|
|
.search_selectbox {
|
|
width: 110px;
|
|
float: left;
|
|
}
|
|
|
|
.search_inputbox {
|
|
width: 330px;
|
|
margin-left: 5px;
|
|
float: left;
|
|
}
|
|
|
|
.td_center {
|
|
text-align: center;
|
|
}
|
|
|
|
.td_title {
|
|
text-align: left;
|
|
width: 50%;
|
|
}
|
|
|
|
.td_date {
|
|
text-align: center;
|
|
}
|
|
|
|
.td_name {
|
|
text-align: center;
|
|
}
|
|
|
|
.td_company {
|
|
text-align: center;
|
|
}
|
|
|
|
.td_status {
|
|
text-align: center;
|
|
}
|
|
|
|
.td_area {
|
|
text-align: center;
|
|
}
|
|
|
|
.list-table {
|
|
width: 100%;
|
|
border: 1px solid #ccc;
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.list-table > thead > tr:first-child > th {
|
|
border: 1px solid #ccc;
|
|
background-color: #337ab7;
|
|
padding: 10px 5px;
|
|
color: #fff;
|
|
}
|
|
|
|
.list-table > thead > tr > th {
|
|
border: 1px solid #ccc;
|
|
background-color: #f8f8f8;
|
|
padding: 10px 5px;
|
|
text-align: center;
|
|
}
|
|
|
|
.list-table > tbody > tr > td {
|
|
border-bottom: 1px solid #ccc;
|
|
padding: 10px 5px;
|
|
text-align: center;
|
|
}
|
|
|
|
.list-table > tbody > tr:hover {
|
|
background-color: #eaeaea
|
|
}
|
|
|
|
.detail_table {
|
|
width: 100%;
|
|
margin-top: 20px;
|
|
margin-outside: 5px;
|
|
}
|
|
|
|
.detail_table > tbody > tr > th {
|
|
height: auto;
|
|
width: 100px;
|
|
border: 1px solid #ccc;
|
|
background-color: #f8f8f8;
|
|
padding: 10px 5px;
|
|
text-align: center;
|
|
|
|
|
|
}
|
|
|
|
.detail_table > tbody > tr > td {
|
|
border: 1px solid #ccc;
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
.input-datepicker {
|
|
width: 120px;
|
|
display: inline;
|
|
cursor: pointer !important;
|
|
background-color: #fff !important;
|
|
text-align: center;
|
|
}
|
|
|
|
.input-area-select {
|
|
width: 155px;
|
|
display: inline;
|
|
}
|
|
|
|
.areaSelctBox {
|
|
width: 150px;
|
|
}
|
|
|
|
.layer-label {
|
|
width: 140px;
|
|
display: inline-block;
|
|
line-height: 30px;
|
|
margin-left: 20px;
|
|
}
|
|
|
|
.auth-label {
|
|
width: 75px;
|
|
}
|
|
|
|
.mapWrap {
|
|
width: 48%;
|
|
float: left;
|
|
|
|
|
|
}
|
|
|
|
.map-title {
|
|
border-bottom: 1px solid #ccc;
|
|
background-color: #ccc;
|
|
padding: 10px 5px;
|
|
text-align: left;
|
|
color: #fff;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.check_fidelData {
|
|
vertical-align: middle;
|
|
font-size: 19px;
|
|
background-color: #337ab7;
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
.clickAbleObj:hover {
|
|
cursor: pointer;
|
|
}
|
|
|
|
input[type=checkbox]:disabled:checked {
|
|
outline: solid 2px gray;
|
|
}
|
|
|
|
.col-form-label-warning {
|
|
margin-bottom: 0.5rem;
|
|
color: #ffc107;
|
|
}
|
|
.status-bar{
|
|
position: relative;
|
|
display: flex;
|
|
flex-direction: column;
|
|
min-width: 0;
|
|
word-wrap: break-word;
|
|
background-clip: border-box;
|
|
border: 1px solid rgba(0, 0, 0, 0.125);
|
|
border-radius: 0.25rem;
|
|
margin: 0.375rem 0.75rem;
|
|
}
|
|
|
|
.status-warning {
|
|
background-color: var(--bs-warning);
|
|
}
|
|
|
|
.status-success {
|
|
background-color: var(--bs-success);
|
|
color: white;
|
|
}
|
|
|
|
.status-danger {
|
|
background-color: var(--bs-danger);
|
|
color: white;
|
|
}
|
|
|
|
.nav-pills .nav-link.active,
|
|
.nav-pills .show > .nav-link {
|
|
background-color: #003399;
|
|
}
|
|
|
|
.page-item.active .page-link {
|
|
background-color: #003399;
|
|
border-color: #003399;
|
|
} |