.page-search { .manage-title { margin-bottom: 16px; font-size: 20px; font-family: PingFangSC-Medium, PingFang SC; font-weight: 500; color: #333841; } .search-title { font-size: 16px; margin-bottom: 25px; font-family: PingFangSC-Medium, PingFang SC; font-weight: 500; color: #212026; } .search-form { margin: 0 auto 12px; padding: 24px 24px 8px; background: #fff; border-radius: 8px; box-sizing: border-box; } .search-body { margin: 0 auto; padding: 18px 24px 20px; min-height: 480px; background: #fff; border-radius: 8px; .empty-data { margin: 40px auto; padding-top: 200px; text-align: center; width: 368px; height: 200px; background: url(../assets/image/empty.png) no-repeat 0 0 / 368px 200px; font-size: 14px; font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; color: #84858A; } .auth-content { display: flex; flex-direction: row; justify-content: flex-start; .auth-date { width: 90px; font-size: 20px; font-weight: 400; color: rgba(132, 133, 138, 0.7); } } .auth-step { padding-left: 40px; position: relative; border-left: 2px dashed #DCDFE6; } .step-item { margin-bottom: 24px; width: 872px; position: relative; &:before { content: ''; width: 13px; height: 13px; background: #fff; border: 3px solid #2A68FF; border-radius: 7px; position: absolute; left: -48px; top: 0; } } .step-cont { padding: 20px 24px; border-radius: 4px; border: 1px solid #DCDFE6; box-sizing: border-box; } .step-time { margin-bottom: 8px; padding-left: 20px; font-size: 12px; font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; color: rgba(132, 133, 138, 0.7); background: url(../assets/image/icon_time.svg) no-repeat 0 center / 14px 14px; } .step-head { display: flex; justify-content: flex-start; .step-name { margin-right: 8px; font-size: 16px; font-family: PingFangSC-Semibold, PingFang SC; font-weight: 600; color: #212026; } .el-tag { padding: 0 8px; height: 20px; line-height: 20px; border-radius: 4px; font-size: 12px; font-family: PingFangSC-Medium, PingFang SC; font-weight: 500; color: #fff; &.el-tag--warning { background: #FF9C00; } &.el-tag--success { background: #25C343; } &.el-tag--fail { background: #FF4D4F; } } } .step-body { padding-top: 5px; display: flex; flex-wrap: wrap; li { margin-top: 10px; width: 33.33%; font-size: 14px; font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; color: #71747A; flex: none; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } } } }