基于廊坊系统为基础,国防科技大学系统演示Demo
surprise
2024-04-29 8a90585f32ff7f0ceb807581db2d7b59e9820874
src/assets/css/content.css
@@ -1,26 +1,26 @@
.contentBox {
    width: 100%;
    height: 100%;
    overflow: hidden;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.box {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    margin: 10px;
    overflow: hidden;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  margin: 10px;
  overflow: hidden;
}
/*左侧div样式*/
.left {
    width: calc(14% - 10px);
    /*左侧初始化宽度*/
    height: 100%;
    overflow: auto;
    border-radius: 10px;
    float: left;
  width: calc(14% - 10px);
  /*左侧初始化宽度*/
  height: 100%;
  overflow: auto;
  border-radius: 10px;
  float: left;
}
/*拖拽区div样式*/
@@ -28,25 +28,25 @@
.userRoleAuthorization_resize1,
.userRoleAuthorization_resize,
.resize {
    cursor: col-resize;
    float: left;
    position: relative;
    top: 45%;
    background-color: #d6d6d6;
    border-radius: 5px;
    margin-top: -10px;
    width: 10px;
    height: 50px;
    background-size: cover;
    background-position: center;
    /*z-index: 99999;*/
    font-size: 32px;
    color: white;
  cursor: col-resize;
  float: left;
  position: relative;
  top: 45%;
  background-color: #d6d6d6;
  border-radius: 5px;
  margin-top: -10px;
  width: 10px;
  height: 50px;
  background-size: cover;
  background-position: center;
  /*z-index: 99999;*/
  font-size: 32px;
  color: white;
}
.menuRoleAuthorization_resize {
    /* left: 10px; */
  /* left: 10px; */
}
/*拖拽区鼠标悬停样式*/
@@ -54,160 +54,161 @@
.userRoleAuthorization_resize1,
.userRoleAuthorization_resize,
.resize:hover {
    color: #444444;
  color: #444444;
}
/*右侧div'样式*/
.mid {
    float: left;
    width: 86%;
    /*右侧初始化宽度*/
    height: 100%;
  float: left;
  width: 86%;
  /*右侧初始化宽度*/
  height: 100%;
    border-radius: 10px;
  border-radius: 10px;
}
.subpage_Box {
    width: 98%;
    height: 98%;
    padding: 1%;
    /* overflow: auto; */
  width: 98%;
  height: 98%;
  padding: 1%;
  /* overflow: auto; */
}
.subpage_Iquery {
    width: calc(98% - 2px);
    height: auto;
  width: calc(98% - 2px);
  height: auto;
    padding-left: 1%;
    padding-right: 1%;
    padding-top: 1%;
    border-radius: 5px;
  padding-left: 1%;
  padding-right: 1%;
  padding-top: 1%;
  border-radius: 5px;
}
.subpage_Content {
    width: calc(98% - 2px);
    height: auto;
  width: calc(98% - 2px);
  height: auto;
    margin-top: 1%;
    margin-bottom: 1%;
    padding: 1%;
    border-radius: 5px;
  margin-top: 1%;
  margin-bottom: 1%;
  padding: 1%;
  border-radius: 5px;
}
.tarnsbtton {
    width: 6%;
    height: 100%;
    /*flex 布局*/
    display: flex;
    /*实现垂直居中*/
    align-items: center;
    /*实现水平居中*/
    justify-content: center;
  width: 6%;
  height: 100%;
  /*flex 布局*/
  display: flex;
  /*实现垂直居中*/
  align-items: center;
  /*实现水平居中*/
  justify-content: center;
}
.dialogBox {
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: space-between;
  width: 100%;
  height: 500px;
  display: flex;
  justify-content: space-between;
}
.transFarBox {
    width: 30%;
    height: 100%;
  width: 30%;
  height: 100%;
    border-radius: 5px;
    max-height: 500px;
    overflow-y: auto;
  border-radius: 5px;
  max-height: 500px;
  overflow-y: auto;
}
.transFarBox li {
    line-height: 30px;
    text-align: center;
  line-height: 30px;
  text-align: center;
}
.transFarBox li:hover {
    background: rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}
.transFarBox .active {
    color: #409eff;
  color: #409eff;
}
.dialogContent {
    width: calc(100% - 20px);
    max-height: 370px;
    float: left;
    overflow: auto;
    padding: 10px;
  width: calc(100% - 20px);
  max-height: 370px;
  float: left;
  overflow: auto;
  padding: 10px;
}
.dialogContent .ContBox {
    width: 44%;
    padding: 10px;
    margin-left: 2%;
    float: left;
  width: 44%;
  padding: 10px;
  margin-left: 2%;
  float: left;
}
.dialogContent .ContDiv {
    display: flex;
    justify-content: space-around;
    margin: 5px 0px;
  display: flex;
  justify-content: space-around;
  margin: 5px 0px;
}
.dialogContent .contLable {
    width: 175px;
  width: 175px;
}
.infoBox_box {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    z-index: 10;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  z-index: 10;
}
.infoBox {
    background: rgb(255, 255, 255);
    width: 500px;
    position: absolute;
    z-index: 100;
    top: 15%;
    right: 15%;
    border: 1px solid white;
  background: rgb(255, 255, 255);
  width: 500px;
  position: absolute;
  z-index: 100;
  top: 15%;
  right: 15%;
  border: 1px solid white;
    height: 600px;
    padding: 10px;
    /* overflow: auto; */
    border-radius: 5px;
  height: 600px;
  padding: 10px;
  /* overflow: auto; */
  border-radius: 5px;
}
.infoBox .el-card {
    background-color: transparent;
  background-color: transparent;
}
.infoBox span {
    font-size: 16px;
    font-weight: 600;
  font-size: 16px;
  font-weight: 600;
}
.infoBox .contentBox {
    margin: 0 aotu 10px;
    overflow: auto;
    /* height: 90%; */
    height: 500px;
  margin: 0 aotu 10px;
  overflow: auto;
  /* height: 90%; */
  height: 500px;
}
.infoBox p {
    font-size: 14px;
  font-size: 14px;
}