variables.scss 966 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. //main
  2. $mainBg: #409eff;
  3. .avue-form__menu--center {
  4. text-align: right !important;
  5. }
  6. .el-col {
  7. margin-bottom: 0px !important;
  8. }
  9. p{
  10. margin: 0 !important;
  11. }
  12. .el-submenu__icon-arrow {
  13. right: 10px !important;
  14. }
  15. .el-menu-item, .el-submenu__title{
  16. height: 40px !important;
  17. line-height:40px !important;
  18. }
  19. .el-submenu .el-menu-item {
  20. min-width: 180px;
  21. height: 35px;
  22. line-height:35px;
  23. }
  24. .customer-head {
  25. position: fixed;
  26. top: 40px;
  27. width: 100%;
  28. height: 45px;
  29. background: #ffffff;
  30. box-shadow:4px 4px 10px rgba(232, 232, 235, 1);
  31. z-index: 999;
  32. }
  33. .customer-back {
  34. cursor: pointer;
  35. line-height: 45px;
  36. font-size: 16px;
  37. color: #323233;
  38. font-weight: 400;
  39. }
  40. .back-icon {
  41. line-height: 45px;
  42. font-size: 20px;
  43. margin-right: 8px;
  44. }
  45. .add-customer-btn {
  46. position: fixed;
  47. right: 10px;
  48. top: 46.5px;
  49. }
  50. .customer-main{
  51. margin-top: 55px;
  52. margin-bottom:35px
  53. }
  54. .el-dialogDeep{
  55. .el-dialog__body {
  56. padding: 0px 20px !important;
  57. }
  58. }