호스트네임 위치변경건.

This commit is contained in:
junghoon86.park
2024-06-14 17:12:34 +09:00
parent 494e98502b
commit e6aba049e8
2 changed files with 88 additions and 45 deletions

View File

@@ -157,6 +157,26 @@
overflow: hidden;
}
> h3 {
height: 64px;
font-weight: bold;
line-height: 1.33;
font-size: 24px;
color: @COLOR_GRAY06;
.elip(@clamp:2);
overflow: hidden;
> h3 {
height: 64px;
font-weight: bold;
line-height: 1.33;
font-size: 24px;
color: @COLOR_GRAY06;
.elip(@clamp:2);
overflow: hidden;
}
}
> p {
font-weight: bold;
font-size: 30px;
@@ -280,31 +300,38 @@
.title {
.size(@w: 438px, @h: 64px);
margin-left: 10px;
align-self: center;
font-weight: bold;
line-height: 1.33;
.elip(@clamp: 2);
.productNameTitle {
align-self: center;
font-weight: bold;
line-height: 1.33;
.elip(@clamp: 2);
}
}
&.hstNmWrap {
margin-top: 11px;
.size(@w: 508px, @h: 107px);
.title {
margin-left: 10px;
.size(@w: 438px, @h: 60px);
align-self: flex-start;
font-weight: bold;
line-height: 30px;
.elip(@clamp: 2);
}
.hstmNmTitle {
margin: 5px 0 0 70px;
.size(@w: 438px, @h: 26px);
color: #767676;
font-size: 22px;
line-height: 1.18;
.elip(@clamp: 1);
font-weight: normal;
margin-left: 15px;
.size(@w: 430px, @h: 100px);
.productNameTitle {
.size(@w: 430px, @h: 60px);
align-self: flex-start;
font-weight: bold;
line-height: 30px;
.elip(@clamp: 2);
}
.hstmNmTitle {
margin: 5px 0 5px 0px;
.size(@w: 430px, @h: 26px);
color: #767676;
font-size: 22px;
line-height: 1.18;
.elip(@clamp: 1);
font-weight: normal;
}
}
}
}
@@ -361,18 +388,21 @@
}
.title {
margin-top: 8px;
width: 270px;
.elip(@clamp: 9);
font-weight: bold;
line-height: 32px;
}
.hstmNmTitle {
margin-top: 5px;
.size(@w: 270px, @h: 30px);
color: #767676;
font-size: 22px;
.elip(@clamp: 1);
font-weight: normal;
.hstmNmTitle {
margin-top: 5px;
.size(@w: 270px, @h: 30px);
color: #767676;
font-size: 22px;
.elip(@clamp: 1);
font-weight: normal;
}
.productNameTitle {
width: 270px;
.elip(@clamp: 9);
font-weight: bold;
line-height: 32px;
}
}
}
}