123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- body {
- margin: 0;
- padding: 0;
- background-color: #f7f8fb;
- }
- img {
- /* width: 100%;
- height: 100%; */
- object-fit: cover;
- }
- input,
- select {
- outline: none;
- background-color: transparent;
- border: 0;
- margin: 0;
- }
- a {
- text-decoration: none;
- }
- .wrap {
- width: 100%;
- height: 100%;
- overflow: hidden;
- }
- .page {
- width: 100%;
- position: relative;
- background: url(../image/f03058dcf27d4599b062ad31a46d5900.png) center top no-repeat;
- background-size: 100% 100%;
- -moz-background-size: 100% 100%;
- /* height: 41.6875rem; */
- }
- .download-btn-2 {
- position: absolute;
- bottom: 3%;
- }
- .download-btn-2 img {
- margin: 0 auto;
- }
- header {
- width: 100%;
- }
- .default-menu.navbar {
- padding-bottom: 0;
- padding-top: 0;
- min-height: 70px;
- margin-bottom: 0;
- background-color: #ffffff;
- font-family: "Raleway", sans-serif;
- position: fixed;
- }
- .navbar {
- padding-bottom: 0;
- padding-top: 0;
- min-height: 70px;
- margin-bottom: 0;
- background-color: #ffffff;
- font-family: "Raleway", sans-serif;
- position: fixed;
- width: 100%;
- z-index: 10;
-
- }
- .container-fluid{
- padding: 1rem 0.7rem;
- }
- .navbar img{
- width: 5.3rem;
- height: 100%;
- }
|