@use "./reset"; .app-container { padding: 10px; } .search-container { padding: 18px 0 0 10px; margin-bottom: 10px; background-color: var(--el-bg-color-overlay); border: 1px solid var(--el-border-color-light); border-radius: 4px; box-shadow: var(--el-box-shadow-light); } .table-container > .el-card__header { padding: calc(var(--el-card-padding) - 8px) var(--el-card-padding); } .link-type, .link-type:focus { color: #337ab7; cursor: pointer; &:hover { color: rgb(32 160 255); } } .mainContentBox { width: 100%; height: calc(100vh - 80px); padding: 0 24px 24px 24px; overflow: hidden; //background: white; } .commonTitle { font-weight: 500; font-size: 38px; color: rgba(0, 0, 0, 0.9); line-height: 40px; text-align: left; margin-bottom: 20px; } .elColClasss { height: calc(100vh - 130px); } .drawerTitle { width: 100%; height: 38px; font-weight: 500; font-size: 38px; color: rgba(0, 0, 0, 0.9); text-align: center; } //steps 二级路由页面Scroll样式 .stepsViewScroll { width: calc((100vw / 6 * 5) - 50px); margin-top: $p20; display: grid; gap: 20px; grid-template-columns: 1fr 1fr; } //flex布局居中 //字体样式 .titleText { font-size: 24px; font-weight: 500; font-weight: bold; } .describeText { font-size: 20px; color: #00000060; line-height: 25px; } //公共弹框样式 .midPopUp { position: fixed; width: 100vw; height: 100vh; z-index: 2; background-color: #00000030; top: 0; left: 0; backdrop-filter: blur(5px); display: flex; justify-content: center; align-items: center; .container { width: 50vw; height: 80vh; background-color: #F1F3F5; border-radius: 16px; padding: 10px; display: flex; flex-direction: column; .headerTittle { width: 100%; height: 55px; text-align: center; line-height: 55px; font-size: 38px; font-weight: 500; } .describeText { width: 100%; height: 40px; text-align: center; line-height: 40px; font-size: 20px; color: #00000060; } .info { flex: 1; } } } // 弹框html模板 //