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;}
|
||||
|
||||
|
||||
/*
|
||||
#스크롤바
|
||||
*/
|
||||
::-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);
|
||||
box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.18);
|
||||
border-radius: 12px;
|
||||
width: 108px;
|
||||
height: 84px;
|
||||
width: 108px; /*20220901 퍼블 수정*/
|
||||
-webkit-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
position: absolute;
|
||||
@@ -150,14 +149,10 @@ header .user_wrap .user_info a {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
header .user_wrap .user_info .modify {
|
||||
color: #d92f89;
|
||||
padding-top: 15px;
|
||||
}
|
||||
|
||||
header .user_wrap .user_info .logout {
|
||||
color: #333333;
|
||||
padding-top: 5px;
|
||||
padding: 15px 0; /*20220901 퍼블 수정*/
|
||||
}
|
||||
.main_menu {
|
||||
overflow: hidden;
|
||||
@@ -412,7 +407,7 @@ header .user_wrap .user_info .logout {
|
||||
.contents .search_wrap .group{
|
||||
width: 100%;
|
||||
display: flex;
|
||||
align-items: flex-end;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.contents .search_wrap .group + .group{
|
||||
@@ -568,14 +563,18 @@ header .user_wrap .user_info .logout {
|
||||
background-color:#fff;
|
||||
}
|
||||
|
||||
/*******************20220718 퍼블 수정*******************/
|
||||
/*******************20220901 퍼블 수정*******************/
|
||||
|
||||
.contents .input_box.cal .term .icon_date{
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.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){
|
||||
margin-left: 4%;
|
||||
margin-left: 2%;
|
||||
}
|
||||
|
||||
/*******************************************/
|
||||
@@ -1377,6 +1376,7 @@ header .user_wrap .user_info .logout {
|
||||
margin-left: 0px; padding: 0 20px;
|
||||
}
|
||||
|
||||
|
||||
/*customer popup*/
|
||||
|
||||
.popup.b-popup{
|
||||
@@ -1506,6 +1506,7 @@ header .user_wrap .user_info .logout {
|
||||
width: 35%;
|
||||
}
|
||||
|
||||
|
||||
.popup.popup_form .attach .list{
|
||||
width: 100%;
|
||||
padding-bottom: 5px;
|
||||
@@ -1566,7 +1567,9 @@ header .user_wrap .user_info .logout {
|
||||
width: 95px;
|
||||
}
|
||||
|
||||
.input_add .button.add{
|
||||
/********** 20220901 삭제 버튼 추가 ************/
|
||||
|
||||
.input_add .button.add, .input_add .button.min{
|
||||
min-width: 40px;
|
||||
margin-left: 2%;
|
||||
}
|
||||
@@ -1576,15 +1579,22 @@ header .user_wrap .user_info .logout {
|
||||
background: url(../images/icon-add-b.png) no-repeat center center;
|
||||
}
|
||||
|
||||
/********** 20220718 퍼블 수정 ************/
|
||||
.input_add .button.min::before{
|
||||
content: '';
|
||||
position: absolute;
|
||||
-webkit-transform: translate(0, -50%);
|
||||
transform: translate(0, -50%);
|
||||
right: 43px;
|
||||
width: 14px;
|
||||
height: 0.3px;
|
||||
background: #000;
|
||||
}
|
||||
|
||||
.popup.popup_form.register .input_add div+div{
|
||||
width: 89%;
|
||||
padding-top: 5px;
|
||||
}
|
||||
|
||||
/********** 20220718 퍼블 추가 ************/
|
||||
|
||||
.popup.popup_inside{
|
||||
max-height: 60vh;
|
||||
}
|
||||
@@ -1593,8 +1603,6 @@ header .user_wrap .user_info .logout {
|
||||
left: 0px;
|
||||
}
|
||||
|
||||
/****************************************/
|
||||
|
||||
.popup .button.white{
|
||||
background-color: #fff;
|
||||
border-radius: 6px;
|
||||
@@ -1686,7 +1694,7 @@ header .user_wrap .user_info .logout {
|
||||
}
|
||||
|
||||
|
||||
/********** 20220715 퍼블 수정 ************/
|
||||
/********** 20220728 퍼블 수정 ************/
|
||||
|
||||
.popup.popup_form table .registration{
|
||||
padding: 10px 20px 0 20px;
|
||||
@@ -1706,6 +1714,7 @@ header .user_wrap .user_info .logout {
|
||||
margin-bottom: 2%;
|
||||
}
|
||||
|
||||
|
||||
/* --- 삭제
|
||||
.popup.popup_form table .registration ul li:nth-child(3n){
|
||||
margin-right: 0;
|
||||
@@ -1809,6 +1818,7 @@ textarea:focus{
|
||||
/*# sourceMappingURL=style.css.map */
|
||||
|
||||
/* loadingPage */
|
||||
|
||||
.loadingDimmed {
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
|
||||
Reference in New Issue
Block a user