index.css 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  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-d-p-i-content .el-form-item {
  22. margin-bottom: 4px;
  23. }
  24. .copd-d-p-i-title {
  25. height: 32px;
  26. line-height: 32px;
  27. border-bottom: 2px solid #51d0fe;
  28. margin-bottom: 8px;
  29. position: relative;
  30. padding-left: 14px;
  31. }
  32. .copd-d-p-i-title::before {
  33. content: '';
  34. position: absolute;
  35. left: 0;
  36. top: 50%;
  37. transform: translateY(-50%);
  38. width: 6px;
  39. height: 24px;
  40. border-radius: 8px;
  41. background-color: #51d0fe;
  42. }
  43. .copd-fill-width {
  44. width: 100%;
  45. }
  46. .copd-fill-width .copd-form-input {
  47. width: 100%;
  48. }
  49. .copd-sub-title {
  50. position: relative;
  51. width: 100%;
  52. height: 32px;
  53. line-height: 32px;
  54. margin: 16px 0;
  55. }
  56. .copd-sub-title .title {
  57. width: 100%;
  58. position: absolute;
  59. left: 0;
  60. right: 0;
  61. top: 0;
  62. bottom: 0;
  63. display: flex;
  64. align-items: center;
  65. }
  66. .copd-sub-title .forent-bar {
  67. width: 10px;
  68. height: 10px;
  69. margin-right: 8px;
  70. border-radius: 50%;
  71. background-color: #51d0fe;
  72. }
  73. .copd-self-start {
  74. justify-self: flex-start;
  75. }
  76. /* @media screen and (min-width: 1200px) {
  77. .copd-form-item {
  78. width: unset;
  79. }
  80. .copd-fill-width {
  81. width: 100%;
  82. }
  83. .copd-form-input{
  84. width: 270px;
  85. }
  86. }
  87. @media screen and (min-width: 992px) and (max-width: 1199.98px) {
  88. .copd-form-item {
  89. width: 50%;
  90. }
  91. .copd-fill-width {
  92. width: 100%;
  93. }
  94. .copd-form-input {
  95. width: 200px;
  96. }
  97. } */
  98. .copd-edit-bottom-box {
  99. display: flex;
  100. align-items: center;
  101. justify-content: center;
  102. margin-top: 16px;
  103. }
  104. .copd-form-item .el-date-editor.el-input, .el-date-editor.el-input__inner {
  105. width: 100%;
  106. margin: 0
  107. }
  108. .el-cascader{
  109. width: 100%;
  110. margin: 0
  111. }
  112. .el-form-item--mini .el-form-item__error {
  113. z-index: 999;
  114. }