猎羽广告

index.scss 1.2KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. @forward "element-plus/theme-chalk/src/common/var.scss" with (
  2. $colors: (
  3. "primary": (
  4. "base": #3173FF,
  5. ),
  6. //"success": (
  7. // "base": #67C23A,
  8. //),
  9. //"warning": (
  10. // "base": #E6A23C,
  11. //),
  12. //"danger": (
  13. // "base": #F56C6C,
  14. //),
  15. //"error": (
  16. // "base": #F56C6C,
  17. //),
  18. //"info": (
  19. // "base": #3173FF,
  20. //),
  21. ),
  22. //$button-padding-horizontal: (
  23. // "default": 80px
  24. //)
  25. );
  26. // 广点通弹框
  27. .gdt-dialog{
  28. .el-dialog__header{
  29. border-bottom: 1px solid #e8eaec;
  30. padding: 20px;
  31. margin-right: 0;
  32. margin-left: 0;
  33. .el-dialog__title{
  34. font-size: 16px;
  35. font-weight: bold;
  36. padding-left: 20px;
  37. }
  38. }
  39. .el-dialog__body{
  40. padding-top: 0;
  41. padding-bottom: 10px;
  42. }
  43. }
  44. .xl-drawer{
  45. background-color: #f0f2f5;
  46. .el-drawer__header{
  47. background: #ffffff;
  48. padding: 20px;
  49. border-bottom: 1px solid #e8eaec;
  50. margin-bottom: 20px;
  51. }
  52. .el-drawer__footer{
  53. background: #fff;
  54. border-top: 1px solid #e8eaec;
  55. padding: 15px;
  56. }
  57. .el-drawer__body{
  58. padding-top: 0;
  59. }
  60. }
  61. .select-self {
  62. .el-select-dropdown__list{
  63. padding-bottom: 40px !important;
  64. }
  65. }