Compare commits
No commits in common. 'master' and 'change' have entirely different histories.
@ -1,2 +1,27 @@ |
||||
# 口袋社区web后台 |
||||
## Angular |
||||
# PocketCommunityWeb |
||||
|
||||
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.1. |
||||
|
||||
## Development server |
||||
|
||||
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files. |
||||
|
||||
## Code scaffolding |
||||
|
||||
Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`. |
||||
|
||||
## Build |
||||
|
||||
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build. |
||||
|
||||
## Running unit tests |
||||
|
||||
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io). |
||||
|
||||
## Running end-to-end tests |
||||
|
||||
Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/). |
||||
|
||||
## Further help |
||||
|
||||
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md). |
||||
|
@ -1,9 +0,0 @@ |
||||
#register{ |
||||
.form-control{ |
||||
// color: #fff; |
||||
background: rgb(242, 242, 242); |
||||
border-radius: 19px!important; |
||||
border: none; |
||||
outline: none; |
||||
} |
||||
} |
@ -1,9 +0,0 @@ |
||||
#resetpwd{ |
||||
.form-control{ |
||||
// color: #fff; |
||||
background: rgb(242, 242, 242); |
||||
border-radius: 19px!important; |
||||
border: none; |
||||
outline: none; |
||||
} |
||||
} |
@ -1,47 +1,3 @@ |
||||
.manager { |
||||
color: red; |
||||
} |
||||
.navbar{ |
||||
padding: 0; |
||||
} |
||||
.switch{ |
||||
position: absolute; |
||||
right: 20px; |
||||
top: 20px; |
||||
padding: 0px 20px; |
||||
background-color: #ffffff; |
||||
border-radius: 5px; |
||||
.btn-secondary{ |
||||
background: none; |
||||
border: none; |
||||
color: rgb(80, 138, 202); |
||||
} |
||||
.btn-secondary:focus, .btn-secondary.focus{ |
||||
box-shadow: none; |
||||
} |
||||
.dropdown-toggle::after{ |
||||
border: none; |
||||
margin: 0; |
||||
content: none; |
||||
} |
||||
.dropdown-menu{ |
||||
padding: 10px 40px; |
||||
right: 0; |
||||
left: -50px!important; |
||||
a{ |
||||
line-height: 30px; |
||||
cursor: pointer; |
||||
&:hover{ |
||||
background: none; |
||||
} |
||||
} |
||||
} |
||||
} |
||||
.navbar-light span { |
||||
color: #ffffff!important; |
||||
font-size: 22px!important; |
||||
font-family: 'Times new roman'!important; |
||||
} |
||||
.navbar-light a{ |
||||
cursor: pointer; |
||||
} |
Before Width: | Height: | Size: 224 KiB |
Before Width: | Height: | Size: 6.4 KiB |
Before Width: | Height: | Size: 8.0 KiB |
Before Width: | Height: | Size: 4.6 KiB |
Before Width: | Height: | Size: 5.7 KiB |
Before Width: | Height: | Size: 8.9 KiB |
Loading…
Reference in new issue