base.css 884 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. .center-con {
  2. padding: 0 20px 10px;
  3. margin: auto;
  4. }
  5. .page-header,
  6. fieldset {
  7. text-align: left;
  8. }
  9. h2 {
  10. text-align: center
  11. }
  12. .form-btn {
  13. padding: 8px 40px;
  14. margin: auto;
  15. margin-top: 20px;
  16. margin-right: 10px;
  17. display: inline-block;
  18. }
  19. .require-star {
  20. color: red;
  21. margin-right: 8px;
  22. }
  23. .fz-16 {
  24. font-size: 16px;
  25. }
  26. .blue {
  27. color: #fff;
  28. }
  29. .margin-bottom-20 {
  30. margin-bottom: 20px;
  31. }
  32. .center {
  33. text-align: center
  34. }
  35. .fz-20 {
  36. font-size: 18px;
  37. font-weight: 700;
  38. }
  39. .padding-10 {
  40. padding: 10px 0px;
  41. }
  42. .col-lg-5 {
  43. text-align: left
  44. }
  45. input::-webkit-search-cancel-button {
  46. display: none;
  47. }
  48. body,
  49. html {
  50. /* background: url('../img/20200527135329.jpg') no-repeat; */
  51. /* background-image: linear-gradient(to bottom, #6699CC, #99CCFF); */
  52. background-color: #135394;
  53. background-size: 100% 100%;
  54. background-position: top right;
  55. color: #eee;
  56. }