*
{
margin:0px;
padding: 0px;
border: 0px;
font-family: "system-ui", "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-sans;
user-select: none;
}
html
height: 100%;
body
min-width: 1280px;
display:flex;
flex-direction: column;
justify-content: center;
align-items: center;
background-color: #F4F4F4;
font-size: 14px;
color: #595959;
line-height: 24px;
#EmptyArea
display: flex;
#WholeArea
position: relative;
overflow-y: hidden;
display: none;
.ZScrol::-webkit-scrollbar {/*滚动条整体样式*/
width: 8px; /*高宽分别对应横竖滚动条的尺寸*/
height: 8px;
padding: 2px;
.ZScrol::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
border-radius: 6px;
-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;
.ZScrol::-webkit-scrollbar-track {/*滚动条里面轨道*/
border-radius: 10px;
background: #EDEDED;
.TopBottomBar
height: 24px;
.FloorBottomBar
height: 100px;
/*----Basic----*/
.Text_Title
font-size: 16px;
font-weight: 700;
color: black;
.Text_Value
.Text_Bold
.Text_TitleBoard
border-bottom: 1px solid #DDDDDD;
padding: 16px 0px;
.Text_TitleArea div
height: 32px;
line-height: 32px;
#Model_Name_Line
width: 800px;
#ModelNameBar
width: 100%;
overflow:hidden;
white-space: nowrap;
text-overflow: ellipsis;
#ModelName
.Block_BKGA
background-color: white;
.Block_BKGB
/*---Swiper---*/
.swiper
--swiper-theme-color: #ff6600;/* 设置Swiper风格 */
--swiper-navigation-color: #009688;/* 单独设置按钮颜色 */
--swiper-navigation-size: 30px;/* 设置按钮大小 */
/*---Left---*/
#LeftProcessBlock
position:fixed;
top: 24px;
width: 264px;
height: 160px;
flex-shrink: 0;
.LeftProcessBar
border-left: 2px solid #DDDDDD;
height: 40px;
cursor: pointer;
.LeftProcessBar img
margin-left:18px;
.LeftProcessBar span
margin-left: 20px;
.LeftTipIcon
width: 20px;
height: 20px;
.ProcessBarSelected
border-left-color:#009688;
.ProcessBarSelected span
color:#009688;
#Info_ProcessBar.ProcessBarSelected img
content:url("img/info_g.svg");
#File_ProcessBar.ProcessBarSelected img
content:url("img/file_g.svg");
#Profile_ProcessBar.ProcessBarSelected img
content:url("img/profile_g.svg");
/*---Right---*/
/*--Basic Info--*/
#Info_Inside_Board
height: calc(100% - 24px);
overflow-y:auto;
.InfoBlock
padding: 20px 40px;
.InfoBlock:nth-child(n+2)
margin-top: 8px;
#ModelInfoBlock
width: 1000px;
#Model_Name_Area {
justify-content: space-between;
align-items: flex-end;
#Model_Preview_Image
height: 480px;
margin: 24px 0px;
.swiper-slide
cursor:pointer;
align-content: center;
.swiper-slide img
max-width:100%;
max-height:100%;
/*---Document---*/
#LeftEmptyBlock
#Model_Desc img
#Model_Accessories
.File_Board
padding: 12px 15px;
.File_Board:nth-child(n+2)
margin-top: 16px;
.FileListBoard
flex-wrap: wrap;
.FileItem
width:406px;
margin: 4px 0px;
.FileItem:nth-child(2n+1)
margin-right: 16px;
.FileIcon img
width: 36px;
height: 42px;
.ImageIcon img
object-fit: cover;
.FileText
width: 306px;
line-height: 20px;
padding: 0px 16px;
.FileSize
display:none;
.FileName
overflow: hidden;
.FileMenu
width: 32px;
.FileMenu img
width: 24px;
/*---Profile---*/
#Profile_Preview_Image
.viewer-button
background-color: rgba(255,0,0,.5)!important;
#AddModelInfoBtn
border-width: 1px;
border-style: solid;
padding: 0px 10px;
line-height: 26px;
height: 26px;
margin-top: 20px;
#AddModelInfoBtn:hover
background-color:#CDCECE;