div.el-popper { background: linear-gradient(180deg, #005c79 0%, #009bcc 100%); color: #fff; font-size: 15px; font-family: PingFang SC, PingFang SC; font-weight: 500; border: 0; &[x-placement^="top"] { div.popper__arrow { border-top-color: #00799f; &::after { border-top-color: #00799f; } } } &[x-placement^="left"] { div.popper__arrow { border-left-color: #00799f; &::after { border-left-color: #00799f; } } } &[x-placement^="right"] { div.popper__arrow { border-right-color: #00799f; &::after { border-right-color: #00799f; } } } &[x-placement^="bottom"] { div.popper__arrow { border-bottom-color: #00799f; &::after { border-bottom-color: #00799f; } } } } div.el-popper.el-select-dropdown { background: #123542; box-shadow: 2px 2px 8px 0px rgba(82, 90, 102, 0.08), 1px 1px 2px 0px rgba(82, 90, 102, 0.04); border-radius: 4px; .el-select-dropdown__list { .el-select-dropdown__item { font-size: 15px; font-family: PingFang SC, PingFang SC; color: #fff; font-family: PingFang SC, PingFang SC; font-weight: 500; /** -webkit-background-clip: text; -webkit-text-fill-color: transparent; */ &:hover { background: #0d5f79; } &.hover { background: #0d5f79; } } } &.el-select-dropdown { &[x-placement^="top"] { div.popper__arrow { border-top-color: #1a3442; &::after { border-top-color: #1a3442; } } } &[x-placement^="left"] { div.popper__arrow { border-left-color: #1a3442; &::after { border-left-color: #1a3442; } } } &[x-placement^="right"] { div.popper__arrow { border-right-color: #1a3442; &::after { border-right-color: #1a3442; } } } &[x-placement^="bottom"] { div.popper__arrow { border-bottom-color: #1a3442; &::after { border-bottom-color: #1a3442; } } } } } div.el-scrollbar { .el-scrollbar__wrap { /** overflow: auto; */ overflow-x: hidden; } } body { input.el-input__inner { background-color: #0d5f79; color: #fff; border-radius: 2px; border: 0; height: 100%; min-height: fit-content; line-height: unset; &::placeholder { color: #fff; } } div.el-input { input.el-input__inner { font-size: 12px; } } div.el-textarea { textarea.el-textarea__inner { background: #0a3e54; border-radius: 5px; opacity: 1; border: 1px solid rgba(98, 224, 254, 0.6); } .el-input__count { background-color: rgba(0, 0, 0, 0); font-size: 12px; font-family: PingFang SC, PingFang SC; font-weight: 400; color: #3de8ff; line-height: 14px; } } }