Newer
Older
DH_Apicture / src / assets / styles / dialog-detail.scss
@zhangqy zhangqy on 29 Nov 1 KB first commit
  1. // 详情弹框样式
  2. .detail-title {
  3. font-size: 17px;
  4. font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  5. font-weight: 400;
  6. color: #606266;
  7. line-height: 60px;
  8. }
  9. .detail-title1 {
  10. width: 100%;
  11. padding: 10px 12px;
  12. opacity: 1;
  13. border-bottom: 0;
  14. padding-left: 16px;
  15. justify-content: flex-end;
  16. font-size: 14px;
  17. font-family: HarmonyOS Sans SC-Bold, HarmonyOS Sans SC;
  18. font-weight: 700;
  19. color: #606266;
  20. }
  21. .dialog-detail-box {
  22. .dialog-form-detail {
  23. border-bottom: 1px solid #ebeef5;
  24. border-right: 1px solid #ebeef5;
  25. .flex-r {
  26. border-right: 1px solid #ebeef5;
  27. border-top: 1px solid #ebeef5;
  28. width: 50%;
  29. }
  30.  
  31. .detail-label {
  32. width: 130px;
  33. // height: 40px;
  34. padding: 10px 12px;
  35. background: #f5f7fa;
  36. border-radius: 0px 0px 0px 0px;
  37. opacity: 1;
  38. border: 1px solid #ebeef5;
  39. border-bottom: 0;
  40. padding-left: 16px;
  41. justify-content: flex-end;
  42. font-size: 14px;
  43. font-family: HarmonyOS Sans SC-Bold, HarmonyOS Sans SC;
  44. font-weight: 700;
  45. color: #606266;
  46. }
  47. .detail-value {
  48. // width: 250px;
  49. font-size: 14px;
  50. font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  51. font-weight: 400;
  52. color: #606266;
  53. padding: 8px 8px;
  54. flex: 1;
  55. }
  56. }
  57. }
  58. .el-tabs__item {
  59. font-size: 14px;
  60. font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  61. font-weight: 400;
  62. color: #303133;
  63. }
  64. .no-data {
  65. color: #909399;
  66. text-align: center;
  67. }