index.scss 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185
  1. #review_Email {
  2. .crm_search {
  3. .search_action_btn {
  4. .delete {
  5. background-color: #a1a1a1;
  6. }
  7. .delete.active {
  8. background-color: #368fec;
  9. }
  10. }
  11. .chooseLang {
  12. margin-top: 2px;
  13. margin-right: 10px;
  14. > span {
  15. border: 1px solid #dcdfe6;
  16. padding: 0 8px;
  17. min-width: 100px;
  18. display: inline-block;
  19. height: 32px;
  20. line-height: 32px;
  21. box-sizing: border-box;
  22. text-align: center;
  23. }
  24. span.active {
  25. background-color: #368fec;
  26. border-color: #368fec;
  27. color: #ffffff;
  28. }
  29. }
  30. }
  31. .merchant-search-bar {
  32. display: flex;
  33. align-items: center;
  34. gap: 8px;
  35. width: 350px; // 或你喜欢的宽度
  36. margin-bottom: 18px;
  37. margin-left: 25%;
  38. }
  39. .el-table .state {
  40. display: inline-block;
  41. min-width: 80px;
  42. max-width: 150px;
  43. box-sizing: border-box;
  44. line-height: 1.5;
  45. border-radius: 2px;
  46. padding: 2px 10px;
  47. color: #ffffff;
  48. }
  49. .uploadBox {
  50. padding: 25px;
  51. @include bg_gray_7();
  52. .title {
  53. display: flex;
  54. justify-content: space-between;
  55. .tit {
  56. font-weight: bold;
  57. }
  58. .demo {
  59. @include font_blue_btn_1();
  60. }
  61. }
  62. .input-all {
  63. margin: 15px 0;
  64. }
  65. .upload {
  66. display: flex;
  67. align-items: center;
  68. }
  69. .btn-foot {
  70. text-align: right;
  71. }
  72. }
  73. .crm_verified_info_mask_trading {
  74. position: fixed;
  75. left: 0;
  76. top: 0;
  77. width: 100%;
  78. height: 100%;
  79. background-color: rgba(43, 48, 67, 0.65);
  80. z-index: 88;
  81. }
  82. .business-edit-form {
  83. .el-form-item {
  84. margin-bottom: 18px;
  85. }
  86. .el-input,
  87. .el-select,
  88. .el-date-picker {
  89. width: 100%;
  90. }
  91. .el-form-item__label {
  92. font-weight: 500;
  93. }
  94. .el-row {
  95. margin-bottom: 0;
  96. }
  97. .el-col {
  98. margin-bottom: 0;
  99. }
  100. .custom-options{
  101. position: absolute;
  102. width: 100%;
  103. max-height: 300px;
  104. overflow-y: auto;
  105. background: white;
  106. border: 1px solid #dcdfe6;
  107. border-top: none;
  108. z-index: 100;
  109. box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  110. border-radius: 0 0 4px 4px;
  111. }
  112. }
  113. }
  114. .avatar-uploader .el-upload {
  115. border: 1px dashed #d9d9d9;
  116. border-radius: 6px;
  117. cursor: pointer;
  118. position: relative;
  119. overflow: hidden;
  120. }
  121. .avatar-uploader .el-upload:hover {
  122. border-color: #409eff;
  123. }
  124. .id-uploader {
  125. width: 400px;
  126. height: 200px;
  127. border-radius: 16px;
  128. overflow: hidden;
  129. border: 1px #979797 dashed;
  130. .avatar {
  131. width: 100%;
  132. height: 100%;
  133. object-fit: cover;
  134. }
  135. }
  136. .id-uploader {
  137. :deep(.el-upload) {
  138. width: 400px;
  139. height: 200px;
  140. display: flex;
  141. align-items: center;
  142. justify-content: center;
  143. }
  144. }
  145. .id-uploader .el-upload-list__item {
  146. width: 400px;
  147. height: 200px;
  148. }
  149. .avatar-uploader-icon {
  150. font-size: 28px;
  151. color: #8c939d;
  152. width: 80px;
  153. height: 80px;
  154. line-height: 80px;
  155. text-align: center;
  156. }
  157. .avatar {
  158. width: 80px;
  159. height: 80px;
  160. display: block;
  161. }