index.css 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. .copd-r-e-box {
  2. width: 100%;
  3. /* overflow-y: scroll;
  4. height: 100vh; */
  5. }
  6. .copd-data-para-item {
  7. width: 100%;
  8. }
  9. .copd-d-p-i-content_inner {
  10. width: 1000px;
  11. }
  12. .copd-d-p-i-content_inner {
  13. display: flex;
  14. justify-content: space-between;
  15. flex-wrap: wrap;
  16. position: relative;
  17. }
  18. .copd-form-item {
  19. width: 50%;
  20. }
  21. .copd-form-item1 {
  22. width: 50%;
  23. }
  24. .copd-form-item1 .el-form-item__label {
  25. word-break: break-word;
  26. white-space: normal;
  27. }
  28. .copd-d-p-i-content .el-form-item {
  29. margin-bottom: 4px;
  30. }
  31. .copd-d-p-i-title {
  32. height: 32px;
  33. line-height: 32px;
  34. border-bottom: 2px solid #51d0fe;
  35. margin-bottom: 8px;
  36. position: relative;
  37. padding-left: 14px;
  38. }
  39. .copd-d-p-i-title::before {
  40. content: '';
  41. position: absolute;
  42. left: 0;
  43. top: 50%;
  44. transform: translateY(-50%);
  45. width: 6px;
  46. height: 24px;
  47. border-radius: 8px;
  48. background-color: #51d0fe;
  49. }
  50. .copd-fill-width {
  51. width: 100%;
  52. }
  53. .copd-fill-width .copd-form-input {
  54. width: 100%;
  55. }
  56. .copd-sub-title {
  57. position: relative;
  58. width: 100%;
  59. height: 32px;
  60. line-height: 32px;
  61. margin: 16px 0;
  62. }
  63. .copd-sub-title .title {
  64. width: 100%;
  65. position: absolute;
  66. left: 0;
  67. right: 0;
  68. top: 0;
  69. bottom: 0;
  70. display: flex;
  71. align-items: center;
  72. }
  73. .copd-sub-title .forent-bar {
  74. width: 10px;
  75. height: 10px;
  76. margin-right: 8px;
  77. border-radius: 50%;
  78. background-color: #51d0fe;
  79. }
  80. .copd-self-start {
  81. justify-self: flex-start;
  82. }
  83. /* @media screen and (min-width: 1200px) {
  84. .copd-form-item {
  85. width: unset;
  86. }
  87. .copd-fill-width {
  88. width: 100%;
  89. }
  90. .copd-form-input{
  91. width: 270px;
  92. }
  93. }
  94. @media screen and (min-width: 992px) and (max-width: 1199.98px) {
  95. .copd-form-item {
  96. width: 50%;
  97. }
  98. .copd-fill-width {
  99. width: 100%;
  100. }
  101. .copd-form-input {
  102. width: 200px;
  103. }
  104. } */
  105. .copd-edit-bottom-box {
  106. display: flex;
  107. align-items: center;
  108. justify-content: center;
  109. margin-top: 16px;
  110. }
  111. .copd-form-item .el-date-editor.el-input,
  112. .el-date-editor.el-input__inner {
  113. width: 100%;
  114. margin: 0;
  115. }
  116. .el-cascader {
  117. width: 100%;
  118. margin: 0;
  119. }
  120. .el-form-item--mini .el-form-item__error {
  121. z-index: 999;
  122. }