_main.scss 적용
This commit is contained in:
parent
076ea3afba
commit
b6e6bdb005
@ -75,8 +75,8 @@
|
||||
height: 45px;
|
||||
border-radius: 100px;
|
||||
padding: 0 20px;
|
||||
border: 1px solid rgba(255, 255, 255, 0.30);
|
||||
background: rgba(31, 31, 31, 0.30);
|
||||
border: 1px solid rgba(255, 255, 255, 0.3);
|
||||
background: rgba(31, 31, 31, 0.3);
|
||||
.main-search {
|
||||
flex: 1;
|
||||
height: 100%;
|
||||
@ -110,13 +110,28 @@
|
||||
flex-direction: column;
|
||||
padding: 40px;
|
||||
border-radius: 6px;
|
||||
background: #FFF;
|
||||
background: #fff;
|
||||
box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.02);
|
||||
&.item01{flex: 1; max-height: 400px;}
|
||||
&.item02{flex: none; width: 451px; max-height: 400px;}
|
||||
&.item03{flex: 1;}
|
||||
&.item04{flex: none; width: 351px;}
|
||||
&.item05{flex: none; width: 451px;}
|
||||
&.item01 {
|
||||
flex: 1;
|
||||
max-height: 400px;
|
||||
}
|
||||
&.item02 {
|
||||
flex: none;
|
||||
width: 451px;
|
||||
max-height: 400px;
|
||||
}
|
||||
&.item03 {
|
||||
flex: 1;
|
||||
}
|
||||
&.item04 {
|
||||
flex: none;
|
||||
width: 351px;
|
||||
}
|
||||
&.item05 {
|
||||
flex: none;
|
||||
width: 451px;
|
||||
}
|
||||
.product-item-title-wrap {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@ -131,16 +146,26 @@
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
border-radius: 50px;
|
||||
background: #14324F;
|
||||
background: #14324f;
|
||||
margin-right: 12px;
|
||||
background-repeat: no-repeat;
|
||||
background-size: 22px 22px;
|
||||
background-position: center;
|
||||
&.ico01{background-image: url(../../public/static/images/main/product_ico01.svg);}
|
||||
&.ico02{background-image: url(../../public/static/images/main/product_ico02.svg);}
|
||||
&.ico03{background-image: url(../../public/static/images/main/product_ico03.svg);}
|
||||
&.ico04{background-image: url(../../public/static/images/main/product_ico04.svg);}
|
||||
&.ico05{background-image: url(../../public/static/images/main/product_ico05.svg);}
|
||||
&.ico01 {
|
||||
background-image: url(../../public/static/images/main/product_ico01.svg);
|
||||
}
|
||||
&.ico02 {
|
||||
background-image: url(../../public/static/images/main/product_ico02.svg);
|
||||
}
|
||||
&.ico03 {
|
||||
background-image: url(../../public/static/images/main/product_ico03.svg);
|
||||
}
|
||||
&.ico04 {
|
||||
background-image: url(../../public/static/images/main/product_ico04.svg);
|
||||
}
|
||||
&.ico05 {
|
||||
background-image: url(../../public/static/images/main/product_ico05.svg);
|
||||
}
|
||||
}
|
||||
}
|
||||
.more-btn {
|
||||
@ -156,7 +181,7 @@
|
||||
overflow: hidden;
|
||||
.recently-list {
|
||||
.recently-item {
|
||||
border: 1px solid #F2F2F2;
|
||||
border: 1px solid #f2f2f2;
|
||||
background-color: transparent;
|
||||
padding: 29.9px 20px;
|
||||
margin-bottom: 5px;
|
||||
@ -193,7 +218,7 @@
|
||||
transform: translateY(-50%);
|
||||
width: 1px;
|
||||
height: 10px;
|
||||
background-color: #BBB;
|
||||
background-color: #bbb;
|
||||
}
|
||||
&:last-child {
|
||||
&:after {
|
||||
@ -245,9 +270,15 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
&::-webkit-scrollbar {width: 4px; /* 스크롤바의 너비 */}
|
||||
&::-webkit-scrollbar-thumb {background: #697C8F; /* 스크롤바의 색상 */}
|
||||
&::-webkit-scrollbar-track {background: transparent; /*스크롤바 뒷 배경 색상*/}
|
||||
&::-webkit-scrollbar {
|
||||
width: 4px; /* 스크롤바의 너비 */
|
||||
}
|
||||
&::-webkit-scrollbar-thumb {
|
||||
background: #697c8f; /* 스크롤바의 색상 */
|
||||
}
|
||||
&::-webkit-scrollbar-track {
|
||||
background: transparent; /*스크롤바 뒷 배경 색상*/
|
||||
}
|
||||
}
|
||||
.faq-item {
|
||||
position: relative;
|
||||
@ -300,9 +331,9 @@
|
||||
padding: 20px;
|
||||
text-align: left;
|
||||
border-radius: 4px;
|
||||
background-color: #697C8F;
|
||||
background-color: #697c8f;
|
||||
margin-bottom: 5px;
|
||||
transition: background .17s ease-in-out;
|
||||
transition: background 0.17s ease-in-out;
|
||||
span {
|
||||
position: relative;
|
||||
display: block;
|
||||
@ -333,14 +364,19 @@
|
||||
.contact-info-list {
|
||||
padding: 25px 30px;
|
||||
border-radius: 4px;
|
||||
background-color: #F4F4F7;
|
||||
background-color: #f4f4f7;
|
||||
.info-item {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 15px 0;
|
||||
border-bottom: 1px solid #fff;
|
||||
&:first-child{padding-top: 0;}
|
||||
&:last-child{padding-bottom: 0; border: none;}
|
||||
&:first-child {
|
||||
padding-top: 0;
|
||||
}
|
||||
&:last-child {
|
||||
padding-bottom: 0;
|
||||
border: none;
|
||||
}
|
||||
.icon-box {
|
||||
display: flex;
|
||||
margin-right: 12px;
|
||||
@ -388,7 +424,7 @@
|
||||
color: #364864;
|
||||
font-weight: 400;
|
||||
padding-bottom: 30px;
|
||||
border-bottom: 1px solid #E5E9EF;
|
||||
border-bottom: 1px solid #e5e9ef;
|
||||
span {
|
||||
display: block;
|
||||
font-weight: 600;
|
||||
@ -404,7 +440,7 @@
|
||||
position: relative;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
border: 1px solid #E5E9EF;
|
||||
border: 1px solid #e5e9ef;
|
||||
height: 45px;
|
||||
padding-left: 40px;
|
||||
padding-right: 15px;
|
||||
@ -419,7 +455,7 @@
|
||||
&::placeholder {
|
||||
font-size: 13px;
|
||||
font-weight: 400;
|
||||
color: #D1D7E0;
|
||||
color: #d1d7e0;
|
||||
}
|
||||
}
|
||||
&::before {
|
||||
@ -476,19 +512,19 @@
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 45px;
|
||||
background-color: #5C6773;
|
||||
background-color: #5c6773;
|
||||
color: #fff;
|
||||
font-size: 15px;
|
||||
font-weight: 600;
|
||||
border-radius: 4px;
|
||||
transition: background .15s ease-in-out;
|
||||
transition: background 0.15s ease-in-out;
|
||||
&:hover {
|
||||
background-color: #717e8d;
|
||||
}
|
||||
&.light {
|
||||
background-color: #fff;
|
||||
border: 1px solid #5C6773;
|
||||
color: #5C6773;
|
||||
border: 1px solid #5c6773;
|
||||
color: #5c6773;
|
||||
}
|
||||
}
|
||||
.login-btn-box {
|
||||
@ -561,17 +597,16 @@
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
top: -1px;
|
||||
border-color: #A8B6C7;
|
||||
border-color: #a8b6c7;
|
||||
border-radius: 3px;
|
||||
transition: background .05s ease-in-out;
|
||||
transition: background 0.05s ease-in-out;
|
||||
}
|
||||
}
|
||||
input[type='checkbox']:checked + label::before {
|
||||
border-color: #a8b6c7;
|
||||
background-color: #a8b6c7;
|
||||
}
|
||||
input[type=checkbox]:checked + label::before{
|
||||
border-color: #A8B6C7;
|
||||
background-color: #A8B6C7;
|
||||
}
|
||||
input[type=checkbox]:checked + label::after{
|
||||
input[type='checkbox']:checked + label::after {
|
||||
border-color: #fff;
|
||||
width: 7px;
|
||||
height: 11px;
|
||||
@ -579,6 +614,7 @@
|
||||
left: 1px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// 회원가입
|
||||
.center-page-wrap {
|
||||
@ -587,7 +623,7 @@
|
||||
justify-content: center;
|
||||
width: 100%;
|
||||
min-height: 100vh;
|
||||
background-color: #F4F4F7;
|
||||
background-color: #f4f4f7;
|
||||
overflow-x: hidden;
|
||||
.center-page-inner {
|
||||
width: 100%;
|
||||
@ -612,7 +648,6 @@
|
||||
max-width: 1000px;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// 회원가입 완료
|
||||
@ -633,14 +668,14 @@
|
||||
.complete-email-wrap {
|
||||
padding: 36px 30px;
|
||||
border-radius: 2px;
|
||||
background: #F4F4F7;
|
||||
background: #f4f4f7;
|
||||
margin-bottom: 20px;
|
||||
.email-info {
|
||||
font-size: 13px;
|
||||
font-weight: 400;
|
||||
color: #000;
|
||||
span {
|
||||
color: #204AF4;
|
||||
color: #204af4;
|
||||
font-weight: 500;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user