Initial commit
This commit is contained in:
28
playarea/assets/main/scss/__font.scss
Normal file
28
playarea/assets/main/scss/__font.scss
Normal file
@@ -0,0 +1,28 @@
|
||||
@font-face {
|
||||
font-family: 'SFProText';
|
||||
src: url(../font/SFProText-Regular.ttf) format("truetype");
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
font-display: fallback;
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'SFProText';
|
||||
src: url(../font/SFProText-Medium.ttf) format("truetype");
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
font-display: fallback;
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'SFProText';
|
||||
src: url(../font/SFProText-Semibold.ttf) format("truetype");
|
||||
font-style: normal;
|
||||
font-weight: 600;
|
||||
font-display: fallback;
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'SFProText';
|
||||
src: url(../font/SFProText-Bold.ttf) format("truetype");
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
font-display: fallback;
|
||||
}
|
||||
790
playarea/assets/main/scss/__media.scss
Normal file
790
playarea/assets/main/scss/__media.scss
Normal file
@@ -0,0 +1,790 @@
|
||||
@media (min-width: 1365px) {
|
||||
.main {
|
||||
.block1 {
|
||||
height: 100vh;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 1385px) {
|
||||
.main {
|
||||
.block1 {
|
||||
&-title {
|
||||
font-size: 76px;
|
||||
line-height: 76px;
|
||||
}
|
||||
&-subtitle {
|
||||
font-size: 28px;
|
||||
line-height: 30px;
|
||||
}
|
||||
}
|
||||
.product-card {
|
||||
.card-slider {
|
||||
.swiper-product-prev {
|
||||
left: 0;
|
||||
svg {
|
||||
width: 20px;
|
||||
}
|
||||
}
|
||||
.swiper-product-next {
|
||||
right: 0;
|
||||
svg {
|
||||
width: 20px;
|
||||
}
|
||||
}
|
||||
.card-photo {
|
||||
width: 90%;
|
||||
height: 90%;
|
||||
}
|
||||
}
|
||||
.description {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 1199px) {
|
||||
.title-text {
|
||||
font-size: 46px;
|
||||
line-height: 46px;
|
||||
}
|
||||
.back-home {
|
||||
top: -2px;
|
||||
}
|
||||
.main {
|
||||
.block1 {
|
||||
background-position: -200px;
|
||||
&-title {
|
||||
font-size: 76px;
|
||||
line-height: 76px;
|
||||
}
|
||||
&-subtitle {
|
||||
font-size: 25px;
|
||||
line-height: 30px;
|
||||
margin: 12px 0 30px;
|
||||
}
|
||||
}
|
||||
|
||||
.block3 {
|
||||
margin: 50px 0;
|
||||
&-box {
|
||||
grid-gap: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
.basket {
|
||||
.basket-table {
|
||||
tbody {
|
||||
.product-img {
|
||||
padding-right: 15px;
|
||||
img {
|
||||
width: 120px;
|
||||
}
|
||||
}
|
||||
.product-text {
|
||||
padding-left: 15px;
|
||||
.product-name {
|
||||
max-width: 300px;
|
||||
}
|
||||
.product_text {
|
||||
max-width: 300px;
|
||||
}
|
||||
}
|
||||
.product-price {
|
||||
font-size: 20px;
|
||||
line-height: 20px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.products {
|
||||
.product {
|
||||
width: 32%;
|
||||
}
|
||||
}
|
||||
|
||||
.product-card {
|
||||
.card-slider {
|
||||
width: 49%;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 991px) {
|
||||
.back-home {
|
||||
display: none;
|
||||
}
|
||||
.header {
|
||||
&-box {
|
||||
padding: 10px 20px;
|
||||
}
|
||||
.logo-img {
|
||||
width: 170px;
|
||||
}
|
||||
&-nav {
|
||||
li {
|
||||
font-size: 20px;
|
||||
margin-right: 25px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.main {
|
||||
.block1 {
|
||||
background-position: -450px;
|
||||
&-title {
|
||||
font-size: 76px;
|
||||
line-height: 76px;
|
||||
}
|
||||
&-subtitle {
|
||||
font-size: 25px;
|
||||
line-height: 30px;
|
||||
margin: 12px 0 30px;
|
||||
}
|
||||
}
|
||||
|
||||
.block2 {
|
||||
margin-top: 50px;
|
||||
.title-text {
|
||||
text-align: left;
|
||||
margin-bottom: 20px;
|
||||
&::before {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
&-img {
|
||||
width: 100%;
|
||||
}
|
||||
&-info {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
margin-top: 50px;
|
||||
.title-text {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.block3 {
|
||||
&-card {
|
||||
.card-img {
|
||||
height: 250px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.basket {
|
||||
.basket-order {
|
||||
.order-info {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.profile {
|
||||
padding-bottom: 50px;
|
||||
.profile-info {
|
||||
padding: 20px 0;
|
||||
}
|
||||
.profile-name {
|
||||
top: 70px;
|
||||
}
|
||||
.order-history {
|
||||
&-table {
|
||||
margin-top: 30px;
|
||||
td {
|
||||
padding: 14px 0 0;
|
||||
border-top: none;
|
||||
&:first-child {
|
||||
width: auto;
|
||||
padding-right: 0;
|
||||
}
|
||||
&:nth-child(2) {
|
||||
width: 280px;
|
||||
}
|
||||
&:last-child {
|
||||
padding-bottom: 30px;
|
||||
}
|
||||
}
|
||||
tr {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
text-align: center;
|
||||
border-bottom: 1px solid #2C9A33;
|
||||
&:last-child {
|
||||
border: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.products {
|
||||
.product {
|
||||
width: 48%;
|
||||
}
|
||||
}
|
||||
|
||||
.product-card {
|
||||
padding-bottom: 50px;
|
||||
.card-slider {
|
||||
width: 506px;
|
||||
margin: 50px 0 0;
|
||||
}
|
||||
.card-info {
|
||||
width: 100%;
|
||||
margin-top: 40px;
|
||||
}
|
||||
}
|
||||
|
||||
.review-page {
|
||||
.review-box {
|
||||
position: relative;
|
||||
padding-bottom: 100px;
|
||||
.stars {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
margin-bottom: 22px;
|
||||
}
|
||||
.review-title {
|
||||
margin-bottom: 22px;
|
||||
}
|
||||
.review-message {
|
||||
width: 75%;
|
||||
}
|
||||
.form-item {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.footer {
|
||||
font-size: 14px;
|
||||
line-height: 16px;
|
||||
&-title {
|
||||
width: 100%;
|
||||
}
|
||||
.logo-img {
|
||||
width: 164px;
|
||||
}
|
||||
&-form {
|
||||
width: 100%;
|
||||
margin-top: 30px;
|
||||
}
|
||||
&-box {
|
||||
padding: 20px 0;
|
||||
}
|
||||
&-nav {
|
||||
li {
|
||||
margin-right: 20px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.popUp {
|
||||
&-content {
|
||||
width: 720px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
|
||||
.title-text {
|
||||
padding: 0 10px;
|
||||
font-size: 36px;
|
||||
line-height: 36px;
|
||||
}
|
||||
.header {
|
||||
&-box {
|
||||
padding: 20px 30px;
|
||||
}
|
||||
.logo-img {
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.main {
|
||||
.block3 {
|
||||
&-box {
|
||||
grid-template-columns: repeat(1, 1fr);
|
||||
grid-gap: 50px;
|
||||
}
|
||||
&-card {
|
||||
.card-img {
|
||||
height: 300px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.block4 {
|
||||
padding: 50 0;
|
||||
.title-text {
|
||||
text-align: center;
|
||||
}
|
||||
&-img {
|
||||
display: none;
|
||||
}
|
||||
&-info {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
.basket {
|
||||
.basket-table {
|
||||
font-size: 13px;
|
||||
line-height: 15px;
|
||||
tbody {
|
||||
.product-img {
|
||||
img {
|
||||
width: 90px;
|
||||
}
|
||||
}
|
||||
.product-formate {
|
||||
max-width: 70px;
|
||||
text-align: center;
|
||||
font-size: 12px;
|
||||
display: inline-block;
|
||||
border: none;
|
||||
}
|
||||
.product-price {
|
||||
font-size: 16px;
|
||||
line-height: 16px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.profile {
|
||||
padding-bottom: 50px;
|
||||
.profile-item {
|
||||
margin: 0;
|
||||
}
|
||||
.address-title,
|
||||
.edit-btn {
|
||||
margin-top: 20px;
|
||||
}
|
||||
}
|
||||
.products {
|
||||
.products-box {
|
||||
justify-content: center;
|
||||
}
|
||||
.product {
|
||||
width: 380px;
|
||||
}
|
||||
}
|
||||
|
||||
.reviews {
|
||||
.reviews-box {
|
||||
padding: 60px 0;
|
||||
&::before {
|
||||
top: 25px;
|
||||
}
|
||||
&::after {
|
||||
bottom: 25px;
|
||||
}
|
||||
}
|
||||
}
|
||||
.review {
|
||||
padding: 20px 0;
|
||||
&-name {
|
||||
margin: 9px 0;
|
||||
}
|
||||
&-text {
|
||||
width: 100%;
|
||||
}
|
||||
&-data {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.footer {
|
||||
&-info {
|
||||
margin-right: 20px;
|
||||
font-size: 12px;
|
||||
line-height: 15px;
|
||||
p {
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
}
|
||||
&-box {
|
||||
.row:first-child {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
}
|
||||
&-subnav {
|
||||
width: auto;
|
||||
flex-direction: column;
|
||||
align-items: end;
|
||||
li {
|
||||
margin-bottom: 6px;
|
||||
&:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.popUp {
|
||||
&-content {
|
||||
width: 440px;
|
||||
padding: 40px;
|
||||
}
|
||||
.form {
|
||||
margin-top: 30px;
|
||||
&:first-child {
|
||||
margin-right: 0;
|
||||
padding-right: 0;
|
||||
&::before {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 576px) {
|
||||
|
||||
.chat {
|
||||
bottom: 10px;
|
||||
right: -10px;
|
||||
&-box {
|
||||
right: 30px;
|
||||
}
|
||||
}
|
||||
|
||||
body {
|
||||
font-size: 20px;
|
||||
line-height: 24px;
|
||||
}
|
||||
.header {
|
||||
&-box {
|
||||
margin-top: 20px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
}
|
||||
.main {
|
||||
.block1 {
|
||||
background-image: url(../img/png/block1-mob.png);
|
||||
background-position: center;
|
||||
height: 522px;
|
||||
padding-bottom: 60px;
|
||||
.buyNow-link {
|
||||
margin: 0 auto;
|
||||
}
|
||||
}
|
||||
.block5 {
|
||||
&-item {
|
||||
.item-title {
|
||||
font-size: 24px;
|
||||
line-height: 28px;
|
||||
}
|
||||
.show-btn {
|
||||
width: 40px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.policy {
|
||||
&-box {
|
||||
margin: 20px 0 80px;
|
||||
}
|
||||
&-title {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
}
|
||||
|
||||
.basket {
|
||||
.basket-table {
|
||||
font-size: 15px;
|
||||
line-height: 17px;
|
||||
margin-top: 0;
|
||||
thead {
|
||||
display: none;
|
||||
}
|
||||
tbody {
|
||||
tr {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
margin-top: 50px;
|
||||
&:first-child {
|
||||
margin-top: 40px;
|
||||
}
|
||||
td {
|
||||
padding: 0;
|
||||
}
|
||||
&:first-child td {
|
||||
padding-top: 0;
|
||||
}
|
||||
}
|
||||
.product-info {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
text-align: center;
|
||||
margin: 0;
|
||||
}
|
||||
.product-img {
|
||||
padding-right: 0;
|
||||
margin-bottom: 14px;
|
||||
img {
|
||||
width: 178px;
|
||||
}
|
||||
}
|
||||
.product-text {
|
||||
position: relative;
|
||||
padding-left: 0;
|
||||
&::before {
|
||||
display: none;
|
||||
}
|
||||
.product-name {
|
||||
max-width: 100%;
|
||||
}
|
||||
.product_text {
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
.product-formate {
|
||||
border-bottom: 1px solid #717171;
|
||||
max-width: 100%;
|
||||
font-size: 15px;
|
||||
line-height: 17px;
|
||||
margin: 14px 0;
|
||||
}
|
||||
.product-price {
|
||||
font-size: 32px;
|
||||
line-height: 32px;
|
||||
margin-top: 14px;
|
||||
}
|
||||
}
|
||||
}
|
||||
.basket-order {
|
||||
.order-info {
|
||||
width: 100%;
|
||||
&:last-child {
|
||||
padding-left: 0;
|
||||
margin-top: 20px;
|
||||
}
|
||||
}
|
||||
.promocode {
|
||||
display: none !important;
|
||||
}
|
||||
.input-box {
|
||||
width: 100% !important;
|
||||
&:nth-child(6) {
|
||||
width: 40% !important;
|
||||
}
|
||||
&:nth-child(7) {
|
||||
width: 58% !important;
|
||||
}
|
||||
}
|
||||
.order-list {
|
||||
li {
|
||||
padding: 20px 0;
|
||||
img {
|
||||
margin-right: 10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
.order-payment {
|
||||
font-size: 13px;
|
||||
line-height: 14px;
|
||||
.payment-title {
|
||||
padding-left: 15px;
|
||||
}
|
||||
.payment-list {
|
||||
padding: 20px 0;
|
||||
.payment-rad {
|
||||
margin-right: 10px;
|
||||
}
|
||||
label {
|
||||
img {
|
||||
margin-right: 3px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.toBe-paid {
|
||||
margin: 50px 0 30px;
|
||||
width: 100%;
|
||||
padding: 20px 12px;
|
||||
font-size: 15px;
|
||||
.paid-title {
|
||||
font-size: 24px;
|
||||
line-height: 24px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.profile {
|
||||
.profile-info {
|
||||
.change-subscriptions {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.product-card {
|
||||
.card-slider {
|
||||
width: 100%;
|
||||
margin-top: 20px;
|
||||
.big-card {
|
||||
height: 150px;
|
||||
}.small-card {
|
||||
width: 100%;
|
||||
margin-top: 30px;
|
||||
.card-item {
|
||||
height: 96px;
|
||||
}
|
||||
}
|
||||
}
|
||||
.description {
|
||||
font-size: 18px;
|
||||
line-height: 20px;
|
||||
&-title {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
}
|
||||
.card-info {
|
||||
.info-title {
|
||||
font-size: 46px;
|
||||
line-height: 46px;
|
||||
}
|
||||
.info-item {
|
||||
margin-top: 20px;
|
||||
&:first-child {
|
||||
margin-top: 25px;
|
||||
}
|
||||
}
|
||||
.card-addBasket {
|
||||
margin-top: 30px;
|
||||
height: 57px;
|
||||
width: 100%;
|
||||
.product-price {
|
||||
padding: 0;
|
||||
font-size: 28px;
|
||||
line-height: 28px;
|
||||
width: 55%;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
.addBasket-btn {
|
||||
width: 45%;
|
||||
font-size: 18px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.review-page {
|
||||
padding-bottom: 40px;
|
||||
.ratings {
|
||||
margin: 30px 0 60px;
|
||||
}
|
||||
.review-box {
|
||||
margin-bottom: 40px;
|
||||
.review-message {
|
||||
width: 73%;
|
||||
}
|
||||
.form-item {
|
||||
width: 100%;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.footer {
|
||||
&-top {
|
||||
padding: 50px 0 30px;
|
||||
}
|
||||
.logo {
|
||||
background: #fff;
|
||||
padding: 5px;
|
||||
}
|
||||
.logo-img {
|
||||
width: 35px;
|
||||
}
|
||||
&-form {
|
||||
.form__inp {
|
||||
font-size: 18px;
|
||||
padding: 0 20px;
|
||||
}
|
||||
.form__btn {
|
||||
min-width: 100px;
|
||||
font-size: 18px;
|
||||
}
|
||||
}
|
||||
.socials {
|
||||
.social {
|
||||
margin-right: 10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 460px) {
|
||||
.main {
|
||||
.block1 {
|
||||
&-title {
|
||||
font-size: 56px;
|
||||
line-height: 56px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.popUp {
|
||||
&-content {
|
||||
width: 95%;
|
||||
padding: 40px 20px 40px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 390px) {
|
||||
.main {
|
||||
.profile {
|
||||
.title-text {
|
||||
font-size: 31px;
|
||||
line-height: 31px;
|
||||
}
|
||||
}
|
||||
.products {
|
||||
.product {
|
||||
width: 350px;
|
||||
&-photo {
|
||||
height: 240px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
1888
playarea/assets/main/scss/main.scss
Normal file
1888
playarea/assets/main/scss/main.scss
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user