| | |
| | | </script> |
| | | |
| | | <style lang="scss" scoped> |
| | | @import "@/views/authentication/components/intl.css"; |
| | | // @import "@/views/authentication/components/intl.css"; |
| | | @import "@/assets/theme/index.scss"; |
| | | |
| | | $inp-b: #f5f5f5; |
| | | |
| | | .inputBackground { |
| | | background: $inp-b; |
| | | border: #d5d5d5 solid 1px; |
| | | |
| | | // @include themify() { |
| | | // background: themed("c2c_background") !important; |
| | | // } |
| | | } |
| | | |
| | | .textColor { |
| | | color: $mainBgColor; |
| | | @include themify() { |
| | | color: themed("text_color") !important; |
| | | } |
| | | } |
| | | |
| | | .inputCom { |
| | | color: $mainBgColor; |
| | | padding-bottom: 22px; |
| | | font-size: 14px; |
| | | |
| | | @include themify() { |
| | | color: themed("text_color") !important; |
| | | } |
| | | |
| | | .iptbox { |
| | | height: 55px; |
| | |
| | | height: 100%; |
| | | border: none; |
| | | padding-left: 10px; |
| | | color: $mainBgColor; |
| | | border-radius: 20px; |
| | | |
| | | @include themify() { |
| | | color: themed("text_color") !important; |
| | | } |
| | | } |
| | | |
| | | .rightCon { |
| | |
| | | |
| | | .tips { |
| | | font-size: 13px; |
| | | color: $text_color1; |
| | | margin-top: 9px; |
| | | |
| | | @include themify() { |
| | | color: themed("text_color1") !important; |
| | | } |
| | | } |
| | | |
| | | input:-webkit-autofill { |
| | |
| | | } |
| | | |
| | | input::-webkit-input-placeholder { |
| | | color: $dark-grey; |
| | | |
| | | @include themify() { |
| | | color: themed("text_color1") !important; |
| | | } |
| | | } |
| | | |
| | | .icon { |