123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426 |
- @import url('https://fonts.googleapis.com/css?family=PT+Sans');
- html {
- font-size: 10px;
- }
- body {
- margin: 0;
- padding: 0;
- font-family: 'PT Sans', helvetica, sans-serif;
- color: #909090;
- background: #fff;
- font-weight: normal;
- }
- .container {
- margin: 0 auto;
- max-width: 1024px;
- }
- .clearfix::after {
- content: "";
- clear: both;
- display: block;
- }
- h1, h2 {
- color: #6f7173;
- font-weight: normal;
- }
- h1 {
- font-size: 3.6rem;
- color: #6f7173;
- }
- h2 {
- font-size: 3rem;
- margin: 0;
- }
- h3 {
- font-size: 2.4rem;
- color: #5094f2;
- font-weight: normal;
- }
- p {
- color: #909090;
- }
- header {
- height: 104px;
- padding: 24px 30px 0px;
- }
- header a {
- float: left;
- }
- header form {
- float: right;
- }
- header form #search {
- height: 40px;
- width: 390px;
- background-color: #f3f3f3;
- border: 1px solid #e5e5e5;
- font-size: 1.6rem;
- color: #c7c5c5;
- font-family: 'PT Sans', helvetica, sans-serif;
- outline: none;
- }
- input::-webkit-input-placeholder {
- color: #c7c5c5;
- padding-left: 10px;
-
- }
- header form label {
- font-size: 30px;
- color: #c7c5c5;
- }
- header form label i {
- position: relative;
- top: 4px;
- }
- header form #search-btn {
- display: none;
- }
- section.banner {
- background: #2f3943;
- margin-top: -26px;
- }
- section.banner img {
- width: 100%;
- }
- section.circles {
- padding-top: 80px;
- }
- section.circles .circle-flex {
- display: flex;
- justify-content: space-between;
- }
- section.circles .circle-item {
- width: 33%;
-
- display: flex;
- flex-direction: column;
- text-align: center;
-
- }
- section.circles .circle-item i {
- position: relative;
- }
- section.circles .circle-item i::after {
- content: "";
- position: absolute;
- width: 186px;
- height: 186px;
- background-color: #d94748;
- border-radius: 50%;
- right: -45px;
- bottom: -40px;
- z-index: -1;
- }
- section.circles .circle-item:nth-child(1) i::after {
- background-color: #5094f2;
- }
- section.circles .circle-item:nth-child(2) i::after {
- background-color: #d94748;
- right: -35px;
- bottom: -43px;
- }
- section.circles .circle-item:nth-child(3) i::after {
- background-color: #ebbb11;
- right: -49px;
- bottom: -43px;
- }
- section.circles .icon {
- font-size: 100px;
- color: #fff;
- }
- section.circles h3 {
- margin-top: 50px;
- margin-bottom: 0px;
- }
- section.circles p {
- margin-top: 5px;
- font-size: 1.6em;
- padding: 0 20px;
- }
- section.shopping-cart {
- padding-bottom: 60px;
- }
- section.shopping-cart .shop-flex {
- display: flex;
- justify-content: space-between;
- }
- section.shopping-cart .shop-img {
- width: 50%;
- padding-top: 25px;
- padding-left: 25px;
- }
- section.shopping-cart .shop-img a{
- color: #4364a1;
- font-size: 200px;
- }
- section.shopping-cart .shop-text {
- width: 50%;
- }
- section.shopping-cart p {
- font-size: 1.6rem;
- line-height: 36px;
- }
- footer {
- padding: 30px 0 40px;
- border-top: 1px solid #e5e5e5;
- color: #909090;
- text-align: center;
- font-size: 1.4rem;
- }
- @media screen and (max-width: 769px) {
- header {
- height: 89px;
- padding-top: 22px;
- padding-bottom: -12px;
- }
- header form #search {
- width: 200px;
- }
- section.circles .circle-item i::after {
- width: 136px;
- height: 136px;
- }
- section.circles {
- padding: 32px 0px 18px;
- }
- section.circles .icon {
- font-size: 80px;
- }
- section.circles .circle-flex {
- flex-direction: column;
- }
- section.circles .circle-item {
- padding: 0 30px;
- flex-direction: row;
- width: 100%;
- justify-content: space-around;
- padding-bottom: 40px;
- border-bottom: 1px solid #CCCCCC;
- }
- section.circles .circle-text {
- text-align: left;
- max-width: 70%;
- }
- section.circles .circle-text p{
- font-size: 2rem;
- }
- section.circles .circle-text h3{
- padding-left: 20px;
- margin-top: 10px;
- font-size: 3.6rem;
- color: #5094f2;
- }
- section.circles .circle-flex {
- flex-direction: column;
- }
- section.circles .circle-item:nth-child(1) i::after {
- right: -29px;
- bottom: -23px;
- }
- section.circles .circle-item:nth-child(2) i::after {
- right: -20px;
- bottom: -30px;
- }
- section.circles .circle-item:nth-child(3) i::after {
-
- right: -35px;
- bottom: -30px;
- }
-
- section.circles .circle-item:nth-child(3) i {
- margin-left: 13px;
- }
-
- .circle-item {
- margin: 20px 0;
- }
- .shop-flex {
- flex-direction: column;
- align-items: center;
- text-align: center;
-
- }
- section.shopping-cart .header-h1{
-
- text-align: center;
-
- }
- .shop-img {
- width: 100%!important;
- }
- .shop-text {
- width: 100%!important;
- }
- .shop-text p{
- text-align: left;
- padding-left: 40px;
- }
- .shopping-cart h1{
- font-size: 4.8rem;
- margin: 0px;
- }
- .shop-img a {
- font-size: 160px;
- }
- .h2-header {
- text-align: left;
- }
- h2 {
- margin-left: 40px;
- font-size: 3.6rem;
- }
- .shop-text p {
- line-height: 34px;
- font-size: 1.8rem;
- }
- footer {
- font-size: 1.6rem;
- }
- }
- .slider {
- position: relative;
- width: 100%;
- height: 500px;
- overflow: hidden;
- }
- .slides {
-
- display: flex;
- flex-direction: row;
- width: 100%;
- }
- .slider .slide {
- text-align: center;
- display: inline-block;
- width: 80%;
- position: absolute;
- left: 100px;
- }
- .slider .slide h1 {
- color: #fff;
- font-weight: 900;
- font-size: 3.2rem;
- margin-top: 160px;
- margin-bottom: 45px;
- font-family: 'Playfair Display', sans-serif;
- }
- .slider .slide h1::after {
- content: "";
- height: 1px;
- width: 50px;
- background-color: #00e0d0;
- display: block;
- position: relative;
- left: 350px;
- top: 20px;
- }
- .slider .slide p {
- color: #fff;
- line-height: 24px;
- }
- .slider .slide input[type="button"] {
- background: none;
- border: 1px solid #00e0d0;
- padding: 10px 15px;
- color: #00e0d0;
- font-family: 'Hammersmith One', sans-serif;
- font-size: 1.6rem;
- margin-top: 40px;
- }
- .slider .arrows img{
- position: absolute;
- z-index: 1;
- height: 30px;
- width: 30px;
- }
- .slider .arrows img:first-child {
- top: 50%;
- }
- .slider .arrows img:last-child {
- top: 50%;
- right: 0;
- }
- .slider {
- max-height: 454px;
- }
|