- // 详情弹框样式
- .detail-title {
- font-size: 17px;
- font-family: Source Han Sans CN-Regular, Source Han Sans CN;
- font-weight: 400;
- color: #606266;
- line-height: 60px;
- }
- .detail-title1 {
- width: 100%;
- padding: 10px 12px;
- opacity: 1;
- border-bottom: 0;
- padding-left: 16px;
- justify-content: flex-end;
- font-size: 14px;
- font-family: HarmonyOS Sans SC-Bold, HarmonyOS Sans SC;
- font-weight: 700;
- color: #606266;
- }
- .dialog-detail-box {
- .dialog-form-detail {
- border-bottom: 1px solid #ebeef5;
- border-right: 1px solid #ebeef5;
- .flex-r {
- border-right: 1px solid #ebeef5;
- border-top: 1px solid #ebeef5;
- width: 50%;
- }
-
- .detail-label {
- width: 130px;
- // height: 40px;
- padding: 10px 12px;
- background: #f5f7fa;
- border-radius: 0px 0px 0px 0px;
- opacity: 1;
- border: 1px solid #ebeef5;
- border-bottom: 0;
- padding-left: 16px;
- justify-content: flex-end;
- font-size: 14px;
- font-family: HarmonyOS Sans SC-Bold, HarmonyOS Sans SC;
- font-weight: 700;
- color: #606266;
- }
- .detail-value {
- // width: 250px;
- font-size: 14px;
- font-family: Source Han Sans CN-Regular, Source Han Sans CN;
- font-weight: 400;
- color: #606266;
- padding: 8px 8px;
- flex: 1;
- }
- }
- }
- .el-tabs__item {
- font-size: 14px;
- font-family: Source Han Sans CN-Regular, Source Han Sans CN;
- font-weight: 400;
- color: #303133;
- }
- .no-data {
- color: #909399;
- text-align: center;
- }