base.scss 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. .form-drawer {
  2. .el-drawer__header {
  3. font-size: 18px;
  4. color: #333;
  5. margin-bottom: 0;
  6. padding: 20px 20px 10px 20px;
  7. background-color: #f2f5fc;
  8. }
  9. .el-drawer__body {
  10. background-color: #f2f5fc;
  11. padding: 0 !important;
  12. }
  13. .form-drawer__footer {
  14. position: absolute;
  15. bottom: 0;
  16. width: 100%;
  17. padding: 10px 20px;
  18. margin-top: 10px;
  19. text-align: center;
  20. background: #fff;
  21. z-index: 9;
  22. }
  23. .wrap {
  24. box-sizing: border-box;
  25. background-color: #fff;
  26. padding: 15px 20px;
  27. border-radius: 8px;
  28. margin: 10px 20px;
  29. height: 90%;
  30. overflow-y: auto;
  31. overflow-x: hidden;
  32. .el-form-item {
  33. margin-bottom: 18px;
  34. }
  35. }
  36. }
  37. table {
  38. border-collapse: collapse;
  39. }
  40. .tbody {
  41. display: table-row-group;
  42. vertical-align: middle;
  43. border-color: inherit;
  44. }
  45. table:not([cellpadding]) td,
  46. table:not([cellpadding]) th {
  47. padding: 0.4rem;
  48. }
  49. .form-tag-dialog {
  50. .el-form {
  51. padding: 15px !important;
  52. }
  53. .info-title {
  54. margin-left: -15px;
  55. min-width: 75px;
  56. max-width: 150px;
  57. padding: 15px;
  58. font-weight: bolder;
  59. background-color: #f3f6fb;
  60. border-top-right-radius: 50px;
  61. border-bottom-right-radius: 50px;
  62. }
  63. .info-wrap {
  64. padding: 15px 0;
  65. box-sizing: border-box;
  66. }
  67. }
  68. .process-list, .process-drawer{
  69. .info-title {
  70. padding: 15px;
  71. font-weight: bold;
  72. background-color: transparent;
  73. font-size: 15px;
  74. }
  75. .title{
  76. font-size: 16px;
  77. font-weight: bolder;
  78. }
  79. }
  80. .info-title {
  81. min-width: 75px;
  82. max-width: 150px;
  83. padding: 15px 0;
  84. // margin-left: -20px;
  85. font-weight: bolder;
  86. background-color: #f3f6fb;
  87. border-top-right-radius: 50px;
  88. border-bottom-right-radius: 50px;
  89. }
  90. .info-wrap {
  91. padding: 15px 0;
  92. box-sizing: border-box;
  93. }
  94. .flex-cc {
  95. display: flex;
  96. justify-content: center;
  97. align-items: center;
  98. }
  99. .flex-between {
  100. display: flex;
  101. justify-content: space-between;
  102. align-items: center;
  103. }
  104. .price {
  105. color: var(--el-color-warning);
  106. }
  107. .new-scene {
  108. background-size: cover;
  109. background-image: url('@/assets/imgs/bg.png');
  110. background-attachment: fixed; /* 背景图片固定 */
  111. }
  112. .new-scene-tab {
  113. // background: radial-gradient( 34% 83% at 88% 14%, rgba(255,255,255,0.28) 0%, #EFF9FF 46%, rgba(255,255,255,0.33) 100%);
  114. box-shadow: inset 0px -1px 0px 0px #ffffff;
  115. }
  116. .new-scene-tab-none {
  117. display: none;
  118. }
  119. .newBgLoading {
  120. .el-loading-mask {
  121. background-color: rgba(#fff, 0.6);
  122. }
  123. }
  124. // datepicker处于同一行
  125. .el-picker-panel__body-wrapper{
  126. .el-picker-panel__body{
  127. .el-picker-panel__icon-btn{
  128. margin-top: 0;
  129. }
  130. }
  131. }