Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
landing_pages
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alex
landing_pages
Commits
605943e1
Commit
605943e1
authored
Jan 31, 2019
by
Iren
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add style for price
parent
5d06c5fa
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
167 additions
and
31 deletions
+167
-31
styles.css
css/styles.css
+83
-13
styles.css.map
css/styles.css.map
+0
-0
styles.less
css/styles.less
+74
-9
index.html
index.html
+10
-9
No files found.
css/styles.css
View file @
605943e1
...
...
@@ -2116,19 +2116,29 @@ video {
margin-bottom
:
60px
;
}
}
.price-display-none
{
position
:
relative
;
}
@media
(
max-width
:
768px
)
{
.price-display-none
{
position
:
relative
;
display
:
none
;
}
}
.price-tittle-line
{
width
:
200px
;
height
:
1px
;
border-bottom
:
#c94d4e
2px
solid
;
margin-top
:
-3px
;
margin-bottom
:
28px
;
}
.price-container
,
.price-container-active
{
position
:
relative
;
max-width
:
256px
;
height
:
834px
;
margin-top
:
17px
;
padding
:
30
px
16px
32px
16px
;
padding
:
27
px
16px
32px
16px
;
background
:
#f9fbff
;
border
:
#e6effa
1px
solid
;
border-radius
:
8px
;
...
...
@@ -2198,13 +2208,16 @@ video {
width
:
50px
;
}
}
.user
{
padding-top
:
10px
;
}
.price-container.active
{
box-shadow
:
0
25px
25px
#e6effa
;
height
:
875px
;
position
:
relative
;
width
:
256px
;
margin-top
:
20px
;
padding
:
20
px
16px
32px
16px
;
padding
:
15
px
16px
32px
16px
;
background
:
white
;
border
:
#e6effa
1px
solid
;
border-radius
:
8px
;
...
...
@@ -2262,25 +2275,53 @@ video {
width
:
50px
;
}
}
.price-active
.price-user
{
.price-active
p
.price-user
{
font-family
:
SFUIDisplay-Light
;
text-transform
:
uppercase
;
color
:
#303a81
;
font-size
:
24px
;
margin-bottom
:
11px
;
}
@media
(
max-width
:
1250px
)
{
.price-active
p
.price-user
p
{
font-size
:
40px
;
}
}
@media
(
max-width
:
992px
)
{
.price-active
p
.price-user
p
{
font-size
:
30px
;
}
}
@media
(
max-width
:
768px
)
{
.price-active
p
.price-user
p
{
font-size
:
10px
;
}
}
.price
p
.price-user
{
font-family
:
SFUIDisplay-Light
;
text-transform
:
uppercase
;
color
:
#303a81
;
font-size
:
24px
;
margin-bottom
:
11px
;
}
@media
(
max-width
:
1250px
)
{
.price
-active
.price-user
p
{
.price
p
.price-user
p
{
font-size
:
40px
;
}
}
@media
(
max-width
:
992px
)
{
.price
-active
.price-user
p
{
.price
p
.price-user
p
{
font-size
:
30px
;
}
}
@media
(
max-width
:
768px
)
{
.price
-active
.price-user
p
{
.price
p
.price-user
p
{
font-size
:
10px
;
}
}
.price
{
margin-top
:
-20px
;
}
.price
,
.price-active
{
width
:
100%
;
...
...
@@ -2363,9 +2404,18 @@ video {
font-size
:
10px
;
}
}
p
.price-p
{
font-family
:
SFUIDisplay-Regular
;
margin-top
:
100px
;
text-transform
:
none
;
font-size
:
28px
;
line-height
:
24px
;
letter-spacing
:
0
;
color
:
#303a81
;
}
.price-p-margin
{
line-height
:
40px
;
margin-top
:
11
0px
;
margin-top
:
5
0px
;
}
@media
(
max-width
:
1250px
)
{
.price-p-margin
{
...
...
@@ -2377,26 +2427,39 @@ video {
height
:
1px
;
border-bottom
:
#c94d4e
1px
solid
;
margin
:
0
auto
;
margin-bottom
:
19px
;
}
@media
(
max-width
:
768px
)
{
.price-line-little
{
width
:
30px
;
}
}
.price-line-little-user
{
width
:
75px
;
height
:
1px
;
border-bottom
:
#c94d4e
1px
solid
;
margin
:
0
auto
;
margin-bottom
:
16px
;
}
@media
(
max-width
:
768px
)
{
.price-line-little-user
{
width
:
30px
;
}
}
.price-info
{
margin-left
:
16px
;
list-style-type
:
disc
;
}
.price-info
li
{
font-family
:
SFUIDisplay-
Light
;
.price-info
li
p
{
font-family
:
SFUIDisplay-
Regular
;
font-size
:
14px
;
font-weight
:
300
;
letter-spacing
:
0
;
color
:
#303a81
;
line-height
:
4
2
px
;
line-height
:
4
3
px
;
}
@media
(
max-width
:
768px
)
{
.price-info
li
{
.price-info
li
p
{
font-size
:
5px
;
line-height
:
10px
;
}
...
...
@@ -2437,8 +2500,12 @@ video {
width
:
50px
;
}
}
.price-info-carry
{
line-height
:
12px
;
/*
position: absolute;
top: 30px;
left: 1px;*/
.price-display-none
.price-info-carry
p
{
line-height
:
4px
;
color
:
#c94d4e
;
}
.price-btn
{
...
...
@@ -2478,6 +2545,9 @@ video {
margin-left
:
-3px
;
}
}
.btn-user
{
margin-top
:
4px
;
}
.price-btn-active
{
background
:
#c94d4e
;
color
:
white
;
...
...
css/styles.css.map
View file @
605943e1
This diff is collapsed.
Click to expand it.
css/styles.less
View file @
605943e1
...
...
@@ -1711,17 +1711,25 @@ padding-left: 45px;
}
}
.price-display-none {
position: relative;
@media (max-width: 768px){
position: relative;
display: none;
}
}
.price-tittle-line {
width: 200px;
height: 1px;
border-bottom: #c94d4e 2px solid;
margin-top: -3px;
margin-bottom: 28px;
}
.price-container, .price-container-active {
position: relative;
max-width: 256px;
height: 834px;
margin-top: 17px;
padding:
30
px 16px 32px 16px;
padding:
27
px 16px 32px 16px;
background: #f9fbff;
border: #e6effa 1px solid;
border-radius: 8px;
...
...
@@ -1770,13 +1778,16 @@ padding-left: 45px;
}
}
}
.user {
padding-top: 10px;
}
.price-container.active {
box-shadow: 0 25px 25px #e6effa;
height: 875px;
position: relative;
width: 256px;
margin-top: 20px;
padding:
20
px 16px 32px 16px;
padding:
15
px 16px 32px 16px;
background: white;
border: #e6effa 1px solid;
border-radius: 8px;
...
...
@@ -1823,9 +1834,31 @@ padding-left: 45px;
}
}
}
.price-active .price-user {
.price-active p.price-user{
font-family: SFUIDisplay-Light;
text-transform: uppercase;
color: #303a81;
font-size: 24px;
margin-bottom: 11px;
p {
@media (max-width: 1250px) {
font-size: 40px;
}
@media (max-width: 992px) {
font-size: 30px;
}
@media (max-width: 768px) {
font-size: 10px;
}
}
}
.price p.price-user{
font-family: SFUIDisplay-Light;
text-transform: uppercase;
color: #303a81;
font-size: 24px;
margin-bottom: 11px;
p {
@media (max-width: 1250px) {
font-size: 40px;
...
...
@@ -1837,6 +1870,9 @@ padding-left: 45px;
font-size: 10px;
}
}
}
.price {
margin-top: -20px;
}
.price, .price-active {
width: 100%;
...
...
@@ -1898,9 +1934,18 @@ padding-left: 45px;
font-size: 10px;
}
}
p.price-p {
font-family: SFUIDisplay-Regular;
margin-top: 100px;
text-transform: none;
font-size: 28px;
line-height: 24px;
letter-spacing: 0;
color: #303a81;
}
.price-p-margin {
line-height: 40px;
margin-top:
11
0px;
margin-top:
5
0px;
@media (max-width: 1250px) {
margin-top: 48px;
}
...
...
@@ -1910,6 +1955,17 @@ padding-left: 45px;
height: 1px;
border-bottom: #c94d4e 1px solid;
margin: 0 auto;
margin-bottom: 19px;
@media (max-width: 768px) {
width: 30px;
}
}
.price-line-little-user {
width: 75px;
height: 1px;
border-bottom: #c94d4e 1px solid;
margin: 0 auto;
margin-bottom: 16px;
@media (max-width: 768px) {
width: 30px;
}
...
...
@@ -1918,13 +1974,13 @@ padding-left: 45px;
.price-info {
margin-left: 16px;
list-style-type: disc;
li {
font-family: SFUIDisplay-
Light
;
li
p
{
font-family: SFUIDisplay-
Regular
;
font-size: 14px;
font-weight: 300;
letter-spacing: 0;
color: #303a81;
line-height: 4
2
px;
line-height: 4
3
px;
@media (max-width: 768px) {
font-size: 5px;
line-height: 10px;
...
...
@@ -1959,9 +2015,15 @@ padding-left: 45px;
width: 50px;
}
}
.price-info-carry {
line-height: 12px;
/*
position: absolute;
top: 30px;
left: 1px;*/
.price-display-none .price-info-carry {
p {
line-height: 4px;
color: #c94d4e;
}
}
.price-btn {
margin-left: 7px;
...
...
@@ -1995,6 +2057,9 @@ padding-left: 45px;
margin-left: -3px;
}
}
.btn-user {
margin-top: 4px;
}
.price-btn-active {
background: #c94d4e;
color: white;
...
...
index.html
View file @
605943e1
...
...
@@ -699,7 +699,7 @@
<section
class=
"main-container"
>
<h2
class=
"h2-desktop"
>
Цены
</h2>
<div
class=
"
main
-line"
>
<div
class=
"
price-tittle
-line"
>
</div>
<div
class=
"price-wrapper"
>
<div
class=
"price-container"
>
...
...
@@ -762,8 +762,11 @@
</li>
<li
class=
"price-display-none"
>
<p>
Оперативная поддержка
<span
class=
"price-info-carry"
>
Только по e-mail
</span>
</p>
Оперативная поддержка
</p>
<div
class=
"price-info-carry"
>
<p>
Только по e-mail
</p>
</div>
<div
class=
"price-line price-display-none"
>
</div>
</li>
...
...
@@ -905,14 +908,14 @@
</ol>
<button
type=
"button"
class=
"price-btn price-btn-active"
>
Попробовать бесплатно
</button>
</div>
<div
class=
"price-container"
>
<div
class=
"price-container
user
"
>
<img
src=
"img/price.png"
>
<h6>
Free (Beta)
</h6>
<div
class=
"price"
>
<p>
1000
<span>
&
#8381
</span></p>
<p
class=
"price-user"
>
за пользователя
</p>
</div>
<div
class=
"price-line-little"
>
<div
class=
"price-line-little
-user
"
>
</div>
<ol
class=
"price-info"
>
<li>
...
...
@@ -1003,17 +1006,15 @@
<p>
Среда для разработки
<span>
+
</span>
</p>
<div
class=
"price-line-big"
>
</div>
</li>
</ol>
<button
type=
"button"
class=
"price-btn"
>
Попробовать бесплатно
</button>
<button
type=
"button"
class=
"price-btn
btn-user
"
>
Попробовать бесплатно
</button>
</div>
<div
class=
"price-container"
>
<img
src=
"img/price.png"
>
<h6>
Free (Beta)
</h6>
<div
class=
"price"
>
<p
class=
"price-
user price-p-margin
"
>
По договоренности
</p>
<p
class=
"price-
p
"
>
По договоренности
</p>
</div>
<div
class=
"price-line-little"
>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment