Commit 6708e35b by Iren

add price for mobile

parent e68a79d5
Pipeline #3617 failed with stage
......@@ -1958,7 +1958,7 @@ video {
.technology {
padding-top: 50px;
padding-bottom: 70px;
margin-bottom: 40px;
margin-bottom: 0;
}
}
@media (max-width: 576px) {
......@@ -2145,6 +2145,12 @@ video {
display: none;
}
}
@media (max-width: 768px) {
.price-deskton-none {
position: absolute;
display: none;
}
}
.price-tittle-line {
width: 200px;
height: 1px;
......@@ -2174,7 +2180,7 @@ video {
.price-container,
.price-container-active {
width: 174px;
height: 930px;
height: 1030px;
padding: 30px 8px 32px 8px;
}
}
......@@ -2618,6 +2624,198 @@ p.price-p {
margin-left: -3px;
}
}
@media (min-width: 678px) {
.price-mobile-none {
position: absolute;
}
}
.price-mobile-tittle {
margin-left: 9px;
margin-top: 77px;
}
.price-mobile-tittle h2 {
font-family: SF-UI-Display-Black;
font-size: 24px;
font-weight: 400;
line-height: 24px;
color: #303a81;
letter-spacing: 0.5px;
margin-bottom: 11px;
}
.price-mobile-tittle-line {
width: 200px;
height: 1px;
border-bottom: #c94d4e 2px solid;
margin-bottom: 42px;
}
.price-mobile-wrapper {
display: flex;
}
.price-mobile-container {
position: relative;
width: 237px;
height: 479px;
border-radius: 6px;
background: #f9fbff;
border: #e6feea 1px solid;
margin-left: 8px;
padding-left: 16px;
}
.price-mobile-container h6 {
position: relative;
z-index: 4;
font-family: AvenirNext-Heavy;
color: white;
font-size: 24px;
font-weight: 400;
line-height: 24px;
letter-spacing: 0.24px;
margin-left: 23px;
margin-top: 23px;
}
.mobile-img {
position: absolute;
left: 0;
}
.price-mobile {
text-align: center;
margin-top: 68px;
}
.price-mobile p {
font-size: 60px;
line-height: 24px;
color: #303a81;
}
.price-mobile span {
font-size: 30px;
line-height: 24px;
color: #303a81;
}
.price-mobile-line {
margin-left: 32%;
margin-top: 9px;
width: 75px;
height: 1px;
background: #c94d4e;
}
.price-info-mobile {
list-style-type: disc;
font-size: 16px;
margin-top: 9px;
margin-left: 16px;
}
@media (max-width: 768px) {
.price-info-mobile li p {
font-family: SFUIDisplay-Regular;
font-size: 14px;
line-height: 44px;
font-weight: 500;
letter-spacing: 0;
color: #303a81;
overflow: hidden;
}
}
.price-info-mobile span {
margin-left: 15px;
color: #c94d4e;
}
.vvv p {
height: 35px;
}
.price-mobile-line-big {
margin-left: -15px;
width: 187px;
height: 1px;
background: #e6effa;
}
.price-mobile-line {
margin-left: -15px;
width: 67px;
height: 1px;
background: #e6effa;
}
.price-mobile-container-part {
position: relative;
margin-left: 16px;
padding-left: 16px;
width: 79px;
height: 479px;
border-bottom-left-radius: 6px;
border-top-left-radius: 6px;
background: #f9fbff;
border: #e6feea 1px solid;
}
.price-mobile-part {
text-align: center;
margin-top: 113px;
}
.price-mobile-part p {
font-size: 60px;
line-height: 24px;
color: #303a81;
}
.price-mobile-part span {
font-size: 30px;
line-height: 24px;
color: #303a81;
}
.price-mobile-btn {
margin-top: 13px;
margin-left: 6px;
width: 171px;
height: 32px;
border: #c94d4e 1px solid;
font-size: 12px;
font-weight: 400;
line-height: 30px;
letter-spacing: 0;
color: #c94d4e;
border-radius: 16px;
background: none;
}
.mobile-img-part {
position: absolute;
left: 0;
}
.price-mobile-btn-part {
margin-top: 15px;
margin-left: 17px;
height: 32px;
width: 56px;
border-top: #c94d4e 1px solid;
border-bottom-left-radius: 16px;
border-top-left-radius: 16px;
border-bottom: #c94d4e 1px solid;
border-left: #c94d4e 1px solid;
background: none;
font-size: 12px;
font-weight: 400;
line-height: 30px;
letter-spacing: 0;
color: #c94d4e;
}
.mobile-point-wrapper {
display: flex;
padding-left: 95px;
padding-top: 10px;
padding-bottom: 73px;
}
.mobile-point-active {
width: 12px;
height: 12px;
border-radius: 50%;
background: #c94d4e;
border: #fbb5b6 5px solid;
}
.mobile-point {
margin-top: 5px;
margin-left: 23px;
width: 11px;
height: 11px;
border-radius: 50%;
background: #fbb5b6;
border: #c94d4e 1px solid;
}
/*forms*/
.connection {
background-image: url("../img/background-form.jpg");
......
......@@ -1585,7 +1585,7 @@ padding-left: 40px;
@media (max-width: 768px) {
padding-top: 50px;
padding-bottom: 70px;
margin-bottom: 40px;
margin-bottom: 0;
}
@media (max-width: 576px) {
padding-top: 60px;
......@@ -1735,6 +1735,13 @@ padding-left: 40px;
display: none;
}
}
.price-deskton-none {
@media(max-width: 768px){
position: absolute;
display: none;
}
}
.price-tittle-line {
width: 200px;
height: 1px;
......@@ -1757,7 +1764,7 @@ padding-left: 40px;
}
@media (max-width: 992px) {
width: 174px;
height: 930px;
height: 1030px;
padding: 30px 8px 32px 8px;
}
@media (max-width: 768px) {
......@@ -2110,6 +2117,203 @@ p.price-p {
margin-left: -3px;
}
}
.price-mobile-none {
@media(min-width: 678px){
position: absolute;
}
}
.price-mobile-tittle {
margin-left: 9px;
margin-top: 77px;
h2 {
font-family: SF-UI-Display-Black;
font-size: 24px;
font-weight: 400;
line-height: 24px;
color: #303a81;
letter-spacing: 0.5px;
margin-bottom: 11px;
}
}
.price-mobile-tittle-line {
width: 200px;
height: 1px;
border-bottom: #c94d4e 2px solid;
margin-bottom: 42px;
}
.price-mobile-wrapper {
display: flex;
}
.price-mobile-container {
position: relative;
width: 237px;
height: 479px;
border-radius: 6px;
background: #f9fbff;
border: #e6feea 1px solid;
margin-left: 8px;
padding-left: 16px;
h6 {
position: relative;
z-index: 4;
font-family: AvenirNext-Heavy;
color: white;
font-size: 24px;
font-weight: 400;
line-height: 24px;
letter-spacing: 0.24px;
margin-left: 23px;
margin-top: 23px;
}
}
.mobile-img {
position: absolute;
left: 0;
}
.price-mobile {
text-align: center;
margin-top: 68px;
p {
font-size: 60px;
line-height: 24px;
color: #303a81;
}
span {
font-size: 30px;
line-height: 24px;
color: #303a81;
}
}
.price-mobile-line {
margin-left: 32%;
margin-top: 9px;
width: 75px;
height: 1px;
background: #c94d4e;
}
.price-info-mobile {
list-style-type: disc;
font-size: 16px;
margin-top: 9px;
margin-left: 16px;
li p{
@media (max-width: 768px) {
font-family: SFUIDisplay-Regular;
font-size: 14px;
line-height: 44px;
font-weight: 500;
letter-spacing: 0;
color: #303a81;
overflow: hidden;
}
}
span {
margin-left: 15px;
color: #c94d4e;
}
}
.vvv {
p {
height: 35px;
}
}
.price-mobile-line-big {
margin-left: -15px;
width: 187px;
height: 1px;
background: #e6effa;
}
.price-mobile-line {
margin-left: -15px;
width: 67px;
height: 1px;
background: #e6effa;
}
.price-mobile-container-part {
position: relative;
margin-left: 16px;
padding-left: 16px;
width: 79px;
height: 479px;
border-bottom-left-radius: 6px;
border-top-left-radius: 6px;
background: #f9fbff;
border: #e6feea 1px solid;
}
.price-mobile-part {
text-align: center;
margin-top: 113px;
p {
font-size: 60px;
line-height: 24px;
color: #303a81;
}
span {
font-size: 30px;
line-height: 24px;
color: #303a81;
}
}
.price-mobile-btn {
margin-top: 13px;
margin-left: 6px;
width: 171px;
height: 32px;
border: #c94d4e 1px solid;
font-size: 12px;
font-weight: 400;
line-height: 30px;
letter-spacing: 0;
color: #c94d4e;
border-radius: 16px;
background: none;
}
.mobile-img-part {
position: absolute;
left: 0;
}
.price-mobile-btn-part {
margin-top: 15px;
margin-left: 17px;
height: 32px;
width: 56px;
border-top: #c94d4e 1px solid;
border-bottom-left-radius: 16px;
border-top-left-radius: 16px;
border-bottom: #c94d4e 1px solid;
border-left: #c94d4e 1px solid;
background: none;
font-size: 12px;
font-weight: 400;
line-height: 30px;
letter-spacing: 0;
color: #c94d4e;
}
.mobile-point-wrapper {
display: flex;
padding-left: 95px;
padding-top: 10px;
padding-bottom: 73px;
}
.mobile-point-active {
width: 12px;
height: 12px;
border-radius: 50%;
background: #c94d4e;
border: #fbb5b6 5px solid;
}
.mobile-point {
margin-top: 5px;
margin-left: 23px;
width: 11px;
height: 11px;
border-radius: 50%;
background: #fbb5b6;
border: #c94d4e 1px solid;
}
/*forms*/
.connection {
background-image: url("../img/background-form.jpg");
......
......@@ -698,6 +698,7 @@
</section>
<section class="main-container">
<div class="price-deskton-none">
<h2 class="h2-desktop">Цены</h2>
<div class="price-tittle-line">
</div>
......@@ -1112,6 +1113,122 @@
<button type="button" class="price-btn">Попробовать бесплатно</button>
</div>
</div>
</div>
</section>
<section>
<div class="price-mobile-none">
<div class="price-mobile-tittle">
<h2>Цены</h2>
<div class="price-mobile-tittle-line">
</div>
</div>
<div class="price-mobile-wrapper">
<div class="price-mobile-container">
<img src="img/mobile-img.png" width="207" class="mobile-img">
<h6>Free (Beta)</h6>
<div class="price-mobile">
<p>0<span>&#8381</span></p>
</div>
<div class="price-mobile-line">
</div>
<ul class="price-info-mobile">
<li>
<p>
Объём данных<span>1 Гбайт</span>
</p>
<div class="price-mobile-line-big">
</div>
</li>
<li>
<p>
Объём данных<span>1 Гбайт</span>
</p>
<div class="price-mobile-line-big">
</div>
</li>
<li>
<p>
Объём данных<span>1 Гбайт</span>
</p>
<div class="price-mobile-line-big">
</div>
</li>
<li>
<p>
Объём данных<span>1 Гбайт</span>
</p>
<div class="price-mobile-line-big">
</div>
</li>
<li>
<p>
Объём данных<span>1 Гбайт</span>
</p>
<div class="price-mobile-line-big">
</div>
</li>
</ul>
<button type="button" class="price-mobile-btn">Попробовать бесплатно</button>
</div>
<div class="price-mobile-container-part">
<img src="img/mobile-img-path.png" class="mobile-img-part">
<div class="price-mobile-part">
<p>0<span>&#8381</span></p>
</div>
<div class="price-mobile-line">
</div>
<ul class="price-info-mobile vvv">
<li>
<p>
Объёмд
</p>
<div class="price-mobile-line">
</div>
</li>
<li>
<p>
Объём
</p>
<div class="price-mobile-line">
</div>
</li>
<li>
<p>
Объём
</p>
<div class="price-mobile-line">
</div>
</li>
<li>
<p>
Объём
</p>
<div class="price-mobile-line">
</div>
</li>
<li>
<p>
Объём
</p>
<div class="price-mobile-line">
</div>
</li>
</ul>
<button type="button" class="price-mobile-btn-part">Попроб</button>
</div>
</div>
</div>
<div class="mobile-point-wrapper">
<div class="mobile-point-active">
</div>
<div class="mobile-point">
</div>
<div class="mobile-point">
</div>
<div class="mobile-point">
</div>
</div>
</div>
</section>
<section class="connection">
<div class="main-container">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment