_main.scss, _contents.scss 적용
This commit is contained in:
parent
7d2d32f198
commit
ee897ede4d
@ -1,35 +1,38 @@
|
||||
// CanvasPage
|
||||
.canvas-wrap{
|
||||
height: calc(100vh - 47px);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
.canvas-content{
|
||||
flex: 1 1 auto;
|
||||
.canvas-layout{
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
&.sub-wrap{
|
||||
overflow: hidden;
|
||||
.canvas-content{
|
||||
height: calc(100% - 47px);
|
||||
}
|
||||
}
|
||||
}
|
||||
// .canvas-wrap{
|
||||
// height: calc(100vh - 47px);
|
||||
// display: flex;
|
||||
// flex-direction: column;
|
||||
// .canvas-content{
|
||||
// flex: 1 1 auto;
|
||||
// .canvas-layout{
|
||||
// height: 100%;
|
||||
// }
|
||||
// }
|
||||
// &.sub-wrap{
|
||||
// overflow: hidden;
|
||||
// .canvas-content{
|
||||
// height: calc(100% - 47px);
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
// CanvasMenu
|
||||
.canvas-menu-wrap {
|
||||
position: relative;
|
||||
position: fixed;
|
||||
top: 46px;
|
||||
left: 0;
|
||||
display: block;
|
||||
width: 100%;
|
||||
padding-bottom: 0;
|
||||
background-color: #383838;
|
||||
transition: padding .17s ease-in-out;
|
||||
transition: padding 0.17s ease-in-out;
|
||||
z-index: 999;
|
||||
.canvas-menu-inner {
|
||||
position: relative;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 0 40px 0 20px;
|
||||
background-color: #2C2C2C;
|
||||
background-color: #2c2c2c;
|
||||
z-index: 999;
|
||||
.canvas-menu-list {
|
||||
display: flex;
|
||||
@ -48,7 +51,7 @@
|
||||
font-weight: 600;
|
||||
padding: 15px 20px;
|
||||
opacity: 0.55;
|
||||
transition: all .17s ease-in-out;
|
||||
transition: all 0.17s ease-in-out;
|
||||
.menu-icon {
|
||||
display: block;
|
||||
width: 16px;
|
||||
@ -57,13 +60,27 @@
|
||||
background-position: center;
|
||||
background-size: cover;
|
||||
margin-right: 10px;
|
||||
&.con00{background-image: url(/static/images/canvas/menu_icon00.svg);}
|
||||
&.con01{background-image: url(/static/images/canvas/menu_icon01.svg);}
|
||||
&.con02{background-image: url(/static/images/canvas/menu_icon02.svg);}
|
||||
&.con03{background-image: url(/static/images/canvas/menu_icon03.svg);}
|
||||
&.con04{background-image: url(/static/images/canvas/menu_icon04.svg);}
|
||||
&.con05{background-image: url(/static/images/canvas/menu_icon05.svg);}
|
||||
&.con06{background-image: url(/static/images/canvas/menu_icon06.svg);}
|
||||
&.con00 {
|
||||
background-image: url(/static/images/canvas/menu_icon00.svg);
|
||||
}
|
||||
&.con01 {
|
||||
background-image: url(/static/images/canvas/menu_icon01.svg);
|
||||
}
|
||||
&.con02 {
|
||||
background-image: url(/static/images/canvas/menu_icon02.svg);
|
||||
}
|
||||
&.con03 {
|
||||
background-image: url(/static/images/canvas/menu_icon03.svg);
|
||||
}
|
||||
&.con04 {
|
||||
background-image: url(/static/images/canvas/menu_icon04.svg);
|
||||
}
|
||||
&.con05 {
|
||||
background-image: url(/static/images/canvas/menu_icon05.svg);
|
||||
}
|
||||
&.con06 {
|
||||
background-image: url(/static/images/canvas/menu_icon06.svg);
|
||||
}
|
||||
}
|
||||
}
|
||||
&.active {
|
||||
@ -94,25 +111,43 @@
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
border-radius: 2px;
|
||||
background-color: #3D3D3D;
|
||||
background-color: #3d3d3d;
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: 15px 15px;
|
||||
transition: all .17s ease-in-out;
|
||||
&.btn01{background-image: url(../../public/static/images/canvas/side_icon03.svg);}
|
||||
&.btn02{background-image: url(../../public/static/images/canvas/side_icon02.svg);}
|
||||
&.btn03{background-image: url(../../public/static/images/canvas/side_icon01.svg);}
|
||||
&.btn04{background-image: url(../../public/static/images/canvas/side_icon04.svg);}
|
||||
&.btn05{background-image: url(../../public/static/images/canvas/side_icon05.svg);}
|
||||
&.btn06{background-image: url(../../public/static/images/canvas/side_icon06.svg);}
|
||||
&.btn07{background-image: url(../../public/static/images/canvas/side_icon07.svg);}
|
||||
&.btn08{background-image: url(../../public/static/images/canvas/side_icon08.svg);}
|
||||
&.btn09{background-image: url(../../public/static/images/canvas/side_icon09.svg);}
|
||||
transition: all 0.17s ease-in-out;
|
||||
&.btn01 {
|
||||
background-image: url(../../public/static/images/canvas/side_icon03.svg);
|
||||
}
|
||||
&.btn02 {
|
||||
background-image: url(../../public/static/images/canvas/side_icon02.svg);
|
||||
}
|
||||
&.btn03 {
|
||||
background-image: url(../../public/static/images/canvas/side_icon01.svg);
|
||||
}
|
||||
&.btn04 {
|
||||
background-image: url(../../public/static/images/canvas/side_icon04.svg);
|
||||
}
|
||||
&.btn05 {
|
||||
background-image: url(../../public/static/images/canvas/side_icon05.svg);
|
||||
}
|
||||
&.btn06 {
|
||||
background-image: url(../../public/static/images/canvas/side_icon06.svg);
|
||||
}
|
||||
&.btn07 {
|
||||
background-image: url(../../public/static/images/canvas/side_icon07.svg);
|
||||
}
|
||||
&.btn08 {
|
||||
background-image: url(../../public/static/images/canvas/side_icon08.svg);
|
||||
}
|
||||
&.btn09 {
|
||||
background-image: url(../../public/static/images/canvas/side_icon09.svg);
|
||||
}
|
||||
&:hover {
|
||||
background-color: #1083E3;
|
||||
background-color: #1083e3;
|
||||
}
|
||||
&.active {
|
||||
background-color: #1083E3;
|
||||
background-color: #1083e3;
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -128,10 +163,18 @@
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
background-size: contain;
|
||||
&.ico01{background-image: url(../../public/static/images/canvas/ico-flx01.svg);}
|
||||
&.ico02{background-image: url(../../public/static/images/canvas/ico-flx02.svg);}
|
||||
&.ico03{background-image: url(../../public/static/images/canvas/ico-flx03.svg);}
|
||||
&.ico04{background-image: url(../../public/static/images/canvas/ico-flx04.svg);}
|
||||
&.ico01 {
|
||||
background-image: url(../../public/static/images/canvas/ico-flx01.svg);
|
||||
}
|
||||
&.ico02 {
|
||||
background-image: url(../../public/static/images/canvas/ico-flx02.svg);
|
||||
}
|
||||
&.ico03 {
|
||||
background-image: url(../../public/static/images/canvas/ico-flx03.svg);
|
||||
}
|
||||
&.ico04 {
|
||||
background-image: url(../../public/static/images/canvas/ico-flx04.svg);
|
||||
}
|
||||
}
|
||||
.name {
|
||||
font-size: 12px;
|
||||
@ -161,16 +204,16 @@
|
||||
button {
|
||||
margin-left: auto;
|
||||
height: 100%;
|
||||
background-color: #4B4B4B;
|
||||
background-color: #4b4b4b;
|
||||
font-size: 13px;
|
||||
font-weight: 400;
|
||||
color: #fff;
|
||||
padding: 0 7.5px;
|
||||
transition: all .17s ease-in-out;
|
||||
transition: all 0.17s ease-in-out;
|
||||
}
|
||||
&.on {
|
||||
button {
|
||||
background-color: #1083E3;
|
||||
background-color: #1083e3;
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -179,7 +222,7 @@
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
gap: 10px;
|
||||
background-color: #3D3D3D;
|
||||
background-color: #3d3d3d;
|
||||
border-radius: 2px;
|
||||
width: 100px;
|
||||
height: 30px;
|
||||
@ -212,7 +255,7 @@
|
||||
background-color: #383838;
|
||||
width: 100%;
|
||||
height: 50px;
|
||||
transition: all .17s ease-in-out;
|
||||
transition: all 0.17s ease-in-out;
|
||||
.canvas-depth2-inner {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@ -264,7 +307,7 @@
|
||||
align-items: center;
|
||||
margin-right: 34px;
|
||||
height: 100%;
|
||||
transition: all .17s ease-in-out;
|
||||
transition: all 0.17s ease-in-out;
|
||||
button {
|
||||
position: relative;
|
||||
font-size: 12px;
|
||||
@ -302,12 +345,34 @@
|
||||
}
|
||||
|
||||
// canvas-layout
|
||||
.canvas-content {
|
||||
padding-top: 46.8px;
|
||||
transition: all 0.17s ease-in-out;
|
||||
.canvas-frame {
|
||||
height: 86.3vh;
|
||||
}
|
||||
&.active {
|
||||
padding-top: calc(46.8px + 50px);
|
||||
.canvas-frame {
|
||||
height: 81vh;
|
||||
}
|
||||
}
|
||||
}
|
||||
.canvas-layout {
|
||||
padding-top: 37px;
|
||||
.canvas-page-list {
|
||||
position: fixed;
|
||||
top: 92.8px;
|
||||
left: 0;
|
||||
display: flex;
|
||||
background-color: #1C1C1C;
|
||||
background-color: #1c1c1c;
|
||||
border-top: 1px solid #000;
|
||||
width: 100%;
|
||||
transition: all 0.17s ease-in-out;
|
||||
z-index: 999;
|
||||
&.active {
|
||||
top: calc(92.8px + 50px);
|
||||
}
|
||||
.canvas-plane-wrap {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@ -319,14 +384,14 @@
|
||||
padding: 9.6px 20px;
|
||||
border-right: 1px solid #000;
|
||||
min-width: 0;
|
||||
transition: all .17s ease-in-out;
|
||||
transition: all 0.17s ease-in-out;
|
||||
span {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
font-size: 12px;
|
||||
font-family: 'Pretendard', sans-serif;
|
||||
color: #AAA;
|
||||
color: #aaa;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
@ -364,9 +429,9 @@
|
||||
justify-content: center;
|
||||
width: 45px;
|
||||
padding: 13.5px 0;
|
||||
background-color: #1C1C1C;
|
||||
background-color: #1c1c1c;
|
||||
border-right: 1px solid #000;
|
||||
transition: all .17s ease-in-out;
|
||||
transition: all 0.17s ease-in-out;
|
||||
span {
|
||||
display: block;
|
||||
width: 9px;
|
||||
@ -383,9 +448,24 @@
|
||||
|
||||
.canvas-frame {
|
||||
position: relative;
|
||||
height: calc(100% - 36.5px);
|
||||
background-color: #fff;
|
||||
// height: calc(100% - 36.5px);
|
||||
background-color: #f4f4f7;
|
||||
overflow: auto;
|
||||
transition: all 0.17s ease-in-out;
|
||||
// &::-webkit-scrollbar {
|
||||
// width: 10px;
|
||||
// height: 10px;
|
||||
// background-color: #fff;
|
||||
// }
|
||||
// &::-webkit-scrollbar-thumb {
|
||||
// background-color: #C1CCD7;
|
||||
// border-radius: 30px;
|
||||
// }
|
||||
// &::-webkit-scrollbar-track {
|
||||
// background-color: #fff;
|
||||
// }
|
||||
canvas {
|
||||
background-color: #fff;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
@ -402,7 +482,7 @@
|
||||
width: 100%;
|
||||
height: 46px;
|
||||
border-bottom: 1px solid #000;
|
||||
background: #2C2C2C;
|
||||
background: #2c2c2c;
|
||||
z-index: 999;
|
||||
.sub-header-inner {
|
||||
display: flex;
|
||||
@ -425,7 +505,9 @@
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
background-size: cover;
|
||||
&.drawing{background-image: url(../../public/static/images/main/drawing_icon.svg);}
|
||||
&.drawing {
|
||||
background-image: url(../../public/static/images/main/drawing_icon.svg);
|
||||
}
|
||||
}
|
||||
}
|
||||
&:after {
|
||||
@ -436,7 +518,7 @@
|
||||
transform: translateY(-50%);
|
||||
width: 1px;
|
||||
height: 16px;
|
||||
background-color: #D9D9D9;
|
||||
background-color: #d9d9d9;
|
||||
}
|
||||
&:first-child {
|
||||
padding-left: 0;
|
||||
@ -466,7 +548,7 @@
|
||||
span {
|
||||
display: flex;
|
||||
font-size: 12px;
|
||||
color: #AAA;
|
||||
color: #aaa;
|
||||
font-weight: normal;
|
||||
cursor: default;
|
||||
}
|
||||
@ -514,8 +596,6 @@
|
||||
&.estimate {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: calc(100% - 36.5px);
|
||||
overflow-y: auto;
|
||||
padding-top: 0;
|
||||
.sub-content-inner {
|
||||
flex: 1;
|
||||
@ -526,8 +606,8 @@
|
||||
.sub-table-box {
|
||||
padding: 20px;
|
||||
border-radius: 6px;
|
||||
border: 1px solid #E9EAED;
|
||||
background: #FFF;
|
||||
border: 1px solid #e9eaed;
|
||||
background: #fff;
|
||||
box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.02);
|
||||
.table-box-title-wrap {
|
||||
display: flex;
|
||||
@ -550,7 +630,7 @@
|
||||
position: relative;
|
||||
font-size: 15px;
|
||||
font-weight: 600;
|
||||
color: #1083E3;
|
||||
color: #1083e3;
|
||||
padding-left: 10px;
|
||||
&::before {
|
||||
content: '';
|
||||
@ -560,7 +640,7 @@
|
||||
transform: translateY(-50%);
|
||||
width: 1px;
|
||||
height: 11px;
|
||||
background-color: #D9D9D9;
|
||||
background-color: #d9d9d9;
|
||||
}
|
||||
}
|
||||
.option {
|
||||
@ -581,7 +661,7 @@
|
||||
span {
|
||||
font-weight: 600;
|
||||
&.red {
|
||||
color: #E23D70;
|
||||
color: #e23d70;
|
||||
}
|
||||
}
|
||||
&:after {
|
||||
@ -592,10 +672,17 @@
|
||||
transform: translateY(-50%);
|
||||
width: 1px;
|
||||
height: 11px;
|
||||
background-color: #D9D9D9;
|
||||
background-color: #d9d9d9;
|
||||
}
|
||||
&:first-child {
|
||||
padding-left: 0;
|
||||
}
|
||||
&:last-child {
|
||||
padding-right: 0;
|
||||
&::after {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
&:first-child{padding-left: 0;}
|
||||
&:last-child{padding-right: 0;&::after{display: none;}}
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -689,7 +776,7 @@
|
||||
width: 105px;
|
||||
height: 30px;
|
||||
line-height: 30px;
|
||||
background-color: #F4F4F7;
|
||||
background-color: #f4f4f7;
|
||||
border-radius: 100px;
|
||||
text-align: center;
|
||||
font-size: 13px;
|
||||
@ -704,12 +791,12 @@
|
||||
&.blue {
|
||||
font-size: 16px;
|
||||
font-weight: 700;
|
||||
color: #1083E3;
|
||||
color: #1083e3;
|
||||
}
|
||||
&.red {
|
||||
font-size: 16px;
|
||||
font-weight: 700;
|
||||
color: #D72A2A;
|
||||
color: #d72a2a;
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -723,7 +810,7 @@
|
||||
padding: 10px;
|
||||
.btn-area {
|
||||
padding-bottom: 15px;
|
||||
border-bottom: 1px solid #ECF0F4;
|
||||
border-bottom: 1px solid #ecf0f4;
|
||||
}
|
||||
.drag-file-area {
|
||||
position: relative;
|
||||
@ -745,7 +832,7 @@
|
||||
span {
|
||||
position: relative;
|
||||
font-size: 13px;
|
||||
color: #45576F;
|
||||
color: #45576f;
|
||||
font-weight: 400;
|
||||
white-space: nowrap;
|
||||
padding-right: 55px;
|
||||
@ -770,13 +857,13 @@
|
||||
.special-note-check-wrap {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(5, 1fr);
|
||||
border: 1px solid #ECF0F4;
|
||||
border: 1px solid #ecf0f4;
|
||||
border-radius: 3px;
|
||||
margin-bottom: 30px;
|
||||
.special-note-check-item {
|
||||
padding: 14px 10px;
|
||||
border-right: 1px solid #ECF0F4;
|
||||
border-top: 1px solid #ECF0F4;
|
||||
border-right: 1px solid #ecf0f4;
|
||||
border-top: 1px solid #ecf0f4;
|
||||
&:nth-child(5n) {
|
||||
border-right: none;
|
||||
}
|
||||
@ -784,13 +871,13 @@
|
||||
border-top: none;
|
||||
}
|
||||
&.act {
|
||||
background-color: #F7F9FA;
|
||||
background-color: #f7f9fa;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.calculation-estimate {
|
||||
border: 1px solid #ECF0F4;
|
||||
border: 1px solid #ecf0f4;
|
||||
border-radius: 3px;
|
||||
padding: 24px;
|
||||
max-height: 350px;
|
||||
@ -804,13 +891,13 @@
|
||||
dt {
|
||||
font-size: 13px;
|
||||
font-weight: 600;
|
||||
color: #1083E3;
|
||||
color: #1083e3;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
dd {
|
||||
font-size: 12px;
|
||||
font-weight: 400;
|
||||
color: #45576F;
|
||||
color: #45576f;
|
||||
margin-bottom: 8px;
|
||||
&:last-child {
|
||||
margin-bottom: 0;
|
||||
@ -842,7 +929,7 @@
|
||||
.product-price-tit {
|
||||
font-size: 13px;
|
||||
font-weight: 400;
|
||||
color: #45576F;
|
||||
color: #45576f;
|
||||
margin-right: 10px;
|
||||
}
|
||||
.select-wrap {
|
||||
@ -863,7 +950,7 @@
|
||||
align-items: center;
|
||||
font-size: 12px;
|
||||
font-weight: 400;
|
||||
color: #45576F;
|
||||
color: #45576f;
|
||||
padding-right: 10px;
|
||||
.ico {
|
||||
width: 23px;
|
||||
@ -880,7 +967,7 @@
|
||||
transform: translateY(-50%);
|
||||
width: 1px;
|
||||
height: 12px;
|
||||
background-color: #D9D9D9;
|
||||
background-color: #d9d9d9;
|
||||
}
|
||||
}
|
||||
.click-check {
|
||||
@ -888,7 +975,7 @@
|
||||
align-items: center;
|
||||
font-size: 12px;
|
||||
font-weight: 400;
|
||||
color: #F16A6A ;
|
||||
color: #f16a6a;
|
||||
padding-left: 10px;
|
||||
.ico {
|
||||
width: 14px;
|
||||
@ -920,7 +1007,6 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// 발전시물레이션
|
||||
@ -955,23 +1041,23 @@
|
||||
table {
|
||||
table-layout: fixed;
|
||||
border-collapse: collapse;
|
||||
border: 1px solid #ECF0F4;
|
||||
border: 1px solid #ecf0f4;
|
||||
border-radius: 4px;
|
||||
thead {
|
||||
th {
|
||||
padding: 4.5px 0;
|
||||
border-bottom: 1px solid #ECF0F4;
|
||||
border-bottom: 1px solid #ecf0f4;
|
||||
text-align: center;
|
||||
font-size: 13px;
|
||||
color: #45576F;
|
||||
color: #45576f;
|
||||
font-weight: 500;
|
||||
background-color: #F8F9FA;
|
||||
background-color: #f8f9fa;
|
||||
}
|
||||
}
|
||||
tbody {
|
||||
td {
|
||||
font-size: 13px;
|
||||
color: #45576F;
|
||||
color: #45576f;
|
||||
text-align: center;
|
||||
padding: 4.5px 0;
|
||||
}
|
||||
@ -984,13 +1070,13 @@
|
||||
padding: 20px;
|
||||
.simulation-tit-wrap {
|
||||
padding-right: 40px;
|
||||
border-right: 1px solid #EEEEEE;
|
||||
border-right: 1px solid #eeeeee;
|
||||
span {
|
||||
display: block;
|
||||
position: relative;
|
||||
padding-left: 60px;
|
||||
font-size: 15px;
|
||||
color: #14324F;
|
||||
color: #14324f;
|
||||
font-weight: 600;
|
||||
&::before {
|
||||
content: '';
|
||||
@ -1017,7 +1103,7 @@
|
||||
}
|
||||
dd {
|
||||
font-size: 12px;
|
||||
color: #45576F;
|
||||
color: #45576f;
|
||||
font-weight: 400;
|
||||
line-height: 24px;
|
||||
}
|
||||
@ -1031,10 +1117,10 @@
|
||||
.module-total {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
background-color: #F8F9FA;
|
||||
background-color: #f8f9fa;
|
||||
padding: 9px 0;
|
||||
margin-right: 4px;
|
||||
border: 1px solid #ECF0F4;
|
||||
border: 1px solid #ecf0f4;
|
||||
border-top: none;
|
||||
.total-title {
|
||||
flex: 1;
|
||||
@ -1057,7 +1143,7 @@
|
||||
.information-help-wrap {
|
||||
display: flex;
|
||||
padding: 24px;
|
||||
background-color: #F4F4F4;
|
||||
background-color: #f4f4f4;
|
||||
border-radius: 4px;
|
||||
margin-bottom: 15px;
|
||||
.information-help-tit-wrap {
|
||||
@ -1065,7 +1151,7 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding-right: 40px;
|
||||
border-right: 1px solid #E0E0E3;
|
||||
border-right: 1px solid #e0e0e3;
|
||||
.help-tit-icon {
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
@ -1077,7 +1163,7 @@
|
||||
.help-tit {
|
||||
font-size: 13px;
|
||||
font-weight: 600;
|
||||
color: #45576F;
|
||||
color: #45576f;
|
||||
}
|
||||
}
|
||||
.information-help-guide {
|
||||
@ -1086,7 +1172,7 @@
|
||||
display: block;
|
||||
font-size: 12px;
|
||||
font-weight: 400;
|
||||
color: #45576F;
|
||||
color: #45576f;
|
||||
margin-bottom: 7px;
|
||||
&:last-child {
|
||||
margin-bottom: 0;
|
||||
@ -1100,7 +1186,7 @@
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
padding: 10px 0 30px 0;
|
||||
border-bottom: 1px solid #E5E5E5;
|
||||
border-bottom: 1px solid #e5e5e5;
|
||||
margin-bottom: 24px;
|
||||
.community-search-box {
|
||||
position: relative;
|
||||
@ -1119,7 +1205,7 @@
|
||||
font-weight: 400;
|
||||
color: #101010;
|
||||
&::placeholder {
|
||||
color: #C8C8C8;
|
||||
color: #c8c8c8;
|
||||
}
|
||||
}
|
||||
.community-search-ico {
|
||||
@ -1138,10 +1224,10 @@
|
||||
.community-search-keyword {
|
||||
font-size: 13px;
|
||||
font-weight: 400;
|
||||
color: #45576F;
|
||||
color: #45576f;
|
||||
span {
|
||||
font-weight: 600;
|
||||
color: #F16A6A;
|
||||
color: #f16a6a;
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1156,16 +1242,16 @@
|
||||
align-items: center;
|
||||
padding: 24px;
|
||||
border-radius: 4px;
|
||||
border: 1px solid #E5E5E5;
|
||||
background: #FFF;
|
||||
transition: all .15s ease-in-out;
|
||||
border: 1px solid #e5e5e5;
|
||||
background: #fff;
|
||||
transition: all 0.15s ease-in-out;
|
||||
cursor: pointer;
|
||||
.file-item-info {
|
||||
.item-num {
|
||||
display: inline-block;
|
||||
padding: 6px 17.5px;
|
||||
border-radius: 60px;
|
||||
background-color: #F4F4F7;
|
||||
background-color: #f4f4f7;
|
||||
font-size: 13px;
|
||||
font-weight: 600;
|
||||
color: #101010;
|
||||
@ -1197,7 +1283,21 @@
|
||||
}
|
||||
}
|
||||
&:hover {
|
||||
background-color: #F4F4F7;
|
||||
background-color: #f4f4f7;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.file-down-nodata {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 100%;
|
||||
height: 148px;
|
||||
padding: 24px;
|
||||
border-radius: 4px;
|
||||
border: 1px solid #e5e5e5;
|
||||
font-size: 16px;
|
||||
font-weight: 500;
|
||||
color: #344356;
|
||||
}
|
||||
|
||||
@ -114,12 +114,12 @@
|
||||
box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.02);
|
||||
&.item01 {
|
||||
flex: 1;
|
||||
max-height: 400px;
|
||||
height: 400px;
|
||||
}
|
||||
&.item02 {
|
||||
flex: none;
|
||||
width: 451px;
|
||||
max-height: 400px;
|
||||
height: 400px;
|
||||
}
|
||||
&.item03 {
|
||||
flex: 1;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user