말줄임 부분 스타일 변경건.

This commit is contained in:
junghoon86.park
2024-05-22 17:30:04 +09:00
parent 1650e78a03
commit 01cf7edef4
3 changed files with 2 additions and 8 deletions

View File

@@ -55,7 +55,7 @@
font-size: 24px; font-size: 24px;
color: @COLOR_GRAY06; color: @COLOR_GRAY06;
.elip(@clamp:2); .elip(@clamp:2);
word-break: break-all;
overflow: hidden; overflow: hidden;
} }
@@ -67,7 +67,6 @@
&.offerInfo { &.offerInfo {
overflow: hidden; overflow: hidden;
.elip(@clamp:1); .elip(@clamp:1);
word-break: break-all;
} }
&.priceInfo { &.priceInfo {
@@ -84,7 +83,6 @@
> strong { > strong {
overflow: hidden; overflow: hidden;
.elip(@clamp:1); .elip(@clamp:1);
word-break: break-all;
} }
} }
} }
@@ -155,7 +153,7 @@
font-size: 24px; font-size: 24px;
color: @COLOR_GRAY06; color: @COLOR_GRAY06;
.elip(@clamp:2); .elip(@clamp:2);
word-break: break-all;
overflow: hidden; overflow: hidden;
} }
@@ -168,7 +166,6 @@
&.offerInfo { &.offerInfo {
overflow: hidden; overflow: hidden;
.elip(@clamp:1); .elip(@clamp:1);
word-break: break-all;
} }
&.priceInfo { &.priceInfo {
@@ -185,7 +182,6 @@
> strong { > strong {
overflow: hidden; overflow: hidden;
.elip(@clamp:1); .elip(@clamp:1);
word-break: break-all;
} }
} }
} }

View File

@@ -80,7 +80,6 @@
line-height: 1.2; line-height: 1.2;
padding-left: 12px; padding-left: 12px;
font-weight: bold; font-weight: bold;
word-break: break-all;
position: relative; position: relative;
z-index: 2; z-index: 2;

View File

@@ -86,7 +86,6 @@
font-weight: bold; font-weight: bold;
font-size: 30px; font-size: 30px;
width: 248px; width: 248px;
word-break: break-all;
} }
} }