123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590 |
- @font-face {
- font-family: 'PTSans';
- src: url('./../fonts/ptsans/PTSans-Regular.eot');
- src: url('./../fonts/ptsans/PTSans-Regular.eot?#iefix') format('embedded-opentype'),
- url('./../fonts/ptsans/PTSans-Regular.woff') format('woff'),
- url('./../fonts/ptsans/PTSans-Regular.ttf') format('truetype');
- font-weight: normal;
- font-style: normal;
- }
- @font-face {
- font-family: 'Open Sans';
- src: url('./../fonts/opensans/OpenSans-Regular.eot');
- src: url('./../fonts/opensans/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
- url('./../fonts/opensans/OpenSans-Regular.woff') format('woff'),
- url('./../fonts/opensans/OpenSans-Regular.ttf') format('truetype');
- font-weight: normal;
- font-style: normal;
- }
- * {
- box-sizing: border-box;
- }
- html {
- font-size: 10px;
- }
- body {
- font-size: 1.6rem;
- font-family: PTSans;
- }
- img {
- max-width : 100%;
- }
- @mixin content {
- width: 1100px;
- max-width: 90%;
- margin: 0 auto;
- }
- @mixin flex-column-center {
- display: flex;
- flex-flow: column nowrap;
- justify-content: center;
- align-items: center;
- }
- @mixin flex-row-center {
- display: flex;
- flex-flow: row nowrap;
- justify-content: center;
- align-items: center;
- }
- @mixin hover-section {
- display: flex;
- top: 477px;
- left: -1px;
- width: 350px;
- border: 1px solid #980052;
- border-top: none;
- position: absolute;
- background: #fff;
- }
- @mixin a-link {
- text-decoration: none;
- text-align: center;
- }
- header {
- &.slider {
- transition: 1s;
- }
- div.shadowslider {
- background-color: rgba(0,0,0,0.6);
- height: 224px;
- section.content {
- @include content;
- @include flex-column-center;
- div.header-logo {
- padding-top: 30px;
- @include flex-column-center;
- img {
- height: 62px;
- margin-bottom: 4px;
- }
- p {
- font-family: Open Sans;
- font-size: 1.4rem;
- color : #fff;
- margin-bottom: 30px;
- }
- }
- li {
- display: inline;
- input {
- border: 1px solid #fff;
- background: rgba(0,0,0,0);
- color: #fff;
- height: 40px;
- width: 255px;
- font-size: 2.4rem;
- }
- input[placeholder] {
- background: url(../img/search.png) no-repeat;
- background-position: 211px;
- }
- a {
- @include a-link;
- margin-right: 60px;
- font-size: 2.4rem;
- color: #fff;
- }
- a:last-child {
- margin-right: 50px;
- }
- a:hover {
- border-bottom: 1px solid #980052;
- border-top: 1px solid #980052;
- }
- }
- .hide-menu {
- position: relative;
- display: none;
- ul {
- li {
- padding-top: 15px;
- display: block;
- }
- }
- .hide-menu-list {
- position: absolute;
- display: none;
- }
- }
- .hide-menu:hover .hide-menu-list {
- display: block;
- }
- }
- }
- section.content {
- @include content;
- @include flex-column-center;
- div.shop {
- display: flex;
- padding-top: 15px;
- img:nth-child(2) {
- margin: 0 20px;
- }
- }
- .arrow {
- display: flex;
- margin-top: 110px;
- width: 1100px;
- justify-content: space-between;
- h1 {
- font-size: 4.8rem;
- font-family: Open Sans;
- color: #eee;
- }
- }
- .button {
- height: 70px;
- width: 350px;
- margin: 110px 0;
- background: #980052;
- @include flex-row-center;
- a {
- color: #fff;
- font-size: 2.4rem;
- @include a-link;
- }
- a:hover {
- color: #000;
- }
- }
- }
- }
- main {
- &.general-inform {
- @include content;
- @include flex-column-center;
- }
- .main-logo {
- margin-top: 50px;
- margin-bottom: 30px;
- font-size: 4.8rem;
- font-family: Open Sans;
- color: #980052;
- }
- .content {
- width: 100%;
- #stuff2 {
- margin: 0 25px;
- }
- .stuff {
- border: 1px solid #980052;
- float: left;
- width: 350px;
- padding: 10px;
- position: relative;
- article span {
- color: #666666;
- font-size: 1.8rem;
- }
- .price-info {
- display: flex;
- flex-flow: row nowrap;
- justify-content: space-between;
- margin-bottom: 10px;
- .sale {
- font-size: 1.4rem;
- background: #980052;
- color: #fff;
- text-transform: uppercase;
- margin-right: 5px;
- }
- .stuff-name {
- font-size: 2.0rem;
- color: #980052;
- }
- .key-stuff {
- font-size: 1.2rem;
- }
- .number-stuff {
- font-size: 1.6rem;
- }
- }
- .actual-price {
- @include flex-row-center;
- padding-bottom: 10px;
- .old-price {
- font-size: 2.1rem;
- color: #b8b8b8;
- text-decoration: line-through;
- }
- .old-currency {
- margin-right: 25px;
- color: #b8b8b8;
- }
- .new-price {
- font-size: 3.6rem;
- color: #980052;
- font-weight: bold;
- }
- }
- .currency {
- color: #980052;
- }
- }
- #stuff1 .actual-price{
- padding-bottom: 7px;
- }
- #hide1, #hide2, #hide3 {
- display: none;
- }
- .hide-section {
- @include flex-column-center;
- .hide-button {
- height: 60px;
- width: 220px;
- background: #980052;
- @include flex-row-center;
- a {
- color: #fff;
- font-size: 1.8rem;
- @include a-link;
- margin-left: 5px;
- }
- a:hover {
- color: #000;
- }
- }
- .hide-item {
- margin: 20px 0;
- img:nth-child(2) {
- margin: 0 40px;
- }
- }
- }
- #stuff1:hover {
- #hide1 {
- @include hover-section;
- }
- border-bottom: none;
- }
- #stuff2:hover {
- #hide2 {
- @include hover-section;
- }
- border-bottom: none;
- }
- #stuff3:hover {
- #hide3 {
- @include hover-section;
- }
- border-bottom: none;
- }
- }
- .main-button {
- height: 60px;
- width: 348px;
- border: 2px solid #980052;
- margin-top: 40px;
- margin-bottom: 70px;
- @include flex-row-center;
- a {
- color: #980052;
- font-size: 1.8rem;
- @include a-link;
- }
- a:hover {
- color: #000;
- }
- }
- }
- section {
- &.back {
- background: url(../img/slider.jpg) no-repeat;
- background-color: rgba(0,0,0,0.3);
- background-blend-mode: multiply;
- background-position: center;
- }
- .back-content {
- @include content;
- display: flex;
- flex-flow: row nowrap;
- justify-content: space-around;
- padding-bottom: 67px;
- .back-content-yellow {
- color: #fff600;
- }
- .back-content-left {
- margin-top: 55px;
- h1 {
- font-size: 4.8rem;
- color: #fff;
- margin-bottom: 20px;
- }
- .back-content-left-insaide {
- @include flex-row-center;
- margin-bottom: 25px;
- .back-content-left-insaide-text {
- margin-left: 27px;
- font-size: 2.4rem;
- color: #fff;
- }
- }
- .back-content-left-button {
- height: 68px;
- width: 345px;
- display: flex;
- justify-content: center;
- align-items: center;
- background: #980052;
- a {
- color: #fff;
- font-size: 2.4rem;
- @include a-link;
- }
- a:hover {
- color: #000;
- }
- }
- }
- .back-content-right {
- margin-top: 80px;
- h2 {
- font-size: 2.4rem;
- color: #fff;
- margin-bottom: 20px;
- }
- .back-content-right-insaide {
- @include flex-row-center;
- margin-bottom: 31px;
- .back-content-right-insaide-text {
- margin-left: 27px;
- font-size: 2.4rem;
- color: #fff;
- }
- }
- .back-content-right-button {
- height: 68px;
- width: 345px;
- display: flex;
- justify-content: center;
- align-items: center;
- background: #980052;
- margin: 0 auto;
- a {
- color: #fff;
- font-size: 2.4rem;
- @include a-link;
- }
- a:hover {
- color: #000;
- }
- }
- }
- }
- }
- main#second {
- #stuff-name {
- font-size: 1.8rem;
- }
- #stuff1 .actual-price {
- padding-bottom: 10px;
- }
- }
- footer {
- &.footer-bg {
- background: #d3d3d3;
- }
- .footer-content {
- @include content;
- font-size: 1.8rem;
- .footer-content-body {
- display: flex;
- flex-flow: row nowrap;
- justify-content: space-around;
- align-items: center;
- padding-top: 35px;
- .footer-content-left {
- margin-top: -30px;
- .footer-content-left-head {
- color: #4b4a4a;
- margin-bottom: 13px;
- }
- .footer-content-left-body {
- @include flex-row-center;
- color: #6a6969;
- .footer-content-left-body-left {
- margin-right: 13px;
- }
- }
- }
- .footer-content-center {
- color: #4b4a4a;
- .footer-content-center-head {
- img {
- margin-right: 5px;
- }
- padding-left: 12px;
- margin-bottom: 28px;
- }
- .footer-content-center-body {
- img {
- margin-right: 5px;
- }
- margin-bottom: 28px;
- }
- .footer-content-center-footer {
- padding-left: 12px;
- img:first-child {
- margin-right: 13px;
- }
- }
- }
- .footer-content-right {
- margin-top: -60px;
- color: #4b4a4a;
- .footer-content-center-social-media {
- @include flex-row-center;
- a {
- @include a-link;
- border-radius: 50%;
- border: 1px solid #d1d1d1;
- height: 38px;
- width: 38px;
- font-size: 1.8rem;
- margin-right: 28px;
- line-height: 2;
- color: #fff;
- background: #4d76a1;
- }
- a:first-child {
- background: #3b5998;
- }
- a:last-child {
- margin-right: 0;
- background: #55acee;
- }
- a:hover {
- color: #000;
- }
- }
- p {
- text-align: center;
- margin-bottom: 15px;
- }
- }
- }
- address {
- text-align: center;
- color: #4b4a4a;
- padding-bottom: 40px;
- padding-top: 20px;
- span {
- padding-right: 80px;
- }
- }
- }
- }
- // -----------------for JQ---------------------
- .hide {
- display: none;
- }
- .show {
- display: show;
- }
- #relative {
- position: relative;
- }
- #absolute {
- position: absolute;
- right: -16px;
- bottom: -4px;
- height: 18px;
- width: 18px;
- background: #980052;
- color: #fff;
- text-align: center;
- font-size: 1.2rem;
- }
- .scrollup {
- width:40px;
- height:40px;
- opacity:0.3;
- position:fixed;
- bottom:50px;
- left: 10px;
- display:none;
- text-indent:-9999px;
- background: url(../img/icon_top.png) no-repeat;
- }
- //---------------------------------------------
- @media screen and (max-width: 1200px) {
- header div.shadowslider section.content nav.menu li:last-child {
- display: none;
- }
- }
- @media screen and (max-width: 1114px) {
- header div.shadowslider section.content div.header-logo {
- display: none;
- }
- header div.shadowslider {
- height: 50px;
- }
- header section.content .arrow {
- display: none;
- }
- header div.shadowslider section.content nav.menu ul {
- padding-top: 10px;
- }
- main .content {
- display: flex;
- justify-content: center;
- }
- main .content div#stuff3.stuff {
- display: none;
- }
- section .back-content .back-content-right {
- display: none;
- }
- footer section.footer-content .footer-content-body {
- flex-flow: column;
- }
- footer .footer-content .footer-content-body .footer-content-left {
- margin-top: 10px;
- }
- footer .footer-content .footer-content-body .footer-content-center {
- margin-top: 20px;
- }
- footer .footer-content .footer-content-body .footer-content-right {
- margin-top: 20px;
- }
- }
- @media screen and (max-width: 924px) {
- header div.shadowslider section.content {
- flex-flow: row;
- justify-content: flex-start;
- }
- header div.shadowslider section.content nav.menu {
- display: none;
- }
- header div.shadowslider section.content nav.hide-menu {
- display: block;
- }
- }
|