style.scss 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. body{
  2. /deep/ .el-notification.right{
  3. text-align: left;
  4. }
  5. }
  6. .icon-wushuju {
  7. display: block;
  8. width: 100px;
  9. height: 100px;
  10. font-size: 50px !important;
  11. margin: auto;
  12. }
  13. .right {
  14. text-align: right;
  15. background: #fff;
  16. padding-top: 10px;
  17. }
  18. .left {
  19. text-align: left;
  20. background: #fff;
  21. padding-top: 10px;
  22. }
  23. .right-nobg {
  24. text-align: right;
  25. }
  26. .el-loading-mask {
  27. z-index: 499;
  28. }
  29. .search-title {
  30. height: 53px;
  31. border: 1px solid #dfe6ec;
  32. background-color: #fff;
  33. padding: 10px 10px 10px 20px;
  34. box-sizing: border-box;
  35. margin-bottom: 10px;
  36. /deep/ .el-input__inner{
  37. vertical-align: baseline;
  38. }
  39. }
  40. .p12 {
  41. padding-right: 12px;
  42. color: #999;
  43. }
  44. iframe {
  45. border: none;
  46. }
  47. .el-button--success.is-plain,
  48. .el-button--primary.is-plain,
  49. .el-button--info.is-plain,
  50. .el-button--warning.is-plain,
  51. .el-button--danger.is-plain {
  52. background-color: #fff;
  53. }
  54. .el-dropdown-link {
  55. cursor: pointer;
  56. color: #409eff;
  57. }
  58. .middle_sty {
  59. display: flex;
  60. justify-content: center;
  61. align-items: center;
  62. }
  63. .el-table__empty-block {
  64. align-items: initial;
  65. }
  66. .p10 {
  67. padding: 0 10px;
  68. box-sizing: border-box;
  69. }
  70. .el-checkbox__label{
  71. font-size: 12px;
  72. }
  73. jmnodes.theme-greensea jmnode {
  74. color: #fff;
  75. background-color: #67c23a;
  76. border-color: #67c23a;
  77. }
  78. // jmnodes.theme-greensea jmnode.selected {
  79. // background: #85ce61;
  80. // border-color: #85ce61;
  81. // }
  82. // jmnodes.theme-greensea jmnode:hover {
  83. // background: #85ce61;
  84. // border-color: #85ce61;
  85. // }