mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-11-02 20:51:23 -07:00
ENH: all fix about OnlineModels
Change-Id: I9ae1a9fdb364c28f3c9de2827ca1bbb9a2f750fa
This commit is contained in:
parent
7cc59dab27
commit
28750e10ac
7 changed files with 186 additions and 44 deletions
|
|
@ -14,6 +14,11 @@ body
|
|||
color:#efeff0;
|
||||
}
|
||||
|
||||
.TextS2
|
||||
{
|
||||
color:#B3B3B5;
|
||||
}
|
||||
|
||||
.ZScrol::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
|
||||
background-color: #939594;
|
||||
}
|
||||
|
|
@ -88,10 +93,39 @@ body
|
|||
/*---Staff PIck----*/
|
||||
#HotModel_Swiper
|
||||
{
|
||||
background-color: #323238;
|
||||
|
||||
}
|
||||
|
||||
.HotModel_NameText
|
||||
{
|
||||
background-color: #636368;
|
||||
height: 32px;
|
||||
}
|
||||
|
||||
.HotModelPiece
|
||||
{
|
||||
border: 1px solid #4C4C55;
|
||||
box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.04);
|
||||
background-color: #4C4C55;
|
||||
}
|
||||
|
||||
#HotModel_RIGHT_Title
|
||||
{
|
||||
color: #818183;
|
||||
}
|
||||
|
||||
.swiper
|
||||
{
|
||||
--swiper-navigation-color: #EFEFF0;/* 单独设置按钮颜色 */
|
||||
}
|
||||
|
||||
.swiper-button-prev
|
||||
{
|
||||
background: rgba(54, 54, 60, 0.88);
|
||||
border: 1px solid rgba(129, 129, 131, 0.64);
|
||||
}
|
||||
|
||||
.swiper-button-next
|
||||
{
|
||||
background: rgba(54, 54, 60, 0.88);
|
||||
border: 1px solid rgba(129, 129, 131, 0.64);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue