NEW: Revert "[STUDIO-2476] design_staffpick"

This reverts commit 0063720bbaaa6a680f2d9f395d60cf193d126e11.

Change-Id: Ieb19daf19b38f5e25b78967ee225042988d98c7d
This commit is contained in:
chunmao.guo 2023-04-11 10:30:07 +08:00 committed by Lane.Wei
parent de3bb7eb4f
commit a344ebcf81
18 changed files with 556 additions and 363 deletions

View file

@ -83,15 +83,4 @@ body
.UG_DESC
{
color:#818183;
}
/*---Staff PIck----*/
#HotModel_Swiper
{
background-color: #323238;
}
.HotModel_NameText
{
background-color: #636368;
}

View file

@ -244,13 +244,6 @@ body
height: 100%;
}
.TitleSmallIcon
{
width:30px;
height: 30px;
margin-right: 10px;
}
#MenuArea
{
height: 140px;
@ -309,22 +302,6 @@ body
height: 420px;
}
#HotModelBlock
{
display:flex;
align-items: center;
padding: 6px 2px;
border-bottom-width: 0px;
border-bottom-style: solid;
}
.HotModel_PrevImg
{
width: 200px;
height: 148px;
}
#RecentFileArea
{
margin-top: 10px;
@ -337,7 +314,7 @@ body
{
display:flex;
align-items: center;
padding: 6px 2px;
padding: 6px;
border-bottom-width: 1px;
border-bottom-style: solid;
}
@ -650,53 +627,28 @@ body
font-size: 14px;
}
/*--Staff Pick--*/
#HotModelArea
/*------Christmas cabin---*/
#ChristmasArea
{
display: none;
}
#HotModel_Swiper
{
background-color: #EEEEEE;
padding: 20px 16px 20px 16px;
}
.HotModelPiece
{
width: 200px!important;
display:flex;
margin-top: 10px;
display: flex;
flex-direction: column;
cursor: pointer;
}
.HotModel_PrevBlock
#ChristmasTitleBlock
{
border:2px solid #656568;
height: 148px;
display:flex;
align-items: center;
padding: 6px;
border-bottom-width: 1px;
border-bottom-style: solid;
}
.HotModel_PrevImg
#CabinList
{
width: 100%;
}
display: flex;
flex-wrap: wrap;
align-content: flex-start;
overflow-y: auto;
.HotModel_NameText
{
height: 28px;
line-height: 28px;
padding: 0px 8px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
background-color: #cecece;
}
.swiper-scrollbar
{
height: 10px!important;
}
}
}