투데이 딜스 부분 폰트 변경 및 스타일 수정.

This commit is contained in:
junghoon86.park
2024-07-22 11:09:50 +09:00
parent 6b0663a650
commit 65e581c533
2 changed files with 3 additions and 8 deletions

View File

@@ -83,7 +83,6 @@
.todaysDealTitle { .todaysDealTitle {
font-size: 58px; font-size: 58px;
line-height: 60px; line-height: 60px;
font-weight: 900;
font-family: @arialFontBold; font-family: @arialFontBold;
} }
} }
@@ -93,15 +92,12 @@
.todaysDealTitle { .todaysDealTitle {
.size(@w:100%,@h:132px); .size(@w:100%,@h:132px);
font-size: 76px; font-size: 76px;
font-weight: 900;
word-break: break-word; word-break: break-word;
font-stretch: normal; font-stretch: normal;
font-style: normal;
color: #151515; color: #151515;
text-align: center; text-align: center;
line-height: 76px; line-height: 76px;
font-family: @arialFont; font-family: @arialFontBold;
font-weight: 900;
} }
.textBox { .textBox {
.size(@w: 100%, @h: 80px); .size(@w: 100%, @h: 80px);
@@ -158,16 +154,15 @@
.productInfo { .productInfo {
margin-bottom: 0; margin-bottom: 0;
.todaysDealTitle { .todaysDealTitle {
.size(@w:296px,@h:114px); .size(@w:305px,@h:114px);
margin-top: 53px; margin-top: 53px;
margin-left: 49px; margin-left: 49px;
font-size: 66px; font-size: 66px;
font-weight: 900;
word-break: break-word; word-break: break-word;
color: #151515; color: #151515;
text-align: left; text-align: left;
line-height: 57px; line-height: 57px;
font-family: Arial, Helvetica, sans-serif; font-family: @arialBlack;
} }
.textBox { .textBox {
.size(@w: 294px, @h: 80px); .size(@w: 294px, @h: 80px);