element.less 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409
  1. .el-form-item__label {
  2. font-size: 14px;
  3. font-family: PingFangSC-Regular, PingFang SC;
  4. font-weight: 400;
  5. color: #666666;
  6. }
  7. .el-button--primary {
  8. background: #F23F3A;
  9. border-color: #F23F3A;
  10. color: #FFFFFF;
  11. }
  12. .el-button--default {
  13. color: #F23F3A;
  14. border-color: #F23F3A;
  15. }
  16. .el-pagination {
  17. text-align: right;
  18. padding: 20px 20px 10px 20px;
  19. }
  20. .el-pagination.is-background .el-pager li:not(.disabled).active {
  21. background-color: #F23F3A;
  22. border: 1px solid #F23F3A;
  23. border-radius: 4px;
  24. ;
  25. color: #fff;
  26. }
  27. .el-pager li:hover {
  28. color: #F23F3A;
  29. }
  30. .el-pagination.is-background .btn-next,
  31. .el-pagination.is-background .btn-prev,
  32. .el-pagination.is-background .el-pager li {
  33. background: #F4F4F4;
  34. border: 1px solid #F4F4F4;
  35. font-weight: 400;
  36. color: #666666;
  37. }
  38. .el-dialog__header {
  39. border-bottom: 1px solid #E1E1E1;
  40. padding: 0;
  41. .el-dialog__title {
  42. height: 70px;
  43. width: 150px;
  44. display: inline-block;
  45. line-height: 70px;
  46. font-size: 22px;
  47. font-family: PingFangSC-Medium, PingFang SC;
  48. font-weight: 400;
  49. color: #313131;
  50. padding-left: 30px;
  51. position: relative;
  52. }
  53. }
  54. .el-dialog__footer {
  55. text-align: center;
  56. padding: 60px 20px;
  57. .el-button {
  58. width: 120px;
  59. }
  60. }
  61. .el-dialog__headerbtn {
  62. width: 28px;
  63. height: 28px;
  64. border-radius: 14px;
  65. .el-dialog__close {
  66. font-size: 22px;
  67. }
  68. }
  69. .el-date-editor--daterange.el-input,
  70. .el-date-editor--daterange.el-input__inner,
  71. .el-date-editor--timerange.el-input,
  72. .el-date-editor--timerange.el-input__inner {
  73. width: 240px;
  74. }
  75. .el-form-item__content .el-select {
  76. width: 100%;
  77. }
  78. .el-cascader {
  79. width: 100%;
  80. }
  81. .row-over {
  82. background: #faad1440 !important;
  83. .handle-td {
  84. background: #feeac4 !important;
  85. }
  86. }
  87. .row-over.hover-row .handle-td {
  88. background: #f5f7fa !important;
  89. }
  90. .row-over.hover-row {
  91. background: #fdc45140 !important;
  92. }
  93. .rowover {
  94. background: #fa361440 !important;
  95. .handle-td {
  96. background: #fecbc4 !important;
  97. }
  98. }
  99. .rowover.hover-row .handle-td {
  100. background: #f5f7fa !important;
  101. }
  102. .rowover.hover-row {
  103. background: #fd5f5140 !important;
  104. }
  105. .el-table thead {
  106. color: #040000;
  107. }
  108. .el-table thead.is-group th {
  109. background: #ffffff;
  110. }
  111. .el-tabs__item.is-active {
  112. font-weight: bold;
  113. }
  114. .el-table__header {
  115. border-top: 1px solid #ebeef5;
  116. border-left: 1px solid #ebeef5;
  117. border-right: 1px solid #ebeef5;
  118. }
  119. .el-tree-node.is-current>.el-tree-node__content {
  120. background-color: #f7e0e3 !important;
  121. }
  122. .full-screen {
  123. padding: 0 !important;
  124. height: 100%;
  125. .layout-container {
  126. padding: 20px;
  127. background-color: #f5f5f5;
  128. }
  129. }
  130. .el-tooltip__popper {
  131. font-size: 14px;
  132. max-width: 80%;
  133. }
  134. input[maxlength='32']:not([disabled]) {
  135. padding-right: 50px;
  136. }
  137. // input[maxlength='9'] {
  138. // padding-right: 40px;
  139. // }
  140. #app #main .serchArea {
  141. .el-date-editor--daterange.el-input,
  142. .el-date-editor--daterange.el-input__inner,
  143. .el-date-editor--timerange.el-input,
  144. .el-date-editor--timerange.el-input__inner {
  145. width: 230px;
  146. }
  147. }
  148. .home-box {
  149. padding: 0 !important;
  150. }
  151. .el-cascader__tags .el-tag>span {
  152. flex: auto;
  153. }
  154. .el-cascader-node__postfix {
  155. top: 50%;
  156. transform: translateY(-50%);
  157. }
  158. .el-table thead.is-group th.el-table__cell {
  159. background: #fff;
  160. }
  161. .el-table__footer-wrapper tbody td.el-table__cell {
  162. color: #F23F3A;
  163. }
  164. .el-table__footer-wrapper tbody td.el-table__cell.el-table_1_column_1 {
  165. color: #606266 !important;
  166. }
  167. .el-table__body .el-table__cell {
  168. border-right: none !important;
  169. }
  170. .leftMenu ul .el-submenu .el-menu-item {
  171. overflow: hidden;
  172. text-overflow: ellipsis;
  173. white-space: nowrap;
  174. }
  175. .el-submenu .el-menu-item {
  176. padding: 0 10px 0 45px;
  177. }
  178. .el-table__header .el-table__cell {
  179. color: #333;
  180. }
  181. .el-table__row:last-child {
  182. td:last-child {
  183. // right: 0px;
  184. top: -1px;
  185. }
  186. }
  187. // .el-table--fit {
  188. // border-left: 1px solid #ebeef5;
  189. // border-right: 1px solid #ebeef5;
  190. // }
  191. .el-table__header {
  192. border-left: none;
  193. border-right: none;
  194. }
  195. .el-table__fixed-right {
  196. background-color: #fff;
  197. }
  198. // 多选限制宽度
  199. .el-tag__close_icon {
  200. //根据自己的需要调整文字宽度
  201. .el-select__tags-text {
  202. display: inline-block;
  203. max-width: 100px;
  204. overflow: hidden;
  205. text-overflow: ellipsis;
  206. white-space: nowrap;
  207. }
  208. .el-tag__close.el-icon-close {
  209. top: 0px;
  210. }
  211. }
  212. .el-table__row:last-child td:last-child {
  213. top: 0;
  214. }
  215. // 文本域长度限制
  216. .el-textarea__inner {
  217. padding: 5px 49px 5px 15px;
  218. }
  219. .el-dialog__body {
  220. .el-input {
  221. max-width: 400px;
  222. }
  223. }
  224. .el-select-dropdown__wrap {
  225. max-height: 350px;
  226. }
  227. .screen {
  228. max-width: 340px !important;
  229. min-width: none;
  230. }
  231. .el_form_item_content {
  232. width: 230px !important;
  233. min-width: none;
  234. }
  235. .header_top_form {
  236. .el-form-item__label {
  237. color: #333;
  238. font-weight: bold;
  239. }
  240. }
  241. .el-menu-item,
  242. .el-menu-item [class^=el-icon-] {
  243. font-size: 20px;
  244. color: #A5A5A5 !important;
  245. font-weight: 400;
  246. }
  247. .el-menu-item {
  248. padding-left: 42px !important;
  249. }
  250. .el-menu-item.is-active {
  251. padding-left: 0 !important;
  252. }
  253. .el-menu-item.is-active,
  254. .el-menu-item.is-active [class^=el-icon-] {
  255. color: #F4453E !important;
  256. }
  257. .el-menu-item.is-active .icon_left {
  258. border-right: 4px solid #F4453E;
  259. border-top-right-radius: 4px;
  260. border-bottom-right-radius: 4px;
  261. margin-right: 38px;
  262. }
  263. .el-radio__input.is-checked .el-radio__inner {
  264. background: #F4453E;
  265. border-color: #F4453E;
  266. }
  267. .el-radio__inner:hover,
  268. .el-select .el-input.is-focus .el-input__inner,
  269. .el-input__inner:focus {
  270. border-color: #F4453E;
  271. }
  272. .el-radio__input.is-checked+.el-radio__label {
  273. color: #F4453E;
  274. }
  275. .el-loading-spinner .path {
  276. stroke: #F4453E;
  277. }
  278. .el-upload-list__item.is-success .el-upload-list__item-name:focus,
  279. .el-upload-list__item.is-success .el-upload-list__item-name:hover {
  280. color: #F4453E;
  281. i {
  282. color: #F4453E;
  283. cursor: pointer;
  284. transition: all .5s cubic-bezier(.55, 0, .1, 1)
  285. }
  286. }
  287. .el-dropdown-menu__item:focus,
  288. .el-dropdown-menu__item:not(.is-disabled):hover,
  289. .el-select-dropdown__item.selected,
  290. .el-dialog__headerbtn .el-dialog__close:hover {
  291. color: #F4453E;
  292. }
  293. .el-upload-list__item {
  294. .el-upload-list__item-name {
  295. .el-icon-document {
  296. font-family: "iconfont" !important;
  297. font-size: 16px;
  298. font-style: normal;
  299. -webkit-font-smoothing: antialiased;
  300. -moz-osx-font-smoothing: grayscale;
  301. }
  302. .el-icon-document:before {
  303. content: '\e616'
  304. }
  305. }
  306. }
  307. .el-breadcrumb__inner {
  308. color: #A5A5A5;
  309. }
  310. .el-select .el-input__inner:focus {
  311. border-color: #F4453E;
  312. }
  313. .el-progress-bar__inner {
  314. background-color: #F4453E;
  315. }
  316. .el-pagination.is-background .el-pager li:not(.active):hover {
  317. color: #F4453E;
  318. }
  319. .a_link{
  320. &:hover{
  321. color: #F4453E;
  322. border-bottom:1px solid #F4453E;
  323. }
  324. cursor:pointer
  325. }
  326. // maxlength
  327. .maxlength-input {
  328. .el-input__inner {
  329. padding-right: 48px;
  330. }
  331. }