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
3dccf1a3
Commit
3dccf1a3
authored
Jan 29, 2019
by
Iren
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add style for max-widht 576px add tabs
parent
f1625104
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
72 additions
and
54 deletions
+72
-54
styles.css
css/styles.css
+33
-12
styles.css.map
css/styles.css.map
+0
-0
styles.less
css/styles.less
+33
-31
index.html
index.html
+6
-11
No files found.
css/styles.css
View file @
3dccf1a3
...
@@ -58,7 +58,7 @@ button.main-btn {
...
@@ -58,7 +58,7 @@ button.main-btn {
header
{
header
{
background-image
:
url("../img/banner.jpg")
;
background-image
:
url("../img/banner.jpg")
;
background-repeat
:
no-repeat
;
background-repeat
:
no-repeat
;
/*background-size: 100% 100%;*/
background-size
:
100%
100%
;
background-position
:
center
;
background-position
:
center
;
margin-bottom
:
97px
;
margin-bottom
:
97px
;
}
}
...
@@ -69,7 +69,7 @@ header {
...
@@ -69,7 +69,7 @@ header {
}
}
@media
(
max-width
:
576px
)
{
@media
(
max-width
:
576px
)
{
header
{
header
{
width
:
320px
;
/* width: 320px;*/
height
:
560px
;
height
:
560px
;
margin-bottom
:
58px
;
margin-bottom
:
58px
;
}
}
...
@@ -77,7 +77,7 @@ header {
...
@@ -77,7 +77,7 @@ header {
.background-banner
{
.background-banner
{
background-image
:
url("../img/banner-background.png")
;
background-image
:
url("../img/banner-background.png")
;
background-repeat
:
no-repeat
;
background-repeat
:
no-repeat
;
/*background-size: 100% 100%;*/
background-size
:
100%
100%
;
background-position
:
center
;
background-position
:
center
;
margin-top
:
-733px
;
margin-top
:
-733px
;
opacity
:
0.65
;
opacity
:
0.65
;
...
@@ -651,7 +651,7 @@ video {
...
@@ -651,7 +651,7 @@ video {
}
}
}
}
.text-h3-desktop
{
.text-h3-desktop
{
font-family
:
SFUIDisplay-Ligh
t
;
font-family
:
Avenir
Nex
t
;
margin-top
:
-12px
;
margin-top
:
-12px
;
font-size
:
16px
;
font-size
:
16px
;
font-weight
:
300
;
font-weight
:
300
;
...
@@ -661,7 +661,6 @@ video {
...
@@ -661,7 +661,6 @@ video {
}
}
@media
(
max-width
:
576px
)
{
@media
(
max-width
:
576px
)
{
.text-h3-desktop
{
.text-h3-desktop
{
font-family
:
SFUIDisplay-Light
;
font-size
:
14px
;
font-size
:
14px
;
line-height
:
18px
;
line-height
:
18px
;
letter-spacing
:
0
;
letter-spacing
:
0
;
...
@@ -864,12 +863,14 @@ video {
...
@@ -864,12 +863,14 @@ video {
width
:
674px
;
width
:
674px
;
height
:
445px
;
height
:
445px
;
right
:
640px
;
right
:
640px
;
top
:
30px
;
}
}
@media
(
max-width
:
1250px
)
{
@media
(
max-width
:
1250px
)
{
.advertising-img-position
{
.advertising-img-position
{
width
:
524px
;
width
:
524px
;
height
:
342px
;
height
:
342px
;
right
:
500px
;
right
:
500px
;
top
:
0
;
}
}
}
}
@media
(
max-width
:
992px
)
{
@media
(
max-width
:
992px
)
{
...
@@ -877,6 +878,7 @@ video {
...
@@ -877,6 +878,7 @@ video {
width
:
50%
;
width
:
50%
;
height
:
90%
;
height
:
90%
;
right
:
53%
;
right
:
53%
;
top
:
0
;
}
}
}
}
@media
(
max-width
:
768px
)
{
@media
(
max-width
:
768px
)
{
...
@@ -884,6 +886,7 @@ video {
...
@@ -884,6 +886,7 @@ video {
width
:
45%
;
width
:
45%
;
height
:
50%
;
height
:
50%
;
right
:
55%
;
right
:
55%
;
top
:
0
;
}
}
}
}
@media
(
max-width
:
576px
)
{
@media
(
max-width
:
576px
)
{
...
@@ -910,7 +913,10 @@ video {
...
@@ -910,7 +913,10 @@ video {
}
}
.advertising-text-order
h2
{
.advertising-text-order
h2
{
/*.h2-desktop;*/
/*.h2-desktop;*/
font-family
:
SFUIDisplay-Regular
;
font-family
:
SF-UI-Display-Black
;
font-size
:
36px
;
color
:
#303a81
;
letter-spacing
:
0.36px
;
margin-bottom
:
21px
;
margin-bottom
:
21px
;
margin-top
:
8px
;
margin-top
:
8px
;
line-height
:
36px
;
line-height
:
36px
;
...
@@ -924,7 +930,6 @@ video {
...
@@ -924,7 +930,6 @@ video {
}
}
@media
(
max-width
:
576px
)
{
@media
(
max-width
:
576px
)
{
.advertising-text-order
h2
{
.advertising-text-order
h2
{
font-family
:
SFUIDisplay-Regular
;
font-size
:
24px
;
font-size
:
24px
;
width
:
300px
!important
;
width
:
300px
!important
;
font-weight
:
700
;
font-weight
:
700
;
...
@@ -940,7 +945,10 @@ video {
...
@@ -940,7 +945,10 @@ video {
}
}
.advertising-text
h2
{
.advertising-text
h2
{
/*.h2-desktop;*/
/*.h2-desktop;*/
font-family
:
SFUIDisplay-Regular
;
font-family
:
SF-UI-Display-Black
;
font-size
:
36px
;
color
:
#303a81
;
letter-spacing
:
0.36px
;
font-weight
:
700
;
font-weight
:
700
;
margin-bottom
:
21px
;
margin-bottom
:
21px
;
margin-top
:
4px
;
margin-top
:
4px
;
...
@@ -954,7 +962,6 @@ video {
...
@@ -954,7 +962,6 @@ video {
}
}
@media
(
max-width
:
576px
)
{
@media
(
max-width
:
576px
)
{
.advertising-text
h2
{
.advertising-text
h2
{
font-family
:
SFUIDisplay-Regular
;
font-size
:
24px
;
font-size
:
24px
;
width
:
300px
!important
;
width
:
300px
!important
;
font-weight
:
700
;
font-weight
:
700
;
...
@@ -1080,6 +1087,7 @@ video {
...
@@ -1080,6 +1087,7 @@ video {
margin-bottom
:
15px
;
margin-bottom
:
15px
;
line-height
:
24px
;
line-height
:
24px
;
font-weight
:
800
;
font-weight
:
800
;
margin-top
:
-22px
;
}
}
}
}
.option-card-img
{
.option-card-img
{
...
@@ -1233,6 +1241,14 @@ video {
...
@@ -1233,6 +1241,14 @@ video {
.option-btn
{
.option-btn
{
margin-top
:
0
;
margin-top
:
0
;
margin-bottom
:
146px
;
margin-bottom
:
146px
;
width
:
290px
;
height
:
52px
;
border-radius
:
26px
;
background
:
#c94d4e
;
color
:
white
;
font-size
:
18px
;
line-height
:
30px
;
letter-spacing
:
0.18px
;
}
}
@media
(
max-width
:
992px
)
{
@media
(
max-width
:
992px
)
{
.option-btn
{
.option-btn
{
...
@@ -1379,7 +1395,7 @@ video {
...
@@ -1379,7 +1395,7 @@ video {
}
}
}
}
.protection-text
{
.protection-text
{
font-family
:
SF
UIDisplay-Regular
;
font-family
:
SF
-UI-Display-Black
;
height
:
90px
;
height
:
90px
;
}
}
@media
(
max-width
:
768px
)
{
@media
(
max-width
:
768px
)
{
...
@@ -2219,8 +2235,7 @@ video {
...
@@ -2219,8 +2235,7 @@ video {
}
}
@media
(
max-width
:
576px
)
{
@media
(
max-width
:
576px
)
{
.form-wrapper
p
{
.form-wrapper
p
{
margin-left
:
21px
;
margin
:
0
auto
;
margin-right
:
21px
;
width
:
281px
;
width
:
281px
;
font-family
:
SFUIDisplay-Regular
;
font-family
:
SFUIDisplay-Regular
;
font-size
:
14px
;
font-size
:
14px
;
...
@@ -2246,6 +2261,12 @@ input {
...
@@ -2246,6 +2261,12 @@ input {
padding-left
:
16px
;
padding-left
:
16px
;
}
}
}
}
@media
(
max-width
:
576px
)
{
form
{
max-width
:
350px
;
margin
:
0
auto
;
}
}
@media
(
max-width
:
768px
)
{
@media
(
max-width
:
768px
)
{
.form-wrapper
input
{
.form-wrapper
input
{
width
:
500px
;
width
:
500px
;
...
...
css/styles.css.map
View file @
3dccf1a3
This diff is collapsed.
Click to expand it.
css/styles.less
View file @
3dccf1a3
...
@@ -56,14 +56,14 @@ button.main-btn /*.header-btn */{
...
@@ -56,14 +56,14 @@ button.main-btn /*.header-btn */{
header {
header {
background-image: url("../img/banner.jpg");
background-image: url("../img/banner.jpg");
background-repeat: no-repeat;
background-repeat: no-repeat;
/*background-size: 100% 100%;*/
background-size: 100% 100%;
background-position: center;
background-position: center;
margin-bottom: 97px;
margin-bottom: 97px;
@media (max-width: 992px) {
@media (max-width: 992px) {
margin-bottom: 57px;
margin-bottom: 57px;
}
}
@media (max-width: 576px) {
@media (max-width: 576px) {
width: 320px;
/* width: 320px;*/
height: 560px;
height: 560px;
margin-bottom: 58px;
margin-bottom: 58px;
}
}
...
@@ -71,7 +71,7 @@ header {
...
@@ -71,7 +71,7 @@ header {
.background-banner {
.background-banner {
background-image: url("../img/banner-background.png");
background-image: url("../img/banner-background.png");
background-repeat: no-repeat;
background-repeat: no-repeat;
/*background-size: 100% 100%;*/
background-size: 100% 100%;
background-position: center;
background-position: center;
margin-top: -733px;
margin-top: -733px;
opacity: 0.65;
opacity: 0.65;
...
@@ -93,7 +93,6 @@ header {
...
@@ -93,7 +93,6 @@ header {
height: 200px;
height: 200px;
}
}
}
}
.header-wrapp {
.header-wrapp {
display: flex;
display: flex;
justify-content: space-between;
justify-content: space-between;
...
@@ -246,7 +245,6 @@ header {
...
@@ -246,7 +245,6 @@ header {
margin-left: 0!important;
margin-left: 0!important;
}
}
}
}
h1 {
h1 {
position: relative;
position: relative;
z-index: 3;
z-index: 3;
...
@@ -452,7 +450,6 @@ video {
...
@@ -452,7 +450,6 @@ video {
@media (max-width: 576px) {
@media (max-width: 576px) {
padding-left: 10px;
padding-left: 10px;
padding-right: 10px;
padding-right: 10px;
}
}
}
}
.h2-desktop {
.h2-desktop {
...
@@ -548,7 +545,7 @@ video {
...
@@ -548,7 +545,7 @@ video {
}
}
}
}
.text-h3-desktop {
.text-h3-desktop {
font-family:
SFUIDisplay-Ligh
t;
font-family:
Avenir Nex
t;
margin-top: -12px;
margin-top: -12px;
font-size: 16px;
font-size: 16px;
font-weight: 300;
font-weight: 300;
...
@@ -556,7 +553,6 @@ video {
...
@@ -556,7 +553,6 @@ video {
color: #303a81;
color: #303a81;
letter-spacing: 0.16px;
letter-spacing: 0.16px;
@media (max-width: 576px) {
@media (max-width: 576px) {
font-family: SFUIDisplay-Light;
font-size: 14px;
font-size: 14px;
line-height: 18px;
line-height: 18px;
letter-spacing: 0;
letter-spacing: 0;
...
@@ -709,7 +705,6 @@ video {
...
@@ -709,7 +705,6 @@ video {
flex-flow: wrap;
flex-flow: wrap;
height: auto;
height: auto;
margin-bottom: 1px;
margin-bottom: 1px;
}
}
}
}
.two-img {
.two-img {
...
@@ -724,20 +719,24 @@ video {
...
@@ -724,20 +719,24 @@ video {
width: 674px;
width: 674px;
height: 445px;
height: 445px;
right: 640px;
right: 640px;
top: 30px;
@media (max-width: 1250px) {
@media (max-width: 1250px) {
width: 524px;
width: 524px;
height: 342px;
height: 342px;
right: 500px;
right: 500px;
top: 0;
}
}
@media (max-width: 992px) {
@media (max-width: 992px) {
width: 50%;
width: 50%;
height: 90%;
height: 90%;
right: 53%;
right: 53%;
top: 0;
}
}
@media (max-width: 768px) {
@media (max-width: 768px) {
width: 45%;
width: 45%;
height: 50%;
height: 50%;
right: 55%;
right: 55%;
top: 0;
}
}
@media (max-width: 576px) {
@media (max-width: 576px) {
width: 290px;
width: 290px;
...
@@ -759,7 +758,10 @@ video {
...
@@ -759,7 +758,10 @@ video {
width: 110%;
width: 110%;
h2 {
h2 {
/*.h2-desktop;*/
/*.h2-desktop;*/
font-family: SFUIDisplay-Regular;
font-family: SF-UI-Display-Black;
font-size: 36px;
color: #303a81;
letter-spacing: 0.36px;
margin-bottom: 21px;
margin-bottom: 21px;
margin-top: 8px;
margin-top: 8px;
line-height: 36px;
line-height: 36px;
...
@@ -769,7 +771,6 @@ video {
...
@@ -769,7 +771,6 @@ video {
margin-bottom: 15px;
margin-bottom: 15px;
}
}
@media (max-width: 576px) {
@media (max-width: 576px) {
font-family: SFUIDisplay-Regular;
font-size: 24px;
font-size: 24px;
width: 300px!important;
width: 300px!important;
font-weight: 700;
font-weight: 700;
...
@@ -779,16 +780,16 @@ video {
...
@@ -779,16 +780,16 @@ video {
margin-bottom: 15px;
margin-bottom: 15px;
height: auto;
height: auto;
}
}
}
}
}
}
.advertising-text {
.advertising-text {
width: 110%;
width: 110%;
h2 {
h2 {
/*.h2-desktop;*/
/*.h2-desktop;*/
font-family: SFUIDisplay-Regular;
font-family: SF-UI-Display-Black;
font-size: 36px;
color: #303a81;
letter-spacing: 0.36px;
font-weight: 700;
font-weight: 700;
margin-bottom: 21px;
margin-bottom: 21px;
margin-top: 4px;
margin-top: 4px;
...
@@ -798,7 +799,6 @@ video {
...
@@ -798,7 +799,6 @@ video {
margin-bottom: 15px;
margin-bottom: 15px;
}
}
@media (max-width: 576px) {
@media (max-width: 576px) {
font-family: SFUIDisplay-Regular;
font-size: 24px;
font-size: 24px;
width: 300px!important;
width: 300px!important;
font-weight: 700;
font-weight: 700;
...
@@ -808,7 +808,6 @@ video {
...
@@ -808,7 +808,6 @@ video {
margin-bottom: 15px;
margin-bottom: 15px;
height: auto;
height: auto;
}
}
}
}
}
}
.advertising-text .main-line {
.advertising-text .main-line {
...
@@ -816,7 +815,6 @@ video {
...
@@ -816,7 +815,6 @@ video {
@media (max-width: 768px) {
@media (max-width: 768px) {
margin-bottom: 15px;
margin-bottom: 15px;
}
}
}
}
.advertising-text-order .main-line {
.advertising-text-order .main-line {
margin-bottom: 24px;
margin-bottom: 24px;
...
@@ -828,9 +826,7 @@ video {
...
@@ -828,9 +826,7 @@ video {
position: relative;
position: relative;
z-index: 3;
z-index: 3;
}
}
@media (min-height: 577px) {
@media (min-height: 577px) {
width: 120%;
width: 120%;
padding-top: 0;
padding-top: 0;
margin-top: 0;
margin-top: 0;
...
@@ -874,7 +870,6 @@ video {
...
@@ -874,7 +870,6 @@ video {
margin-left: -25px;
margin-left: -25px;
}
}
}
}
}
}
/*option*/
/*option*/
.option-container {
.option-container {
...
@@ -901,7 +896,7 @@ video {
...
@@ -901,7 +896,7 @@ video {
margin-bottom: 15px;
margin-bottom: 15px;
line-height: 24px;
line-height: 24px;
font-weight: 800;
font-weight: 800;
margin-top: -22px;
}
}
}
}
}
}
...
@@ -1033,6 +1028,14 @@ video {
...
@@ -1033,6 +1028,14 @@ video {
.option-btn {
.option-btn {
margin-top: 0;
margin-top: 0;
margin-bottom: 146px;
margin-bottom: 146px;
width: 290px;
height: 52px;
border-radius: 26px;
background: #c94d4e;
color: white;
font-size: 18px;
line-height: 30px;
letter-spacing: 0.18px;
@media (max-width: 992px) {
@media (max-width: 992px) {
margin-bottom: 71px;
margin-bottom: 71px;
}
}
...
@@ -1149,7 +1152,7 @@ video {
...
@@ -1149,7 +1152,7 @@ video {
}
}
}
}
.protection-text {
.protection-text {
font-family: SF
UIDisplay-Regular
;
font-family: SF
-UI-Display-Black
;
height: 90px;
height: 90px;
@media (max-width: 768px) {
@media (max-width: 768px) {
height: 150px;
height: 150px;
...
@@ -1268,7 +1271,6 @@ video {
...
@@ -1268,7 +1271,6 @@ video {
width: 70px;
width: 70px;
}
}
}
}
}
}
.catalig-img {
.catalig-img {
margin-top: -20px;
margin-top: -20px;
...
@@ -1432,7 +1434,6 @@ video {
...
@@ -1432,7 +1434,6 @@ video {
width: 88px;
width: 88px;
}
}
}
}
}
}
.technology-card-end {
.technology-card-end {
padding-right: 0;
padding-right: 0;
...
@@ -1471,7 +1472,6 @@ video {
...
@@ -1471,7 +1472,6 @@ video {
position: relative;
position: relative;
display: none;
display: none;
}
}
}
}
.price-container, .price-container-active {
.price-container, .price-container-active {
position: relative;
position: relative;
...
@@ -1819,8 +1819,7 @@ video {
...
@@ -1819,8 +1819,7 @@ video {
margin-bottom: 27px;
margin-bottom: 27px;
@media (max-width: 576px) {
@media (max-width: 576px) {
margin-left: 21px;
margin: 0 auto;
margin-right: 21px;
width: 281px;
width: 281px;
font-family: SFUIDisplay-Regular;
font-family: SFUIDisplay-Regular;
font-size: 14px;
font-size: 14px;
...
@@ -1845,7 +1844,13 @@ input {
...
@@ -1845,7 +1844,13 @@ input {
padding-left: 16px;
padding-left: 16px;
}
}
}
}
form {
@media (max-width: 576px) {
max-width: 350px;
margin: 0 auto;
}
}
.form-wrapper input {
.form-wrapper input {
@media (max-width: 768px) {
@media (max-width: 768px) {
width: 500px;
width: 500px;
...
@@ -1954,7 +1959,6 @@ footer {
...
@@ -1954,7 +1959,6 @@ footer {
letter-spacing: 0.14px;
letter-spacing: 0.14px;
}
}
}
}
}
}
.footer-wrapper-info {
.footer-wrapper-info {
display: flex;
display: flex;
...
@@ -2015,7 +2019,6 @@ footer {
...
@@ -2015,7 +2019,6 @@ footer {
order: 0;
order: 0;
width: 320px;
width: 320px;
text-align: left;
text-align: left;
}
}
a {
a {
font-family: SFUIDisplay-Regular;
font-family: SFUIDisplay-Regular;
...
@@ -2062,7 +2065,6 @@ footer {
...
@@ -2062,7 +2065,6 @@ footer {
}
}
@media (max-width: 576px) {
@media (max-width: 576px) {
width: 5px;
width: 5px;
}
}
}
}
...
...
index.html
View file @
3dccf1a3
...
@@ -87,7 +87,6 @@
...
@@ -87,7 +87,6 @@
<a
href=
"video/duel.mp4"
>
Скачайте видео
</a>
.
<a
href=
"video/duel.mp4"
>
Скачайте видео
</a>
.
</video>
</video>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -368,7 +367,6 @@
...
@@ -368,7 +367,6 @@
планирует встречи, организует процессы,
планирует встречи, организует процессы,
ставит задачи, предупреждает/информирует
ставит задачи, предупреждает/информирует
команду, контролирует исполнение.
команду, контролирует исполнение.
</p>
</p>
</div>
</div>
</div>
</div>
...
@@ -389,7 +387,6 @@
...
@@ -389,7 +387,6 @@
<img
src=
"img/advertising7.png"
>
<img
src=
"img/advertising7.png"
>
</div>
</div>
</div>
</div>
<div
class=
"advertising two-img main-container"
>
<div
class=
"advertising two-img main-container"
>
<img
class=
"advertising-img-position"
src=
"img/advertising2.png"
>
<img
class=
"advertising-img-position"
src=
"img/advertising2.png"
>
<div
class=
"advertising-img-order"
>
<div
class=
"advertising-img-order"
>
...
@@ -407,8 +404,6 @@
...
@@ -407,8 +404,6 @@
для отдельных сфер бизнеса. RestAPI позволит
для отдельных сфер бизнеса. RestAPI позволит
без проблем интегрировать ваши локальные
без проблем интегрировать ваши локальные
и прикладные разработки в общую систему.
и прикладные разработки в общую систему.
</p>
</p>
</div>
</div>
</div>
</div>
...
@@ -788,7 +783,6 @@
...
@@ -788,7 +783,6 @@
</ol>
</ol>
<button
type=
"button"
class=
"price-btn"
>
Попробовать бесплатно
</button>
<button
type=
"button"
class=
"price-btn"
>
Попробовать бесплатно
</button>
</div>
</div>
<div
class=
"price-container-active"
>
<div
class=
"price-container-active"
>
<img
src=
"img/price1.png"
>
<img
src=
"img/price1.png"
>
<h6>
Standard
</h6>
<h6>
Standard
</h6>
...
@@ -944,6 +938,12 @@
...
@@ -944,6 +938,12 @@
</div>
</div>
</li>
</li>
<li
class=
"price-display-none"
>
<li
class=
"price-display-none"
>
<p>
Оперативная поддержка
<span>
+
</span>
</p>
<div
class=
"price-line-big"
>
</div>
</li>
<li>
<li>
<p>
<p>
Модуль dashboard
<span>
+
</span>
Модуль dashboard
<span>
+
</span>
...
@@ -986,11 +986,6 @@
...
@@ -986,11 +986,6 @@
<div
class=
"price-line-big"
>
<div
class=
"price-line-big"
>
</div>
</div>
</li>
</li>
<li
class=
"price-display-none"
>
<p>
Собственный домен
<span>
-
</span>
</p>
</li>
</ol>
</ol>
<button
type=
"button"
class=
"price-btn"
>
Попробовать бесплатно
</button>
<button
type=
"button"
class=
"price-btn"
>
Попробовать бесплатно
</button>
</div>
</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