- youmayalsolike 파트너사 21일때는 노출하지않음. - see more product 쉘프에 스폰서 이미지 추가 - see more product 쉘프에 쉘프명 수정.
65 lines
1.3 KiB
Plaintext
65 lines
1.3 KiB
Plaintext
@import "../../style/CommonStyle.module.less";
|
|
@import "../../style/utils.module.less";
|
|
|
|
.tHeader {
|
|
width: 100%;
|
|
height: 90px;
|
|
color: #222;
|
|
font-weight: bold;
|
|
background-color: #fff;
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
position: relative;
|
|
.title {
|
|
width: 1788px;
|
|
font-size: 42px;
|
|
padding-left: 60px;
|
|
font-weight: 600;
|
|
letter-spacing: 1px;
|
|
text-transform: uppercase;
|
|
}
|
|
.cartTitle {
|
|
width: 1788px;
|
|
font-size: 42px;
|
|
padding-left: 12px;
|
|
font-weight: 600;
|
|
letter-spacing: 1px;
|
|
text-transform: uppercase;
|
|
}
|
|
}
|
|
|
|
.button {
|
|
.size(@w: 60px, @h: 60px);
|
|
background-size: 60px 60px;
|
|
background-position: center;
|
|
background-image: url("../../../assets/images/btn/btn-60-bk-back-nor@3x.png");
|
|
border: none;
|
|
|
|
&:focus {
|
|
border-radius: 10px;
|
|
background-image: url("../../../assets/images/btn/btn-60-wh-back-foc@3x.png");
|
|
box-shadow: 0px 6px 30px 0 rgba(0, 0, 0, 0.4);
|
|
}
|
|
}
|
|
|
|
.sponserImgBox {
|
|
position:absolute;
|
|
right:0;
|
|
top:0;
|
|
height:30px;
|
|
display:flex;
|
|
flex-wrap: wrap;
|
|
align-items: center;
|
|
justify-content: center;
|
|
.sponserImg {
|
|
height:30px;
|
|
}
|
|
.sponserTextBox {
|
|
padding:3px;
|
|
background-color: #474747;
|
|
color:rgba(255, 255, 255, 0.5);
|
|
font-size:14px;
|
|
border-radius: 6px;
|
|
}
|
|
} |