1. first formal version of macos 2. add the bambu networking plugin install logic 3. auto compute the wipe volume when filament change 4. add the logic of wiping into support 5. refine the GUI layout and icons, improve the gui apperance in lots of small places 6. serveral improve to support 7. support AMS auto-mapping 8. disable lots of unstable features: such as params table, media file download, HMS 9. fix serveral kinds of bugs 10. update the document of building 11. ...
40 lines
No EOL
823 B
CSS
40 lines
No EOL
823 B
CSS
|
|
#PolicyTxt
|
|
{
|
|
background-color: #EBEBEB;
|
|
padding: 12px;
|
|
word-wrap:break-word;
|
|
overflow-y: scroll;
|
|
min-height: 200px;
|
|
text-indent: 2em;
|
|
}
|
|
|
|
#PolicyTxt::-webkit-scrollbar {/*滚动条整体样式*/
|
|
width: 5px; /*高宽分别对应横竖滚动条的尺寸*/
|
|
height: 1px;
|
|
}
|
|
|
|
#PolicyTxt::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
|
|
border-radius: 10px;
|
|
-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
|
|
box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
|
|
background-color: #AAAAAA;
|
|
}
|
|
|
|
#PolicyTxt::-webkit-scrollbar-track {/*滚动条里面轨道*/
|
|
-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
|
|
box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
|
|
border-radius: 10px;
|
|
background: #EDEDED;
|
|
}
|
|
|
|
#C_List li
|
|
{
|
|
margin-left: 4em;
|
|
}
|
|
|
|
p
|
|
{
|
|
text-indent:2em;
|
|
margin-bottom: 2px;
|
|
} |