Compare commits
6 Commits
Author | SHA1 | Date |
---|---|---|
panqihua | 52fd0e5931 | 3 years ago |
ZHD | b5005136cb | 5 years ago |
ZHD | 0537456223 | 5 years ago |
ZHD | 3c5ab5f178 | 5 years ago |
TUPOBO | ea129f3547 | 5 years ago |
ZHD | 2d3afea957 | 5 years ago |
@ -1,27 +1,2 @@ |
|||||||
# PocketCommunityWeb |
# 口袋社区web后台 |
||||||
|
## Angular |
||||||
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). |
|
@ -0,0 +1,9 @@ |
|||||||
|
#register{ |
||||||
|
.form-control{ |
||||||
|
// color: #fff; |
||||||
|
background: rgb(242, 242, 242); |
||||||
|
border-radius: 19px!important; |
||||||
|
border: none; |
||||||
|
outline: none; |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,9 @@ |
|||||||
|
#resetpwd{ |
||||||
|
.form-control{ |
||||||
|
// color: #fff; |
||||||
|
background: rgb(242, 242, 242); |
||||||
|
border-radius: 19px!important; |
||||||
|
border: none; |
||||||
|
outline: none; |
||||||
|
} |
||||||
|
} |
@ -1,3 +1,47 @@ |
|||||||
.manager { |
.manager { |
||||||
color: red; |
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; |
||||||
|
} |
After Width: | Height: | Size: 224 KiB |
After Width: | Height: | Size: 6.4 KiB |
After Width: | Height: | Size: 8.0 KiB |
After Width: | Height: | Size: 4.6 KiB |
After Width: | Height: | Size: 5.7 KiB |
After Width: | Height: | Size: 8.9 KiB |
Loading…
Reference in new issue