element_amend.css 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247
  1. /* 页面基本布局 */
  2. body {
  3. overflow-x: hidden;
  4. overflow-y: auto;
  5. font-size: 16px !important;
  6. }
  7. /* for Chrome */
  8. .inner-container::-webkit-scrollbar {
  9. display: none;
  10. }
  11. .el-scrollbar__wrap {
  12. overflow-x: hidden;
  13. }
  14. .all_select {
  15. /* border-bottom:1px solid #eee */
  16. }
  17. .all_select,
  18. .el-form-item {
  19. margin-bottom: 0px;
  20. font-size: 12px;
  21. color: #666666;
  22. }
  23. .all_select,
  24. .all_table {
  25. margin-top: 5px;
  26. background-color: #fff;
  27. }
  28. .all_title {
  29. display: flex;
  30. line-height: 20px;
  31. padding: 5px 0px 5px 5px;
  32. font-size: 10px;
  33. margin-top: 20px;
  34. color: #999999;
  35. }
  36. .innser_all_title_1 {
  37. display: flex;
  38. line-height: 20px;
  39. padding: 5px 0px 0px 5px;
  40. font-size: 10px;
  41. margin-top: 10px;
  42. color: #999999;
  43. }
  44. .inner_all_title_2 {
  45. display: flex;
  46. line-height: 20px;
  47. padding: 0px 5px 0px 5px;
  48. font-size: 10px;
  49. margin-top: 20px;
  50. margin-bottom: 20px;
  51. color: #999999;
  52. }
  53. .all_page {
  54. border: 1px solid #fafafa;
  55. height: 100%;
  56. }
  57. .all_table {
  58. position: relative;
  59. margin: 20px 5px 0px 5px;
  60. }
  61. .all_table tbody tr {
  62. cursor: pointer;
  63. }
  64. .all_fun_button {
  65. position: absolute;
  66. right: 10px;
  67. top: 5px;
  68. line-height: 20px;
  69. border: 2px;
  70. margin-top: 20px
  71. }
  72. .all_fun_button .el-button {
  73. margin: 0;
  74. border-right: 1px solid #eee;
  75. }
  76. .all_fun_button .el-button:last-child {
  77. border-right: 0
  78. }
  79. .all_fun_button .el-button--text span {
  80. padding-left: 5px
  81. }
  82. .table_item {
  83. width: 100%;
  84. }
  85. .table_item .table_button {
  86. padding: 0
  87. }
  88. .all_pagination {
  89. margin: .1rem 0;
  90. padding: .1rem .14rem;
  91. text-align: right;
  92. }
  93. .all_pagination.el-pagination.is-background .el-pager li:not(.disabled).active {
  94. background-color: #999999;
  95. }
  96. .upload .upload_data .el-upload-dragger {
  97. height: 150px;
  98. width: 200px;
  99. border-radius: 15px;
  100. }
  101. .el-upload-list--text {
  102. width: 200px;
  103. }
  104. .conterLayout {
  105. height: 100%;
  106. }
  107. #app {
  108. height: 100%;
  109. overflow: auto !important;
  110. }
  111. .no-border-input .el-input__inner:hover,
  112. .no-border-input .el-input__inner {
  113. border: none;
  114. background-color: transparent;
  115. }
  116. .el-table .table-head-th {
  117. background-color: #fafafa;
  118. font-size: 10px;
  119. font-weight: 600;
  120. }
  121. .el-table__row td {
  122. height: 22px;
  123. }
  124. tr.header-row-class-name {
  125. height: 45px;
  126. line-height: 45px;
  127. }
  128. .bg_border {
  129. background-color: #fff;
  130. border-radius: 5px;
  131. margin-top: 10px;
  132. font-family: Arial;
  133. font-size: 10px;
  134. color: #999999;
  135. font-style: italic
  136. }
  137. .trend_title {
  138. padding-left: 0.3rem;
  139. line-height: 0.5rem;
  140. font-size: 0.16rem;
  141. font-weight: bold;
  142. color: #191919;
  143. border-bottom: 1px solid #ebf0f4;
  144. }
  145. .trendW {
  146. width: 100%;
  147. }
  148. .xiacharts1 {
  149. width: 100%;
  150. min-height: 200px;
  151. height: 300px;
  152. }
  153. ._app {
  154. background: #A6A6A6;
  155. color: #333333;
  156. font-size: 18px;
  157. font-family: Arial;
  158. }
  159. .all_pagination.el-pagination.is-background .el-pager li:not(.disabled).active {
  160. background-color: #999999;
  161. }
  162. .el-button {
  163. font-size: 10px;
  164. }
  165. .el-input__inner,
  166. .el-checkbox__inner,
  167. .el-textarea__inner,
  168. .el-button {
  169. border-radius: 0;
  170. }
  171. .form_label label.el-form-item__label {
  172. font-size: 10px;
  173. font-weight: 600;
  174. color: #999999;
  175. }
  176. .form_input input.el-input__inner {
  177. font-size: 10px;
  178. color: #666666;
  179. }
  180. .el-input__inner {
  181. font-size: 10px;
  182. color: #666666;
  183. }
  184. li.el-select-dropdown__item {
  185. font-size: 10px;
  186. color: #999999;
  187. }
  188. li.el-select-dropdown__item.hover {
  189. font-size: 10px;
  190. color: #333333;
  191. }
  192. li.el-select-dropdown__item.selected {
  193. font-size: 10px;
  194. color: #666666;
  195. }
  196. .el-table--mini td {
  197. padding: 0;
  198. }
  199. element.style {
  200. padding-left: 0.5px;
  201. padding-right: 0.5px;
  202. }