mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-09 23:05:04 -06:00
Add the full source of BambuStudio
using version 1.0.10
This commit is contained in:
parent
30bcadab3e
commit
1555904bef
3771 changed files with 1251328 additions and 0 deletions
68
resources/web/guide/11/11.css
Normal file
68
resources/web/guide/11/11.css
Normal file
|
@ -0,0 +1,68 @@
|
|||
|
||||
#Content
|
||||
{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content:flex-start;
|
||||
align-items:center;
|
||||
}
|
||||
|
||||
|
||||
#EarthIcon img
|
||||
{
|
||||
width: 160px;
|
||||
}
|
||||
|
||||
#EarthIcon
|
||||
{
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
#RegionList
|
||||
{
|
||||
border: 3px solid #C7C7C7;
|
||||
width: 400px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.RegionItem
|
||||
{
|
||||
line-height: 40px;
|
||||
height: 40px;
|
||||
padding-left: 10px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.RegionItem:hover
|
||||
{
|
||||
background-color: #ECECEC;
|
||||
}
|
||||
|
||||
|
||||
.RegionSelected
|
||||
{
|
||||
background-color:#00AE42;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.RegionSelected:hover
|
||||
{
|
||||
background-color:#00AE42;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
#ChangeTip
|
||||
{
|
||||
margin-top: 15px;
|
||||
line-height:20px;
|
||||
text-align: center;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.TipIcon
|
||||
{
|
||||
width:24px;
|
||||
height: 24px;
|
||||
margin-right: 5px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue