| | |
| | | <style lang="scss" scoped> |
| | | .createUser { |
| | | border-radius: 1px; |
| | | background-color: #09152f; |
| | | background-color: white; |
| | | |
| | | main { |
| | | text-align: left; |
| | | padding: 0 55px; |
| | | background-color: #09152f; |
| | | background-color: white; |
| | | padding-bottom: 50px; |
| | | |
| | | .mainContent { |
| | |
| | | padding-top: 50px; |
| | | |
| | | &::v-deep .el-form-item__label { |
| | | color: #4b9bb7; |
| | | color: #606266; |
| | | } |
| | | |
| | | &::v-deep .el-input__inner { |
| | | background-color: #09152f; |
| | | //background-color: #09152f; |
| | | border: 1px solid #17324c; |
| | | } |
| | | |
| | | &::v-deep .el-textarea__inner { |
| | | background-color: #09152f; |
| | | //background-color: #09152f; |
| | | border: 1px solid #17324c; |
| | | } |
| | | |
| | | :deep(.el-input__count) { |
| | | background-color: #09152f; |
| | | //background-color: #09152f; |
| | | } |
| | | |
| | | .el-form-item__content { |
| | |
| | | } |
| | | } |
| | | } |
| | | </style> |
| | | </style> |