mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-07 06:54:16 +09:00
리스크관리 / 유치채널현황 관리 / 채널관리 추가
This commit is contained in:
@@ -539,58 +539,95 @@ header .user_wrap .user_info .logout {
|
||||
}
|
||||
|
||||
/* input cal + search-box*/
|
||||
.w35{width:35%;}
|
||||
.contents .table.table_form.m50{margin-bottom: 50px;}
|
||||
/*.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{*/
|
||||
/* display: inline-block;*/
|
||||
/* width: 27.34%;*/
|
||||
/*}*/
|
||||
|
||||
/*.contents .input_box.cal label {*/
|
||||
/* display: block;*/
|
||||
/*}*/
|
||||
|
||||
/*.contents .input_box.cal .txt{*/
|
||||
/* display: inline-block;*/
|
||||
/*}*/
|
||||
|
||||
/*.contents .input_box.cal p{*/
|
||||
/* display: inline-flex;*/
|
||||
/* margin-left: 10px;*/
|
||||
/*}*/
|
||||
|
||||
/*.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 {*/
|
||||
/* display: inline-block;*/
|
||||
/* width: 48%;*/
|
||||
/* float: left;*/
|
||||
/* background: #fff url(../images/icon-calender.png) no-repeat right 6% center;*/
|
||||
/*}*/
|
||||
|
||||
/*.contents .input_box.cal span {*/
|
||||
/* display: inline-block;*/
|
||||
/* width: 48%;*/
|
||||
/* float: left;*/
|
||||
/* background: #fff url(../images/icon-calender.png) no-repeat right 6% center;*/
|
||||
/*}*/
|
||||
|
||||
.custom_input.icon_date input[type="text"] {
|
||||
width: 52%;
|
||||
float: left;
|
||||
background: #fff url(../images/icon-calender.png) no-repeat right 6% center;
|
||||
}
|
||||
.custom_input.icon_date input[type="text"]:focus {
|
||||
border-color: #cccccc;
|
||||
background-color: #f6f6f6;
|
||||
color: #898989;
|
||||
}
|
||||
|
||||
.contents .input_box.cal label {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.contents .input_box.cal .txt{
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.contents .input_box.cal p{
|
||||
display: inline-flex;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.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{
|
||||
.contents .input_box.cal span + input{
|
||||
margin-left: 5%;
|
||||
}
|
||||
|
||||
.contents .input_box.cal.one{
|
||||
width: 13.67%;
|
||||
|
||||
.vdp-datepicker__calendar header {
|
||||
display: block;
|
||||
line-height: 40px;
|
||||
height: 40px;
|
||||
}
|
||||
|
||||
.contents .input_box.cal.one input{
|
||||
width: 100%;
|
||||
}
|
||||
/*.contents .input_box.cal input + input{*/
|
||||
/* margin-left: 5%;*/
|
||||
/*}*/
|
||||
|
||||
.contents .input_box.cal.one + .btn-a{
|
||||
margin-right: 10px;
|
||||
}
|
||||
/*.contents .input_box.cal.one{*/
|
||||
/* width: 13.67%;*/
|
||||
/*}*/
|
||||
|
||||
.contents .input_box.cal .term{
|
||||
display: flex;
|
||||
justify-content: space-around;
|
||||
align-items: center;
|
||||
}
|
||||
/*.contents .input_box.cal.one input{*/
|
||||
/* width: 100%;*/
|
||||
/*}*/
|
||||
|
||||
.contents .input_box.cal .term input:nth-child(1){
|
||||
margin-right: 4%;
|
||||
}
|
||||
/*.contents .input_box.cal.one + .btn-a{*/
|
||||
/* margin-right: 10px;*/
|
||||
/*}*/
|
||||
|
||||
/*.contents .input_box.cal .term{*/
|
||||
/* display: flex;*/
|
||||
/* justify-content: space-around;*/
|
||||
/* align-items: center;*/
|
||||
/*}*/
|
||||
|
||||
/*.contents .input_box.cal .term input:nth-child(1){*/
|
||||
/* margin-right: 4%;*/
|
||||
/*}*/
|
||||
|
||||
.contents .input_box .search-box {
|
||||
background: #fff url(../images/icon-search.png) no-repeat 6% center/14px auto;
|
||||
@@ -1003,12 +1040,12 @@ header .user_wrap .user_info .logout {
|
||||
position: relative; font-size: 14px;
|
||||
}
|
||||
|
||||
.contents .table table td a {
|
||||
.contents .table table td a, .popup.popup_form table td a {
|
||||
text-decoration: underline;
|
||||
color: #333333;
|
||||
}
|
||||
|
||||
.contents .table table td a:hover {
|
||||
.contents .table table td a:hover, .popup.popup_form table td a:hover {
|
||||
color: #eb008b;
|
||||
}
|
||||
|
||||
@@ -1156,6 +1193,15 @@ header .user_wrap .user_info .logout {
|
||||
margin-left: 8px;
|
||||
}
|
||||
|
||||
.contents .table.table_form .check.system .label_group{
|
||||
height: 30px;
|
||||
}
|
||||
|
||||
.contents .table.table_form .check.system .label_group label{
|
||||
padding-left: 30px;
|
||||
margin:0;
|
||||
}
|
||||
|
||||
.popup .pop-cont-detail {
|
||||
font-size: 16px;
|
||||
color: #666666;
|
||||
@@ -1163,6 +1209,7 @@ header .user_wrap .user_info .logout {
|
||||
background-color: #f5f6f8;
|
||||
padding: 15px;
|
||||
margin-top: 13px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.popup .pop-cont-detail li {
|
||||
@@ -1190,8 +1237,9 @@ header .user_wrap .user_info .logout {
|
||||
width: 525px;
|
||||
}
|
||||
|
||||
.popup.popup_form .info .count {
|
||||
.popup.popup_form .info {
|
||||
margin-bottom: 12px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.popup.popup_form .pop-head {
|
||||
@@ -1232,6 +1280,10 @@ header .user_wrap .user_info .logout {
|
||||
height: 50px;
|
||||
}
|
||||
|
||||
.popup.popup_form .table-c tr:hover{
|
||||
background-color: #fafaff;
|
||||
}
|
||||
|
||||
.popup.popup_form table tr:last-child {
|
||||
border-bottom: none;
|
||||
}
|
||||
@@ -1348,15 +1400,7 @@ header .user_wrap .user_info .logout {
|
||||
border: none;
|
||||
min-width: 80px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.popup .button.grey {
|
||||
background-color: #35354f;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.popup .button.grey:hover {
|
||||
background-color: #0a0b24;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
/*customer popup*/
|
||||
@@ -1448,6 +1492,7 @@ header .user_wrap .user_info .logout {
|
||||
align-items: center;
|
||||
justify-content: normal;
|
||||
font-size: 16px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.popup.popup_form .popup-btn2.bulk button:nth-child(1)::before{
|
||||
@@ -1511,7 +1556,7 @@ header .user_wrap .user_info .logout {
|
||||
margin: 0 0 0 5px;
|
||||
}
|
||||
|
||||
.popup.popup_form.register{
|
||||
.popup.popup_form.w700{
|
||||
width:700px;
|
||||
}
|
||||
|
||||
@@ -1548,10 +1593,10 @@ header .user_wrap .user_info .logout {
|
||||
background: url(../images/icon-add-b.png) no-repeat center center;
|
||||
}
|
||||
|
||||
.popup.popup_form.register .input_add div:nth-child(2){
|
||||
width: 89%;
|
||||
padding-top: 5px;
|
||||
}
|
||||
/*.popup.popup_form.register .input_add div:nth-child(2){*/
|
||||
/* width: 89%;*/
|
||||
/* padding-top: 5px;*/
|
||||
/*}*/
|
||||
|
||||
.popup .button.white{
|
||||
background-color: #fff;
|
||||
@@ -1684,6 +1729,11 @@ header .user_wrap .user_info .logout {
|
||||
.popup.popup_form table .input_add input{
|
||||
width: 85%;
|
||||
}
|
||||
|
||||
.popup .input_search input + .button.btn-p2color{
|
||||
width:25% !important;
|
||||
}
|
||||
|
||||
.essential{
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
|
||||
Reference in New Issue
Block a user