12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- .center-con {
- padding: 0 20px 10px;
- margin: auto;
- }
- .page-header,
- fieldset {
- text-align: left;
- }
- h2 {
- text-align: center
- }
- .form-btn {
- padding: 8px 40px;
- margin: auto;
- margin-top: 20px;
- margin-right: 10px;
- display: inline-block;
- }
- .require-star {
- color: red;
- margin-right: 8px;
- }
- .fz-16 {
- font-size: 16px;
- }
- .blue {
- color: #fff;
- }
- .margin-bottom-20 {
- margin-bottom: 20px;
- }
- .center {
- text-align: center
- }
- .fz-20 {
- font-size: 18px;
- font-weight: 700;
- }
- .padding-10 {
- padding: 10px 0px;
- }
- .col-lg-5 {
- text-align: left
- }
- input::-webkit-search-cancel-button {
- display: none;
- }
- body,
- html {
- /* background: url('../img/20200527135329.jpg') no-repeat; */
- /* background-image: linear-gradient(to bottom, #6699CC, #99CCFF); */
- background-color: #135394;
- background-size: 100% 100%;
- background-position: top right;
- color: #eee;
- }
|