- 시스템관리 > 관리자목록조회, 관리자등록, 관리자수정, 관리자삭제, 관리자상세조회

This commit is contained in:
kimre
2022-05-29 10:12:37 +09:00
parent ad80b88089
commit 5077696e46
275 changed files with 17338 additions and 23433 deletions

View File

@@ -31,6 +31,7 @@ footer,header,hgroup,menu,nav,section {
display:block;
}
table {
font-family: 'SpoqaHanSansNeo';
border-collapse:collapse;
border:0 none;
}
@@ -38,16 +39,28 @@ input, select, option{
font-family: 'SpoqaHanSansNeo';
}
input:focus{
outline: 1px solid #000;
border: 1px solid #000 !important;
}
input:focus + label{
color:#000;
}
input:valid + label{
color:#000;
}
select:focus{
outline: 1px solid #000;
border: 1px solid #000 !important;
}
input[type="checkbox"] + label{
cursor: pointer;
}
input:disabled{
background-color: #eeeeee;
background-color: #eeeeee; border:1px solid #e7e7e7 !important;
}
input[type="radio"]{
display:none;

View File

@@ -5,31 +5,58 @@ SpoqaHanSansNeo
======================*/
@font-face {
font-family: 'SpoqaHanSansNeo';
src: url('../font/SpoqaHanSansNeo-Thin.woff') format('woff');
src: url('../font/SpoqaHanSansNeo-Thin.woff2') format('woff2');
font-weight: 100;
font-style: normal;
}
@font-face {
font-family: 'SpoqaHanSansNeo';
src: url('../font/SpoqaHanSansNeo-Light.woff') format('woff');
src: url('../font/SpoqaHanSansNeo-Light.woff2') format('woff2');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'SpoqaHanSansNeo';
src: url('../font/SpoqaHanSansNeo-Regular.woff') format('woff');
src: url('../font/SpoqaHanSansNeo-Regular.woff2') format('woff2');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'SpoqaHanSansNeo';
src: url('../font/SpoqaHanSansNeo-Medium.woff') format('woff');
src: url('../font/SpoqaHanSansNeo-Medium.woff2') format('woff2');
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'SpoqaHanSansNeo';
src: url('../font/SpoqaHanSansNeo-Bold.woff') format('woff');
src: url('../font/SpoqaHanSansNeo-Bold.woff2') format('woff2');
font-weight: 700;
font-style: normal;
}
/*======================
LGSmHa
======================*/
@font-face {
font-family: 'LGSmHa';
src: url('../font/LGSmHaL.woff2') format('woff2');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'LGSmHa';
src: url('../font/LGSmHaR.woff2') format('woff2');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'LGSmHa';
src: url('../font/LGSmHaSB.woff2') format('woff2');
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: 'LGSmHa';
src: url('../font/LGSmHaB.woff2') format('woff2');
font-weight: 700;
font-style: normal;
}
@@ -45,6 +72,16 @@ body{
.div-cont {width: 1200px; padding: 0 30px; box-sizing: border-box; margin: auto;}
/*
#스크롤바
*/
::-webkit-scrollbar {width:5px; height: 5px; border: 0px solid #fff; background: rgba(140, 140, 140, 0.0);}
::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {display: block; height: 4px; background:rgba(0,0,0,0)}
::-webkit-scrollbar-track {background: rgba(140,140,140,0.0); -webkit-border-radius: 10px; border-radius:10px; -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.0)}
::-webkit-scrollbar-thumb {height: 50px; width: 50px; background: rgba(20,20, 20, .1); -webkit-border-radius: 8px; border-radius: 8px; -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.0)}
/*======================
#logo
@@ -81,9 +118,13 @@ body{
.dimmed.open {display: block !important;}
.popup-wrap {display: none;}
.popup-wrap.open {display: block !important;}
.popup {width: 390px; border-radius: 8px; background: #fff; padding: 0 30px; box-sizing: border-box; border: 1px solid rgba(197,197,197,0.36); box-shadow: 2px 2px 8px rgba(171,171,171,0.30); position: fixed; top: 50%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); display: none;}
.popup {width: 390px; border-radius: 12px; background: #fff; padding: 0 30px; box-sizing: border-box; border: 1px solid rgba(197,197,197,0.36); box-shadow: 2px 2px 8px rgba(171,171,171,0.30); position: fixed; top: 50%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); display: none;
max-height: 90vh; overflow: auto;}/*스크린 height 100%를 벗어나는 긴 팝업의 경우 추가 class*/
.popup.open {display: block !important;}
.popup .pop-head {padding: 30px 0 25px;}
.popup .pop-head {padding: 30px 0 25px;
position: sticky; z-index: 999; top:0; left:30px; background: #fff; /*팝업 스크롤 시 타이틀 고정 */
}
.popup .pop-head .pop-tit {font-size: 18px; color: #222222; letter-spacing: -1px; line-height: 100%;}
.popup .btn-close {width: 30px; height: 30px; position: absolute; top: 0; right: 0; background: url("../images/icon-close.png") no-repeat center center; background-size: 11px; border: none;}
.popup .pop-cont {}
@@ -91,8 +132,8 @@ body{
.popup .pop-cont p + p {margin-top: 10px;}
.popup .pop-btn1 {display: flex; justify-content: flex-end; align-items: center; margin: 35px 0 25px;}
.popup .pop-btn2 {display: flex; justify-content: space-between; align-items: center; margin: 35px 0 25px;}
.popup .pop-btn1 button {width: 49%; height: 42px; font-size: 16px; font-weight: 400; letter-spacing: -1.1px;}
.popup .pop-btn2 button {width: 49%; height: 42px; font-size: 16px; font-weight: 400; letter-spacing: -1.1px;}
.popup .pop-btn1 button {width: 49%; height: 40px; font-size: 16px; font-weight: 400; letter-spacing: -1.1px;}
.popup .pop-btn2 button {width: 49%; height: 40px; font-size: 16px; font-weight: 400; letter-spacing: -1.1px;}

View File

@@ -307,7 +307,7 @@ header .user_wrap .user_info .logout {
.main_menu > li.stats.is-current .menu_btn { background-image: url(../images/icon-stats-on.png); }
.main_menu > li.system.is-current .menu_btn { background-image: url(../images/icon-system-on.png); }
.main_menu > li .sub_menu_wrap { padding:0 10px 10px; display:none; }
.main_menu > li .sub_menu_wrap { padding:0 10px 10px; display:none; margin-top: 5px; }
.main_menu > li.is-current .sub_menu_wrap { display: block; }
@@ -317,7 +317,6 @@ header .user_wrap .user_info .logout {
.contents {
padding: 0 4.16vw;
width: 100%;
@@ -332,7 +331,7 @@ header .user_wrap .user_info .logout {
background-color: #fff;
width: 100%;
border-radius: 24px;
padding: 15px 0;
padding: 0 0 15px 0;
margin-bottom: 70px;
}
@@ -351,8 +350,8 @@ header .user_wrap .user_info .logout {
-ms-flex-align: center;
align-items: center;
border-bottom: 1px solid #d5d3e6;
padding: 0 40px;
margin-bottom: 27px;
padding: 21px 0px 0 0px;
margin: 0 40px 27px 40px;
}
.contents .top_wrap .title {
@@ -370,6 +369,33 @@ header .user_wrap .user_info .logout {
letter-spacing: -0.025em;
}
.contents .top_tab {
position: relative; margin: 0 40px; height: 45px; border-bottom: 1px solid #ddddeb; margin-bottom: 40px; display: flex;
font-size: 16px; text-align: center ;
}
.contents .top_tab a.on {
background: url("../images/tab_arrow.png") #fff no-repeat; background-position: 20px center; border: 1px solid #ddddeb; border-bottom: 1px solid #ffffff;
color: #d82e89; font-weight: 500;
}
.contents .top_tab a.on:hover {
background: url("../images/tab_arrow.png") #fff no-repeat; background-position: 20px center; border: 1px solid #ddddeb; border-bottom: 1px solid #ffffff;
color: #d82e89; font-weight: 500;
}
.contents .top_tab a {
background: #ececf3; border: 1px solid #ececf3; border-bottom: 1px solid #ddddeb; height: 45px;padding: 10px 20px; min-width: 180px; display: inline-block; border-radius: 9px 9px 0 0 ; cursor: pointer;
color: #a5a5bd;font-weight: 500;
}
.contents .top_tab a:hover {
background: #bdbde0; border: 1px solid #bdbde0; border-bottom: 1px solid #ddddeb;
color: #ffffff;font-weight: 500;
}
.contents .search_wrap {
background-color: #f6f6f8;
display: -webkit-box;
@@ -381,6 +407,17 @@ header .user_wrap .user_info .logout {
align-items: flex-end;
border-radius: 4px;
margin-bottom: 50px;
flex-wrap: wrap;
}
.contents .search_wrap .group{
width: 100%;
display: flex;
align-items: flex-end;
}
.contents .search_wrap .group + .group{
margin-top: 20px;
}
.contents .search_wrap button.grey {
@@ -410,7 +447,7 @@ header .user_wrap .user_info .logout {
color: #a3a3a3;
}
.contents .select_box select {
.contents select {
width: 100%;
height: 40px;
border: 1px solid #c9c9c9;
@@ -430,6 +467,14 @@ header .user_wrap .user_info .logout {
color: #000;
}
.contents .NumberSe {
float:right;
min-width:90px;
width:auto;
margin-left:10px;
margin-top:-7px;
}
.contents .input_box {
display: -webkit-box;
display: -ms-flexbox;
@@ -449,14 +494,19 @@ header .user_wrap .user_info .logout {
color: #a3a3a3;
}
.contents .input_box .label:focus {
color: #000;
}
.contents .input_box input {
width: 100%;
height: 40px;
border: 1px solid #c9c9c9;
position: relative;
background: url(../images/icon-search.png) no-repeat 6% center/14px auto;
background-color: #fff;
padding-left: 43px;
border-radius: 4px;
}
@@ -476,12 +526,12 @@ header .user_wrap .user_info .logout {
color: #c9c9c9;
}
.contents .input_box.id {
.contents .id {
position: relative;
margin-left: 10px;
}
.contents .input_box.id:before {
.contents .id:before {
content: '';
position: absolute;
top: 25px;
@@ -491,6 +541,95 @@ header .user_wrap .user_info .logout {
background-color: #e8e8f1;
}
/* input cal + search-box*/
.w35{width:35%;}
.contents .table.table_form.m50{margin-bottom: 50px;}
.contents .input_box.cal{
display: inline-block;
width: 27.34%;
}
.contents .input_box.cal label {
display: block;
}
.contents .input_box.cal input {
display: inline-block;
width: 48%;
float: left;
background: #fff url(../images/icon-calender.png) no-repeat right 6% center;
}
.contents .input_box.cal input + input{
margin-left: 4%;
}
.contents .input_box.cal .description{
position: absolute; margin: 10px 0 0 10px; color:#666; font-size: 13px; font-weight: 400;
}
.contents .input_box .search-box {
background: #fff url(../images/icon-search.png) no-repeat 6% center/14px auto;
padding-left: 43px;
}
.input-address input:nth-child(1){
width: 98px;
}
.input-address input:nth-child(2){
width: calc(100% - 480px);
}
.input-address input:nth-child(3){
width: 344px;
}
.input-bnumber input:nth-child(1){
width: 62px;
}
.input-bnumber input:nth-child(2){
width: 52px;
}
.input-bnumber input:nth-child(3){
width: 116px;
}
.input-double{
display: flex;
}
.input-memo{
margin: 5px 0;
display: flex;
}
.input-double input, .button-double button{
width: calc(37.5% - 5px) !important;
}
.btn-a{
width: auto !important;
display: inline-flex !important;
}
.input-memo input{
height: 240px !important;
width: 86%;
}
.contents .two-input{
display: inline-flex;
align-items: flex-end;
}
.contents .two-input .input_box{
width: 100%;
}
.contents .button {
height: 40px;
color: #fff;
@@ -512,6 +651,7 @@ header .user_wrap .user_info .logout {
.contents .button.grey {
background-color: #35354f;
font-size: 16px;
padding: 0 15px;
}
.contents .button.grey:hover {
@@ -539,8 +679,36 @@ header .user_wrap .user_info .logout {
border-color: #000;
}
/*icon button*/
.download::before {
content:'';
background: url(../images/icon-download.png) no-repeat 0 0;
width:23px;
height:23px;
margin-right: 5px;
}
.add::before {
content:'';
background: url(../images/icon-add.png) no-repeat center center;
width:24px;
height:24px;
margin-right: 5px;
margin-top: 2px;
}
.del::before {
content:'';
background: url(../images/icon-del.png) no-repeat center center;
width:24px;
height:24px;
margin-right: 5px;
margin-top: 2px;
}
.contents .info {
padding: 0 30px;
padding: 0 40px;
margin-bottom: 10px;
display: -webkit-box;
display: -ms-flexbox;
@@ -550,17 +718,23 @@ header .user_wrap .user_info .logout {
justify-content: space-between;
}
.contents .info .count {
.info .count {
font-size: 16px;
position: relative;
padding-left: 10px;
}
.contents .info .count span {
.info .count span {
color: #eb008b;
}
.contents .info .count:before {
.info .count p{
color: #666666;
font-size: 14px;
display: inline-flex;
}
.info .count:before {
content: '';
position: absolute;
top: 10px;
@@ -574,6 +748,7 @@ header .user_wrap .user_info .logout {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-top: -7px;
}
.contents .info .title {
@@ -593,9 +768,129 @@ header .user_wrap .user_info .logout {
background-color: #eb008b;
}
/*pagination*/
.contents .pagination .arrow-btn button{
border:none;
padding: 0 5px;
}
.btn-first, .btn-prev{
background:url(../images/icon-pgn-l.png) no-repeat;
width:24px;
height:24px;
}
.btn-next, .btn-last{
background:url('../images/icon-pgn-r.png') no-repeat;
width:24px;
height:24px;
}
.btn-first,.btn-last{background-position: 0px 0px;}
.btn-first:hover, .btn-last:hover{background-position: 0px -48px;}
.btn-prev, .btn-next{background-position: 0px -24px;}
.btn-prev:hover, .btn-next:hover{background-position: 0px -72px;}
.contents .pagination {
display:flex;
justify-content: center;
margin-bottom: 50px;
}
.contents .pagination ul{
display:flex;
align-items:center;
}
.contents .pagination ul li a{
color:#9a9a9a;
font-size: 14px;
padding: 0 15px;
}
.contents .pagination ul li a:hover{
color:#000;
text-decoration: underline;
}
/*contents table 추가*/
.contents .table table .arrow_box {
display: none;
background-color: #fff;
border: #666666 solid 1px;
border-radius: 4px;
color: #666666;
font-size: 14px;
font-weight: 500;
letter-spacing: -0.25px;
margin-top: 16.8px;
padding: 10px 20px;
position: absolute;
min-width: 120px;
z-index: 100;
left: 42px;
}
.contents .table table .arrow_box:before{
border-color: #666666 transparent;
border-style: solid;
border-width: 0 6px 8px 6.5px;
content: '';
display: block;
left: 20px;
position: absolute;
bottom: 100%;
width: 0;
z-index: 0;
}
.contents .table table .arrow_box:after {
border-color: #fff transparent;
border-style: solid;
border-width: 0 6px 8px 6.5px;
content: '';
display: block;
left: 20px;
position: absolute;
bottom: 99%;
width: 0;
z-index: 1;
}
.contents .table.calculate table td, .contents .table.calculate table th{
border-left: 1px solid #dadae6;
}
.contents .table.calculate table td:nth-child(1), .contents .table.calculate table tr:nth-child(1) th:nth-child(1){
border-left: 0;
}
.contents .table table .total{
background-color: #ececf3;
}
.contents .table table td span {cursor: pointer;}
.contents .table table td .linkstyle {cursor: pointer; text-decoration: underline;}
.contents .table table td .linkstyle:hover {color:#eb008b;}
.contents .table table td span:hover + p.arrow_box {
display: block;
}
.contents .table.table_form .tr_input td{
padding: 0;
}
.contents .table.table_form .tr_input .td_radio{
padding-left: 10px;
}
.contents .table {
color: #333333;
padding: 0 30px;
padding: 0 40px;
margin-bottom: 65px;
}
@@ -604,6 +899,7 @@ header .user_wrap .user_info .logout {
text-align: center;
border-top: 2px solid #69677e;
border-bottom: 1px solid #a4a4b0;
table-layout: fixed;
}
.contents .table table thead {
@@ -617,7 +913,7 @@ header .user_wrap .user_info .logout {
.contents .table table th {
font-weight: 500;
height: 50px;
position: relative;
position: relative; font-size: 14px;
}
.contents .table table tr {
@@ -626,12 +922,12 @@ header .user_wrap .user_info .logout {
border-bottom: 1px solid #dadae6;
}
.contents .table table tr:hover {
.contents .table table tbody tr:not(.table_form table tr):hover {
background-color: #fafaff;
}
.contents .table table td {
position: relative;
position: relative; font-size: 14px;
}
.contents .table table td a {
@@ -681,15 +977,16 @@ header .user_wrap .user_info .logout {
}
.contents .table.table_form {
font-size: 16px;
font-size: 14px;
margin-bottom: 24px;
}
.contents .table.table_form th {
background-color: #f7f7f7;
width: 9%;
width: 11%;
text-align: left;
padding-left: 20px;
font-size: 14px;
}
.contents .table.table_form th.center {
@@ -699,6 +996,7 @@ header .user_wrap .user_info .logout {
.contents .table.table_form td {
text-align: left;
padding-left: 10px;font-size: 14px;
}
.contents .table.table_form td.check {
@@ -741,14 +1039,15 @@ header .user_wrap .user_info .logout {
background-color: #f7f7f7;
}
.contents .table.table_form .tr_input input[type="text"] {
.contents .table.table_form .tr_input input[type="text"], .contents .table.table_form .tr_input select {
border: 1px solid #c9c9c9;
border-radius: 4px;
height: 40px;
margin-left: 10px;
font-size: 14px;
}
.contents .table.table_form .tr_input.w30 input[type="text"] {
.contents .table.table_form .tr_input.w30 input[type="text"], .contents .table.table_form .tr_input.w30 select {
width: 30%;
}
@@ -760,8 +1059,8 @@ header .user_wrap .user_info .logout {
width: 98%;
}
.contents .table.table_form .tr_input input[type="radio"] + label:nth-child(2) {
margin: 0 30px 0 10px;
.contents .table.table_form input[type="radio"] + label:nth-child(2) {
margin: 0 30px 0 0;
}
.contents .pop-btn2 {
@@ -805,10 +1104,18 @@ header .user_wrap .user_info .logout {
background-color: #c7c7c7;
}
.popup{
font-family: 'SpoqaHanSansNeo';
}
.popup.popup_form {
width: 525px;
}
.popup.popup_form .info .count {
margin-bottom: 12px;
}
.popup.popup_form .pop-head {
border-bottom: 1px solid #d5d3e6;
padding-bottom: 0;
@@ -864,7 +1171,7 @@ header .user_wrap .user_info .logout {
padding: 0 0 0 10px;
}
.popup.popup_form table td input {
.popup input {
width: 100%;
height: 40px;
border: 1px solid #c9c9c9;
@@ -872,19 +1179,19 @@ header .user_wrap .user_info .logout {
font-size: 16px;
}
.popup.popup_form table td input::-webkit-input-placeholder {
.popup input::-webkit-input-placeholder {
color: #c9c9c9;
}
.popup.popup_form table td input:-ms-input-placeholder {
.popup input:-ms-input-placeholder {
color: #c9c9c9;
}
.popup.popup_form table td input::-ms-input-placeholder {
.popup input::-ms-input-placeholder {
color: #c9c9c9;
}
.popup.popup_form table td input::placeholder {
.popup input::placeholder {
color: #c9c9c9;
}
@@ -907,7 +1214,7 @@ header .user_wrap .user_info .logout {
color: #333333;
}
.popup.popup_form table .input_search {
.popup .input_search {
height: 50px;
display: -webkit-box;
display: -ms-flexbox;
@@ -920,7 +1227,7 @@ header .user_wrap .user_info .logout {
align-items: center;
}
.popup.popup_form table .input_search input[type="text"] {
.popup .input_search input[type="text"] {
position: relative;
background: url(../images/icon-search.png) no-repeat 6% center/14px auto;
background-color: #fff;
@@ -929,23 +1236,23 @@ header .user_wrap .user_info .logout {
width: 72%;
}
.popup.popup_form table .input_search input[type="text"]::-webkit-input-placeholder {
.popup .input_search input[type="text"]::-webkit-input-placeholder {
color: #c9c9c9;
}
.popup.popup_form table .input_search input[type="text"]:-ms-input-placeholder {
.popup .input_search input[type="text"]:-ms-input-placeholder {
color: #c9c9c9;
}
.popup.popup_form table .input_search input[type="text"]::-ms-input-placeholder {
.popup .input_search input[type="text"]::-ms-input-placeholder {
color: #c9c9c9;
}
.popup.popup_form table .input_search input[type="text"]::placeholder {
.popup .input_search input[type="text"]::placeholder {
color: #c9c9c9;
}
.popup.popup_form table .button {
.popup .button {
height: 40px;
color: #fff;
border-radius: 4px;
@@ -963,15 +1270,161 @@ header .user_wrap .user_info .logout {
margin-left: 10px;
}
.popup.popup_form table .button.grey {
.popup .button.grey {
background-color: #35354f;
font-size: 16px;
}
.popup.popup_form table .button.grey:hover {
.popup .button.grey:hover {
background-color: #0a0b24;
}
/*customer popup*/
.popup.b-popup{
width:700px;
}
.popup.price table th{
width:20%;
}
.popup label{
font-size: 13px;
letter-spacing: -0.025em;
margin-bottom: 6px;
color: #333333;
}
.popup .number{
color:#000000;
font-weight: bold;
}
.popup .number.blue{color:#0073d4;}
.popup .number.red{color:#ff3600;}
.popup.popup_form .table-c{
table-layout: fixed;
margin-top: 10px;
}
.popup.popup_form .table-c th, .popup.popup_form .table-c td{
padding: 0;
text-align:center;
}
.popup.b-popup tr th:nth-child(1){
width:60%;
}
.popup.b-popup tr th:nth-child(2){
width:10%;
}
.popup.b-popup tr th:nth-child(3), .popup.b-popup tr th:nth-child(4){
width:15%;
}
.popup.b-popup tr .memo{
text-align: left;
padding: 0 0 0 10px;
}
.popup.b-popup tr:nth-child(1) .memo:nth-child(1){
height: 100px;
display: block;
overflow: auto;
}
.popup .pop-cont.bottom{
margin-top: 20px;
}
.popup.popup_form .pop-btn2 .download {
display: flex;
justify-content: center;
align-items: center;
}
.popup.popup_form .pop-btn2.bulk{
justify-content: space-between;
margin-bottom: 20px;
}
.popup.popup_form .pop-btn2.bulk button{
width: 49%;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
justify-content: normal;
}
.popup.popup_form .pop-btn2.bulk button:nth-child(1)::before{
content: '';
background: url(../images/icon-f-download.png) no-repeat 0 0;
width: 23px;
height: 23px;
margin: 2px 5px 0 15px;
}
.popup.popup_form .pop-btn2.bulk button:nth-child(2)::before{
content: '';
background: url(../images/icon-f-upload.png) no-repeat 0 0;
width: 23px;
height: 23px;
margin: 2px 5px 0 15px;
}
.popup.popup_form .btn-default{
color: #333333;
border-radius: 6px;
border: 1px solid #a1a1a1;
font-size: 14px;
}
.popup.popup_form .file{
color: #656565;
margin-bottom: 18px;
}
.popup.popup_form .file button{
background: #e4e4e4 url(../images/icon-delete.png) no-repeat center center;
width: 24px;
height: 24px;
display: inline-block;
border-radius: 50%;
position: relative;
top: 6px;
left: 5px;
border: none;
}
.popup.popup_form.b-popup .input_add{
padding: 5px 0px 5px 0px;
}
.popup.popup_form.b-popup .input_add div{
display: flex;
justify-content: space-between;
}
.popup.popup_form.b-popup .input_add div input:nth-child(1){
margin-right: 5px;
width: 95px;
}
.input_add .button.add{
min-width: 40px;
margin-left: 2%;
}
.popup.popup_form.b-popup .input_add div:nth-child(2){
width: 89%;
padding-top: 5px;
}
/*# sourceMappingURL=style.css.map */

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 158 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 242 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 279 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 232 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 262 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 399 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 347 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 613 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 609 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@@ -1,6 +1,8 @@
/*(function(){
(function(){
const menuList = document.querySelectorAll('.main_menu .is-sub');
for(const menu of menuList){
menu.addEventListener('click', (e)=> {
if(e.target.classList.contains('menu_target') || e.target.classList.contains('menu_btn')){
@@ -16,29 +18,18 @@
}
})
}
})();*/
})();
/*const ModalOpen = target =>{
console.log("ModalOpen");
function ModalOpen(target) {
var dimmed = document.getElementsByClassName('dimmed');
var wrap = document.getElementsByClassName('popup-wrap');
var obj = document.getElementsByClassName(target);
dimmed[0].style.display = 'block';
wrap[0].style.display = 'block';
obj[0].style.display = 'block';
}*/
// eslint-disable-next-line no-unused-vars
/*function ModalOpen(target) {
var dimmed = document.getElementsByClassName('dimmed');
var wrap = document.getElementsByClassName('popup-wrap');
var obj = document.getElementsByClassName(target);
dimmed[0].style.display = 'block';
wrap[0].style.display = 'block';
obj[0].style.display = 'block';
}*/
// eslint-disable-next-line no-unused-vars
/*function ModalClose() {
}
function ModalClose() {
var dimmed = document.getElementsByClassName('dimmed');
var wrap = document.getElementsByClassName('popup-wrap');
var obj = wrap[0].childElementCount
@@ -49,7 +40,6 @@
target[i].style.display = 'none';
}
}
// eslint-disable-next-line no-unused-vars
function userInfoToggle(){
var click = "clicked";
var userBtn = document.querySelector('.user_wrap .user');
@@ -59,8 +49,4 @@ function userInfoToggle(){
else{
userBtn.classList.add(click);
}
}*/
export default{
ModalOpen
}