f0e99c756c6042e0fd1e7634d14cd3bececb1d5b.svn-base 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215
  1. .pages {
  2. padding: 0 0px 30px 0;
  3. }
  4. .pages .el-table,
  5. .el-table__expanded-cell {
  6. background-color: #ffffff;
  7. }
  8. /*.pages .cell {*/
  9. /*color: #909399 !important;*/
  10. /*}*/
  11. .pages .el-form-item__label {
  12. color: #606266 !important;
  13. }
  14. .pages .el-table td,
  15. .pages .el-table th.is-leaf {
  16. border-bottom: 1px solid #ebeef5;
  17. }
  18. .pages .el-table--border td,
  19. .pages .el-table--border th,
  20. .pages .el-table__body-wrapper .el-table--border.is-scrolling-left~.el-table__fixed {
  21. border-right: 1px solid #ebeef5;
  22. }
  23. .pages .el-tabs--border-card>.el-tabs__header {
  24. background-color: #f5f7fa;
  25. border-bottom: 1px solid #e4e7ed;
  26. margin: 0;
  27. }
  28. .pages .el-table--border,
  29. .el-table--group {
  30. border: 1px solid #ebeef5;
  31. }
  32. .pages .el-table__body tr:hover>td {
  33. background-color: rgba(230, 247, 255, 1) !important;
  34. }
  35. /* .el-form-item {
  36. display: inline-block;
  37. } */
  38. .el-form-item__label {
  39. color: #606266 !important;
  40. }
  41. .search {
  42. padding: 10px 10px 0 10px;
  43. }
  44. .el-dialog__body .el-select,
  45. .el-dialog__body .el-input,
  46. .el-dialog__body .el-cascader {
  47. max-width: 500px;
  48. }
  49. .search .el-select,
  50. .search .el-input {
  51. width: 180px;
  52. }
  53. .el-dialog__body .text .el-select,
  54. .el-dialog__body .text .el-textarea {
  55. width: 400px;
  56. }
  57. .search>>>.el-table th>.cell {
  58. color: #000;
  59. }
  60. .selectionResult {
  61. padding: 10px;
  62. height: 20px;
  63. line-height: 20px;
  64. border-radius: 3px;
  65. border: 1px solid rgba(186, 231, 255, 1);
  66. background-color: rgba(230, 247, 255, 1);
  67. }
  68. .paginationWarpper {
  69. position: relative;
  70. margin-top: 10px;
  71. }
  72. .paginationCenter {
  73. display: inline-block;
  74. position: absolute;
  75. left: 50%;
  76. transform: translateX(-50%);
  77. }
  78. .groupingBody {
  79. overflow-y: auto;
  80. display: flex;
  81. flex-wrap: wrap;
  82. justify-content: space-around;
  83. align-items: center;
  84. min-height: 300px;
  85. }
  86. .groupingBody .item {
  87. margin-bottom: 20px;
  88. padding: 10px;
  89. width: 230px;
  90. height: 130px;
  91. border-radius: 3px;
  92. border: 1px solid #eee;
  93. }
  94. .groupingBody .item:hover {
  95. box-shadow: 2px 2px 3px #aaaaaa;
  96. }
  97. .groupingBody .item .itemBody {
  98. display: flex;
  99. height: 95px;
  100. }
  101. .item .itemBody>div:first-child {
  102. flex-shrink: 0;
  103. margin: 10px;
  104. width: 50px;
  105. height: 50px;
  106. border-radius: 50%;
  107. color: #fff;
  108. background-color: #4b74ff;
  109. line-height: 50px;
  110. font-size: 30px;
  111. text-align: center;
  112. }
  113. .item .itemBodyInfo {
  114. width: 160px;
  115. }
  116. .item .itemBodyInfo>div:first-child {
  117. font-size: 20px;
  118. font-weight: 900;
  119. line-height: 40px;
  120. color: #000;
  121. }
  122. .item .itemBodyInfo>div:nth-child(n + 2) {
  123. display: flex;
  124. align-items: center;
  125. flex-wrap: wrap;
  126. height: 25px;
  127. line-height: 25px;
  128. }
  129. .groupingBody .el-table thead {
  130. color: #000;
  131. }
  132. .button-new-tag {
  133. height: 32px;
  134. line-height: 30px;
  135. padding-top: 0;
  136. padding-bottom: 10px;
  137. }
  138. .input-new-tag {
  139. vertical-align: top;
  140. width: 90px;
  141. }
  142. .el-dialog .el-tag {
  143. margin-bottom: 10px;
  144. margin-right: 10px;
  145. }
  146. .top10 {
  147. margin-top: 10px;
  148. }
  149. .top10>span:first-child {
  150. display: inline-block;
  151. width: 100px;
  152. text-align: right;
  153. }
  154. .top10 span {
  155. vertical-align: middle;
  156. }
  157. .outerDialog>>>.el-dialog {
  158. width: 555px;
  159. }
  160. .innerDialog>>>.el-dialog {
  161. width: 400px;
  162. }
  163. .outerDialog>>>.el-dialog__body {
  164. overflow: hidden;
  165. max-height: 300px;
  166. padding: 0 10px;
  167. }
  168. .examineOpinion {
  169. padding: 10px;
  170. border: 1px solid #ddd;
  171. border-radius: 3px;
  172. box-shadow: 2px 2px 3px #aaaaaa;
  173. }
  174. .scroll300 {
  175. max-height: 300px;
  176. overflow-y: auto;
  177. overflow-x: hidden;
  178. }