mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-06 19:55:05 +09:00
[ publishing ] css 수정
This commit is contained in:
@@ -71,15 +71,14 @@ body{
|
|||||||
}
|
}
|
||||||
.div-cont {width: 1200px; padding: 0 30px; box-sizing: border-box; margin: auto;}
|
.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)}
|
|
||||||
|
|
||||||
|
::-webkit-scrollbar {width: 10px; height: 7px;}
|
||||||
|
::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {display: block; height: 7px;}
|
||||||
|
::-webkit-scrollbar-track {background: transparent; -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: 60px; background: #e5deeb; -webkit-border-radius: 8px; border-radius: 8px; -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.0)}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -146,5 +145,3 @@ max-height: 90vh; overflow: auto;}/*스크린 height 100%를 벗어나는 긴
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -128,8 +128,7 @@ header .user_wrap .user_info {
|
|||||||
-webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.18);
|
-webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.18);
|
||||||
box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.18);
|
box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.18);
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
width: 108px;
|
width: 108px; /*20220901 퍼블 수정*/
|
||||||
height: 84px;
|
|
||||||
-webkit-box-sizing: border-box;
|
-webkit-box-sizing: border-box;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@@ -150,14 +149,10 @@ header .user_wrap .user_info a {
|
|||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
header .user_wrap .user_info .modify {
|
|
||||||
color: #d92f89;
|
|
||||||
padding-top: 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
header .user_wrap .user_info .logout {
|
header .user_wrap .user_info .logout {
|
||||||
color: #333333;
|
color: #333333;
|
||||||
padding-top: 5px;
|
padding: 15px 0; /*20220901 퍼블 수정*/
|
||||||
}
|
}
|
||||||
.main_menu {
|
.main_menu {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
@@ -412,7 +407,7 @@ header .user_wrap .user_info .logout {
|
|||||||
.contents .search_wrap .group{
|
.contents .search_wrap .group{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: flex-end;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.contents .search_wrap .group + .group{
|
.contents .search_wrap .group + .group{
|
||||||
@@ -564,18 +559,22 @@ header .user_wrap .user_info .logout {
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
float: left;
|
float: left;
|
||||||
background: url(../images/icon-calender.png) no-repeat right 6% center;
|
background: url(../images/icon-calender.png) no-repeat right 6% center;
|
||||||
background-color:#fff;
|
background-color:#fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*******************20220718 퍼블 수정*******************/
|
/*******************20220901 퍼블 수정*******************/
|
||||||
|
|
||||||
|
.contents .input_box.cal .term .icon_date{
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
.contents .input_box.cal .term .icon_date:first-of-type{
|
.contents .input_box.cal .term .icon_date:first-of-type{
|
||||||
margin-right: 4%;
|
margin-right: 2%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.contents .input_box.cal .term .icon_date:nth-of-type(2){
|
.contents .input_box.cal .term .icon_date:nth-of-type(2){
|
||||||
margin-left: 4%;
|
margin-left: 2%;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*******************************************/
|
/*******************************************/
|
||||||
@@ -1377,6 +1376,7 @@ header .user_wrap .user_info .logout {
|
|||||||
margin-left: 0px; padding: 0 20px;
|
margin-left: 0px; padding: 0 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/*customer popup*/
|
/*customer popup*/
|
||||||
|
|
||||||
.popup.b-popup{
|
.popup.b-popup{
|
||||||
@@ -1441,7 +1441,7 @@ header .user_wrap .user_info .logout {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.popup.b-popup tr:nth-child(n) .memo:nth-child(n){
|
.popup.b-popup tr:nth-child(n) .memo:nth-child(n){
|
||||||
height: 100px;
|
height: 100px;
|
||||||
display: block;
|
display: block;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
@@ -1477,7 +1477,7 @@ header .user_wrap .user_info .logout {
|
|||||||
|
|
||||||
/**********************20220715 퍼블 수정**********************/
|
/**********************20220715 퍼블 수정**********************/
|
||||||
.popup.popup_form .popup-btn2.bulk button:nth-of-type(1)::before{
|
.popup.popup_form .popup-btn2.bulk button:nth-of-type(1)::before{
|
||||||
content: '';
|
content: '';
|
||||||
background: url(../images/icon-f-download.png) no-repeat 0 0;
|
background: url(../images/icon-f-download.png) no-repeat 0 0;
|
||||||
width: 23px;
|
width: 23px;
|
||||||
height: 23px;
|
height: 23px;
|
||||||
@@ -1485,11 +1485,11 @@ header .user_wrap .user_info .logout {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.popup.popup_form .popup-btn2.bulk button:nth-of-type(2)::before{
|
.popup.popup_form .popup-btn2.bulk button:nth-of-type(2)::before{
|
||||||
content: '';
|
content: '';
|
||||||
background: url(../images/icon-f-upload.png) no-repeat 0 0;
|
background: url(../images/icon-f-upload.png) no-repeat 0 0;
|
||||||
width: 23px;
|
width: 23px;
|
||||||
height: 23px;
|
height: 23px;
|
||||||
margin: 2px 5px 0 15px;
|
margin: 2px 5px 0 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/****************************************************************/
|
/****************************************************************/
|
||||||
@@ -1506,6 +1506,7 @@ header .user_wrap .user_info .logout {
|
|||||||
width: 35%;
|
width: 35%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.popup.popup_form .attach .list{
|
.popup.popup_form .attach .list{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding-bottom: 5px;
|
padding-bottom: 5px;
|
||||||
@@ -1566,7 +1567,9 @@ header .user_wrap .user_info .logout {
|
|||||||
width: 95px;
|
width: 95px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.input_add .button.add{
|
/********** 20220901 삭제 버튼 추가 ************/
|
||||||
|
|
||||||
|
.input_add .button.add, .input_add .button.min{
|
||||||
min-width: 40px;
|
min-width: 40px;
|
||||||
margin-left: 2%;
|
margin-left: 2%;
|
||||||
}
|
}
|
||||||
@@ -1576,25 +1579,30 @@ header .user_wrap .user_info .logout {
|
|||||||
background: url(../images/icon-add-b.png) no-repeat center center;
|
background: url(../images/icon-add-b.png) no-repeat center center;
|
||||||
}
|
}
|
||||||
|
|
||||||
/********** 20220718 퍼블 수정 ************/
|
.input_add .button.min::before{
|
||||||
|
content: '';
|
||||||
.popup.popup_form.register .input_add div+div{
|
position: absolute;
|
||||||
width: 89%;
|
-webkit-transform: translate(0, -50%);
|
||||||
padding-top: 5px;
|
transform: translate(0, -50%);
|
||||||
|
right: 43px;
|
||||||
|
width: 14px;
|
||||||
|
height: 0.3px;
|
||||||
|
background: #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
/********** 20220718 퍼블 추가 ************/
|
.popup.popup_form.register .input_add div+div{
|
||||||
|
width: 89%;
|
||||||
|
padding-top: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
.popup.popup_inside{
|
.popup.popup_inside{
|
||||||
max-height: 60vh;
|
max-height: 60vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
.popup.popup_inside .pop-head{
|
.popup.popup_inside .pop-head{
|
||||||
left: 0px;
|
left: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/****************************************/
|
|
||||||
|
|
||||||
.popup .button.white{
|
.popup .button.white{
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
@@ -1686,26 +1694,27 @@ header .user_wrap .user_info .logout {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/********** 20220715 퍼블 수정 ************/
|
/********** 20220728 퍼블 수정 ************/
|
||||||
|
|
||||||
.popup.popup_form table .registration{
|
.popup.popup_form table .registration{
|
||||||
padding: 10px 20px 0 20px;
|
padding: 10px 20px 0 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.popup.popup_form table .registration ul{
|
.popup.popup_form table .registration ul{
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.popup.popup_form table .registration ul li{
|
.popup.popup_form table .registration ul li{
|
||||||
width: 32%;
|
width: 32%;
|
||||||
max-width: 144px;
|
max-width: 144px;
|
||||||
margin-right: 2%;
|
margin-right: 2%;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
margin-bottom: 2%;
|
margin-bottom: 2%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* --- 삭제
|
/* --- 삭제
|
||||||
.popup.popup_form table .registration ul li:nth-child(3n){
|
.popup.popup_form table .registration ul li:nth-child(3n){
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
@@ -1713,21 +1722,21 @@ header .user_wrap .user_info .logout {
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
.popup.popup_form table .registration ul li span{
|
.popup.popup_form table .registration ul li span{
|
||||||
min-height: 30px;
|
min-height: 30px;
|
||||||
max-height: 160px;
|
max-height: 160px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
border: 1px solid #000;
|
border: 1px solid #000;
|
||||||
padding: 5px 10px;
|
padding: 5px 10px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
position: relative;
|
position: relative;
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
display: -webkit-box;
|
display: -webkit-box;
|
||||||
-webkit-box-orient: vertical;
|
-webkit-box-orient: vertical;
|
||||||
-webkit-line-clamp: 7;
|
-webkit-line-clamp: 7;
|
||||||
}
|
}
|
||||||
|
|
||||||
.popup.popup_form table .registration ul li span a img{
|
.popup.popup_form table .registration ul li span a img{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0px;
|
right: 0px;
|
||||||
top: 4px;
|
top: 4px;
|
||||||
}
|
}
|
||||||
@@ -1757,8 +1766,8 @@ header .user_wrap .user_info .logout {
|
|||||||
/*******************20220718 퍼블 수정*******************/
|
/*******************20220718 퍼블 수정*******************/
|
||||||
|
|
||||||
.essential label span{
|
.essential label span{
|
||||||
color:#eb008b;
|
color:#eb008b;
|
||||||
padding-right: 3px;
|
padding-right: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**************************************/
|
/**************************************/
|
||||||
@@ -1806,9 +1815,10 @@ textarea:focus{
|
|||||||
.datepicker .datepicker-calender .click a, .datepicker .datepicker-calender .today a{color: #fff;}
|
.datepicker .datepicker-calender .click a, .datepicker .datepicker-calender .today a{color: #fff;}
|
||||||
.datepicker .datepicker-calender .disabled a{color:#c9c9c9 !important;}
|
.datepicker .datepicker-calender .disabled a{color:#c9c9c9 !important;}
|
||||||
|
|
||||||
/*# sourceMappingURL=style.css.map */
|
/*# sourceMappingURL=style.css.map */
|
||||||
|
|
||||||
/* loadingPage */
|
/* loadingPage */
|
||||||
|
|
||||||
.loadingDimmed {
|
.loadingDimmed {
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
@@ -1887,4 +1897,4 @@ textarea:focus{
|
|||||||
66% {
|
66% {
|
||||||
opacity: 0.25;
|
opacity: 0.25;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user