랜덤 부분 투데이스딜 번역 관련 수정
This commit is contained in:
@@ -73,15 +73,29 @@
|
||||
}
|
||||
|
||||
&.todaysDeals {
|
||||
background-image: url(../../../../assets/images/img_home_banner_td_ver.png);
|
||||
background-image: url(../../../../assets/images/img-home-banner-td-ver@3x.png);
|
||||
background-size: 486px 858px;
|
||||
background-position: left top;
|
||||
border-radius: 10px;
|
||||
padding: 268px 36px 0;
|
||||
padding: 73px 36px 0;
|
||||
.productInfo {
|
||||
margin-bottom: 33px;
|
||||
.todaysDealTitle {
|
||||
.size(@w:100%,@h:132px);
|
||||
font-size: 76px;
|
||||
font-weight: 900;
|
||||
word-break: keep-all;
|
||||
font-stretch: normal;
|
||||
font-style: normal;
|
||||
color: #151515;
|
||||
text-align: center;
|
||||
line-height: 76px;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
font-weight: 900;
|
||||
}
|
||||
.textBox {
|
||||
.size(@w: 100%, @h: 80px);
|
||||
margin-top: 71px;
|
||||
.elip(@clamp:2);
|
||||
font-weight: bold;
|
||||
font-size: 30px;
|
||||
@@ -119,7 +133,7 @@
|
||||
}
|
||||
}
|
||||
&.isHorizontal {
|
||||
background-image: url(../../../../assets/images/img_home_banner_td_hor.png);
|
||||
background-image: url(../../../../assets/images/img-home-banner-td-hor@3x.png);
|
||||
background-size: 744px 420px;
|
||||
background-position: center center;
|
||||
display: flex;
|
||||
@@ -133,9 +147,21 @@
|
||||
}
|
||||
.productInfo {
|
||||
margin-bottom: 0;
|
||||
.todaysDealTitle {
|
||||
.size(@w:296px,@h:114px);
|
||||
margin-top: 53px;
|
||||
margin-left: 49px;
|
||||
font-size: 66px;
|
||||
font-weight: 900;
|
||||
word-break: break-all;
|
||||
color: #151515;
|
||||
text-align: left;
|
||||
line-height: 57px;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
}
|
||||
.textBox {
|
||||
.size(@w: 294px, @h: 80px);
|
||||
margin: 234px 0 5px 50px;
|
||||
margin: 67px 0 5px 50px;
|
||||
text-align: left;
|
||||
}
|
||||
.accBox {
|
||||
|
||||
Reference in New Issue
Block a user