|
@@ -0,0 +1,164 @@
|
|
|
+.wrap {
|
|
|
+ margin-bottom: 20px;
|
|
|
+}
|
|
|
+.inputSelect {
|
|
|
+ line-height: 54px;
|
|
|
+ height: 54px;
|
|
|
+ background: #fff;
|
|
|
+ border-radius: 30px;
|
|
|
+ overflow: hidden;
|
|
|
+ border: none !important;
|
|
|
+ padding: 0 20px;
|
|
|
+}
|
|
|
+:global {
|
|
|
+ .While {
|
|
|
+ .inputSelect {
|
|
|
+ .el-input__wrapper.is-focus {
|
|
|
+ border: none !important;
|
|
|
+ box-shadow: none !important;
|
|
|
+ &:hover {
|
|
|
+ .el-input__wrapper {
|
|
|
+ border: none !important;
|
|
|
+ box-shadow: none !important;
|
|
|
+ }
|
|
|
+ .el-input__inner {
|
|
|
+ border: none !important;
|
|
|
+ box-shadow: none !important;
|
|
|
+ }
|
|
|
+ border: none !important;
|
|
|
+ box-shadow: none !important;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .el-input__wrapper {
|
|
|
+ border: none !important;
|
|
|
+ box-shadow: none !important;
|
|
|
+ }
|
|
|
+ .el-input__inner {
|
|
|
+ border: none !important;
|
|
|
+ box-shadow: none !important;
|
|
|
+ }
|
|
|
+ .el-select {
|
|
|
+ --el-select-input-focus-border-color: transparent;
|
|
|
+ color: #000 !important;
|
|
|
+
|
|
|
+ font-weight: 500;
|
|
|
+ }
|
|
|
+ .el-select .el-input.is-focus .el-input__inner {
|
|
|
+ border: 0px !important;
|
|
|
+ color: #000 !important;
|
|
|
+
|
|
|
+ font-weight: 500;
|
|
|
+ }
|
|
|
+ .el-input__inner {
|
|
|
+ background-color: #fff !important;
|
|
|
+ border: none !important;
|
|
|
+ box-shadow: none !important;
|
|
|
+
|
|
|
+ &:hover {
|
|
|
+ border: none !important;
|
|
|
+ box-shadow: none !important;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .el-input__wrapper {
|
|
|
+ background-color: #fff !important;
|
|
|
+ border: none !important;
|
|
|
+ box-shadow: none !important;
|
|
|
+ &:hover {
|
|
|
+ border: none !important;
|
|
|
+ box-shadow: none !important;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .el-input-group--prepend {
|
|
|
+ .el-select {
|
|
|
+ &:hover {
|
|
|
+ background-color: #fff !important;
|
|
|
+ border: none !important;
|
|
|
+ box-shadow: none !important;
|
|
|
+ }
|
|
|
+ .select-trigger {
|
|
|
+ &:hover {
|
|
|
+ background-color: #fff !important;
|
|
|
+ border: none !important;
|
|
|
+ box-shadow: none !important;
|
|
|
+ }
|
|
|
+ .el-input--suffix.is-focus {
|
|
|
+ .el-input__wrapper {
|
|
|
+ box-shadow: none !important;
|
|
|
+ &:hover {
|
|
|
+ border: none !important;
|
|
|
+ box-shadow: none !important;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .is-focus {
|
|
|
+ background-color: #fff !important;
|
|
|
+ border: none !important;
|
|
|
+ box-shadow: none !important;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .el-input-group__prepend {
|
|
|
+ box-shadow: none;
|
|
|
+ }
|
|
|
+ .el-input-group__append {
|
|
|
+ box-shadow: none !important;
|
|
|
+ }
|
|
|
+
|
|
|
+ .subSelect {
|
|
|
+ .el-input-group--prepend
|
|
|
+ .el-input-group__prepend
|
|
|
+ .el-select
|
|
|
+ .el-input.is-focus
|
|
|
+ .el-input__wrapper {
|
|
|
+ border: none !important;
|
|
|
+ box-shadow: none !important;
|
|
|
+ &:hover {
|
|
|
+ border: none !important;
|
|
|
+ box-shadow: none !important;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .el-input-group--prepend .el-input-group__prepend .el-select {
|
|
|
+ border: none !important;
|
|
|
+ box-shadow: none !important;
|
|
|
+ &:hover {
|
|
|
+ border: none !important;
|
|
|
+ box-shadow: none !important;
|
|
|
+ .el-input__wrapper {
|
|
|
+ border: none !important;
|
|
|
+ box-shadow: none !important;
|
|
|
+ &:hover {
|
|
|
+ border: none !important;
|
|
|
+ box-shadow: none !important;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .el-input-group__prepend {
|
|
|
+ background-color: #fff !important;
|
|
|
+ }
|
|
|
+ .el-input-group__append {
|
|
|
+ background-color: #fff !important;
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
+.selectWrap {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: row;
|
|
|
+ position: relative;
|
|
|
+ .line {
|
|
|
+ width: 1px;
|
|
|
+ height: 26px;
|
|
|
+ background: #fff;
|
|
|
+ position: absolute;
|
|
|
+ right: -20px;
|
|
|
+ top: 2px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+.searchIcon {
|
|
|
+ font-size: 20px !important;
|
|
|
+}
|