plm前端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

113 lines
1.9 KiB

2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
1 year ago
2 years ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
12 months ago
1 year ago
12 months ago
1 year ago
  1. /* el-form-item 对话框标题 start*/
  2. .el-dialog__title{
  3. font-size: 14px;
  4. font-weight: bold;
  5. }
  6. /* el-form-item 对话框标题 end*/
  7. /* el-form-item 控件标题 start*/
  8. .el-form-item__label{
  9. font-size: 12px;
  10. }
  11. .pad .el-form-item__label {
  12. font-size: 18px;
  13. }
  14. .pad .el-input__inner{
  15. font-size: 18px;
  16. }
  17. .pad .el-input--medium .el-input__inner {
  18. height: 35px;
  19. line-height: 21px;
  20. }
  21. .pad .el-button--medium {
  22. font-size: 18px;
  23. }
  24. .pad .el-table .cell {
  25. line-height: 25px;
  26. font-size: 18px;
  27. height: 25px;
  28. }
  29. .pad .el-select-dropdown__item{
  30. font-size: 18px;
  31. }
  32. //.el-table .cell, .el-table th div, .el-table--border td:first-child .cell, .el-table--border th:first-child .cell {
  33. // padding-left: 0px;
  34. //}
  35. .rq .el-table .cell {
  36. line-height: 20px;
  37. font-size: 12px;
  38. height: 20px;
  39. }
  40. .sl-svg {
  41. overflow: hidden;
  42. float: right;
  43. }
  44. //多级标头的颜色
  45. .el-table thead.is-group th {
  46. background: #17B3A3;
  47. }
  48. .rq-bmPic {
  49. position: relative;
  50. width: 100%;
  51. height: 100px;
  52. float: top;
  53. margin-top: 0%;
  54. margin-left: 0%;
  55. overflow: hidden;
  56. display: flex;
  57. justify-content: center; /* 水平居中 */
  58. }
  59. .superInput {
  60. border-bottom: 1px solid rgb(23, 179, 163); /* 下划线样式 */
  61. font-weight: bold; /* 加粗文字 */
  62. color: rgb(23, 179, 163); /* 文字颜色 */
  63. }
  64. .blue-input .el-input__inner {
  65. font-weight: bold;
  66. color: rgb(24, 182, 166);
  67. }
  68. ///* 定义高亮样式 */
  69. //.highlight .el-input__inner {
  70. // border-color: #08c2bc;
  71. // background-color: #96ea93;
  72. //}
  73. /////* 定义高亮样式 */
  74. //.highlight .el-textarea__inner {
  75. // border-color: #08c2bc;
  76. // background-color: #96ea93;
  77. //}
  78. .highlight {
  79. border-color: #08c2bc;
  80. background-color: #E0F7FA;
  81. }
  82. .auto .el-upload{
  83. width: 100%;
  84. }
  85. .auto .el-upload .el-upload-dragger{
  86. width: 100%;
  87. }
  88. .bigButton {
  89. width:60px;height: 25px;font-size: 14px;
  90. }
  91. .yzz2 .el-input__inner {
  92. background-color: #f5f7fa;
  93. }