style.css 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. body {
  2. margin: 0;
  3. padding: 0;
  4. background-color: #f7f8fb;
  5. }
  6. img {
  7. /* width: 100%;
  8. height: 100%; */
  9. object-fit: cover;
  10. }
  11. input,
  12. select {
  13. outline: none;
  14. background-color: transparent;
  15. border: 0;
  16. margin: 0;
  17. }
  18. a {
  19. text-decoration: none;
  20. }
  21. .wrap {
  22. width: 100%;
  23. height: 100%;
  24. overflow: hidden;
  25. }
  26. .page {
  27. width: 100%;
  28. position: relative;
  29. background: url(../image/f03058dcf27d4599b062ad31a46d5900.png) center top no-repeat;
  30. background-size: 100% 100%;
  31. -moz-background-size: 100% 100%;
  32. /* height: 41.6875rem; */
  33. }
  34. .download-btn-2 {
  35. position: absolute;
  36. bottom: 3%;
  37. }
  38. .download-btn-2 img {
  39. margin: 0 auto;
  40. }
  41. header {
  42. width: 100%;
  43. }
  44. .default-menu.navbar {
  45. padding-bottom: 0;
  46. padding-top: 0;
  47. min-height: 70px;
  48. margin-bottom: 0;
  49. background-color: #ffffff;
  50. font-family: "Raleway", sans-serif;
  51. position: fixed;
  52. }
  53. .navbar {
  54. padding-bottom: 0;
  55. padding-top: 0;
  56. min-height: 70px;
  57. margin-bottom: 0;
  58. background-color: #ffffff;
  59. font-family: "Raleway", sans-serif;
  60. position: fixed;
  61. width: 100%;
  62. z-index: 10;
  63. }
  64. .container-fluid{
  65. padding: 1rem 0.7rem;
  66. }
  67. .navbar img{
  68. width: 5.3rem;
  69. height: 100%;
  70. }