// 报表详情样式 // 卡片样式 .card { position: relative; border-radius: 20px; background-color: #fff; padding: 20px; box-sizing: border-box; display: flex; flex-direction: column; justify-content: space-around; .card-cont { margin-top: 10px; display: flex; justify-content: space-between; .cont-left { width: 60px; height: 60px; border-radius: 50%; background-color: #FF6803; text-align: center; line-height: 60px; color: #fff; font-size: 22px; font-weight: 700; } .cont-right { width: calc(100% - 80px); display: flex; flex-direction: column; justify-content: space-around; // color: #999; .right-text { font-size: 16px; i { font-size: 16px } } } } .card-footer { margin-top: 10px; text-align: right; } .card-state { padding: 0 5px; height: 24px; line-height: 24px; text-align: center; box-sizing: border-box; background-color: #0147eb; border-radius: 4px; .state-text { color: #ffffff; } } .active { background-color: #13b440 !important; } } .card-table { height: calc(100% - 70px); padding: 0; margin: 10px 0 0 0 !important; } .card-table-container { width: calc(100% - 310px); height: 100%; border-radius: 20px; padding: 20px !important; background-color: #fff; box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1); position: relative; box-sizing: border-box; } .card-list { height: calc(100% - 70px); padding: 0; // margin: 10px 0 0 0 !important; } .card-list-container { width: calc(100% - 310px); height: 100%; border-radius: 20px; position: relative; box-sizing: border-box; } // 背景 .table-content { background-color: transparent; box-shadow: none; padding: 0; } // 头部 .table-search { display: flex; justify-content: space-between; } /deep/ .el-breadcrumb{ width: 50%; } .goBlack { cursor:pointer; width: 30%; i { font-size: 16px } } .indexListBoxRow { display: flex; flex-wrap: wrap; } .indexList_box { border-radius: 8px; margin-bottom: 10px; margin-right: 10px; background-color: #fff; width: calc((100% - 40px)/5); box-sizing: border-box !important; border: 1px dashed #fff; // 每个div盒子的宽度=(百分百的屏幕宽度-4个40px的右间距)/5个div盒子 } .indexList_box:hover { border: 1px dashed #409EFF !important; } .indexList_Add { border-radius: 8px; margin-bottom: 10px; box-sizing: border-box; margin-right: 10px; background-color: #fff; width: calc((100% - 40px)/5); display: flex; align-items: center; min-height: 120px; justify-content: space-around; color: #409EFF; border: 1px dashed #fff; } .indexList_Add:hover { border: 1px dashed #409EFF; } .lastLine { margin-right: 0 !important; } // 详情表格样式 /deep/ .el-table th { border: 1px solid #CCCCCC ; border-bottom: 1px solid #CCCCCC !important; } /deep/ .el-table td.el-table__cell { border-bottom: 1px solid #CCCCCC; border-left: 1px solid #CCCCCC; border-right: 1px solid #CCCCCC; } a { text-decoration: none; color: #fff; } // 导入居中 .upload-demo { text-align: center; } .flex-center{ display: flex; justify-content: center; align-items: center; } .flex-between{ display: flex; justify-content: space-between; align-items: center; } .flex-around{ display: flex; justify-content: space-around; align-items: center; } .info-sub{ color:#909399; } .info-weight{ color:#606266; font-weight: bold; }