index.css 1.8 KB

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