body{
  width: 100vw;
  height: 100vh;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  background: rgb(245, 248, 253);
}
#updateLogIfram{
  display: flex;
  flex-direction: column;
  width: 100vw;
  height: 100vh;
  box-sizing: border-box;
}
.listTime{
    margin-bottom: 22px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 18px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    cursor: pointer;
}
.logLeftTitle{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 700;
    font-size: 24px;
    color: #333333;
    line-height: 32px;
    text-align: left;
    font-style: normal;
    margin-top: 54px;
    margin-bottom: 8px;
    text-transform: none;
}

.logLeftTime{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 700;
    font-size: 16px;
    color: #3D3D3D;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.logLeftLittleTitle{
    margin-top: 12px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 700;
    font-size: 16px;
    color: #3D3D3D;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.logLeftContent{
    margin-top: 16px;
}
.isCheck{
    color: #6473EF;
}

::-webkit-scrollbar {
    width: 5px; 
    height: 10%
  }
  
  ::-webkit-scrollbar-track {
    background-color: #f1f1f1;  
     border-radius: 10px;
  
  } 
   
  /* 滚动条的滑轨背景颜色 */
    ::-webkit-scrollbar-thumb {
    background-color: #A4A9C1;
    border-radius: 10px;
  }
  .logLeftContent{
    padding-right: 114px;
  }
  .readTime{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 18px;
    font-style: normal;
    text-transform: none;
  }
  .goBack{
    width: 100vw;
    height: 52px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 52px;
    font-style: normal;
    text-transform: none;
    border-radius: 0px 0px 16px 16px;
    background: #fff;
  }
  .goBack >img{
    width: 40px;
    height: 20px;
    vertical-align: middle;
    cursor: pointer;
  }
  .el-icon-arrow-left{
    margin-left: 22px;
    margin-right: 16px;
    cursor: pointer;
  }
  .updataLogContent{
    margin: 16px 20px 0px 20px;
    flex: 1;
    display: flex;
    background: #fff;
    flex-direction: row;
    border-radius: 16px 16px 0px 0px;
  }
  .upDataLogRight{
    width: 222px;
    height: 100%;
    padding-left: 40px;
  }
  .upDataLogLeft{
    height: 100%;
    padding-right: 245px;
    flex: 1;
  }
.logRightList{
  max-height: 100vh;
  overflow-y: scroll;
  direction: rtl;
}
.logRightList::-webkit-scrollbar-thumb {
  background-color: #6473EF; /* 设置滑块颜色 */
  border-radius: 10px; /* 设置滑块圆角 */
  box-shadow: inset 0 0 6px rgba(0,0,0,0.5); /* 阴影效果 */
  transform: translateX(-100%); /* 向左偏移 */
  min-height: 18px;
}
.inn{
  font-family: Microsoft YaHei;
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  color: #333333;
}

.updateLogIframDark{
  background: rgb(24, 24, 26) !important;
}
.updateLogIframDark>.goBack{
  background: #363636;
  color: #fff;
}
.updateLogIframDark>.updataLogContent{
  background: #222124;
  color: #fff;
}
.updateLogIframDark>.updataLogContent>.upDataLogRight>.logRightCatalogue{
  color: #fff !important;
}
.updateLogIframDark>.updataLogContent>.upDataLogRight>.logRightList>.listTime{
  color: #fff !important;
}
.updateLogIframDark>.updataLogContent>.upDataLogRight>.logRightList>.isCheck{
  color: #596BFF !important;
}
.updateLogIframDark>.updataLogContent>.upDataLogLeft>div>div>p>span{
  background: unset !important;
  color: #fff !important;
}