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