css정리

main
이범준 7 months ago
parent 772eacdd2a
commit 9ef42bfbfa

@ -49,41 +49,7 @@ select {
padding: 0 5px
}
/* 최상위 태그 */
#layoutPage {
transition: all 1s;
min-width: 1480px !important;
}
#layoutPage .aside-left {
display: flex;
width: min-content;
background-color: #ffffff;
margin-right: 5px;
}
#layoutPage header {
display: flex;
align-items: center;
height: 2.2rem !important;
}
#layoutPage footer {
height: 2.2rem !important;
}
#layoutPage main {
padding: 0 0 0 0 !important;
}
#layoutPage .aside-right {
background-color: white;
border: 1px solid black;
position: fixed;
z-index: 99;
top :2.2rem;
right: 1rem;
width: min-content;
}
#innerPageTabContents {
height : calc( 100% - 2.2rem );
@ -344,142 +310,6 @@ span.skeleton {
margin:0 3px;
}
/* 카드 */
.card-header-line {
--bs-card-body-border-width : 1px;
margin-bottom: 1rem;
}
.card-header-lg {
--bs-card-cap-padding-x : 1.5rem;
--bs-card-cap-padding-y : 1.5rem;
}
/*테이블*/
.table-02 {
font-size: 12px;
border-collapse: separate;
border-spacing: 5px 5px;
margin-bottom: 20px;
}
.table-02 th, .table-02 td {
border: 1px solid #b7b7b7;
color: #515151;
}
.table-02 th {
vertical-align: top;
padding: 10px 15px;
background-color: #eee;
color: #3d3d3d;
font-weight: bold;
}
.table-02 td {
padding: 0 15px;
}
.table-02 input[type=text], .table-02 select, .table-02 textarea {
border: none;
width: 100%;
height: 100%;
color: #515151;
}
.table-02 input[type=text], .table-02 select {
min-height: 30px;
}
.table-02 input[type=radio], .table-02 input[type=checkbox] {
margin: 10px 2px 10px 15px;
}
.table-02 td > input[type=radio]:first-of-type, .table-02 td > input[type=checkbox]:first-of-type {
margin-left: 0;
}
.table-02 textarea {
min-height: 50px;
resize: none;
padding: 15px;
}
.table-03 {
font-size: 12px;
margin-bottom: 20px;
border:1px solid red;
}
.table-03 th, .table-03 td {
border: 1px solid #b7b7b7;
color: #515151;
vertical-align: middle;
}
.table-03 th {
background-color: #f2f5fd;
font-weight: normal;
color: #101010;
letter-spacing: -0.7px;
font-size:13px;
text-align: center;
}
.table-03 td {
background-color: #fff;
padding: 1px;
}
.table-03 input[type=text], .table-03 select, .table-03 textarea {
border: 1px solid #d1d1d1;
min-height: 30px;
width: 100%;
height: 100%;
color: #515151;
}
.table-03 a.btn {
margin-top: -5px;
margin-bottom: -5px;
vertical-align: top;
}
.table-03 input[type=text], .table-03 select {
padding-left: 15px;
}
.table-03 textarea {
min-height: 50px;
resize: none;
padding: 15px;
}
.table-03 input[type=radio], .table-03 input[type=checkbox] {
margin: 0px 2px 0px 15px;
}
.table-03 input[type=radio]:first-child, .table-03 input[type=checkbox]:first-child {
margin-left: 0;
}
/* div 너비,높이 */
.container-fix01 {
width: 70%;
min-width:600px;
height: 570px;
}
.container-fix09 {
width: 70%;
min-width:600px;
min-height: 730px;
}
.container-fix02 {
width:48%;
min-width:500px;
height: 630px;
}
.container-fix05 {
width: 1100px;
min-width: 700px;
gap:1em;
display: flex;
}
.container-fix04 {
width: 400px;
}
.container-fix06 {
width: 1100px;
min-width:700px;
}
.w-form-select {
width: max-content !important;
@ -546,46 +376,6 @@ span.skeleton {
background-image: none !important;
}
/* 다이얼로그 창 넓이 */
.w-dialog-px-500 {
--bs-modal-width : 500px;
}
.w-dialog-px-600 {
--bs-modal-width : 600px;
}
.w-dialog-px-700 {
--bs-modal-width : 700px;
}
.w-dialog-px-800 {
--bs-modal-width : 800px;
}
.w-dialog-px-900 {
--bs-modal-width : 900px;
}
.w-dialog-px-1000 {
--bs-modal-width : 1000px;
}
.w-dialog-px-1100 {
--bs-modal-width : 1100px;
}
.w-dialog-px-1200 {
--bs-modal-width : 1200px;
}
.modal-header-noheader {
height: 0px !important;
}
.modal-header-noheader > .btn-close {
margin-top: 2rem !important;
}
/* pdf출력 설정 */
select.option-style-select[data-option-style='FILL_STROKE']{ font-weight: bold; }

Loading…
Cancel
Save