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
0f37d9ac
Commit
0f37d9ac
authored
Jan 28, 2019
by
Iren
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add style for desktop
parent
f0125107
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
228 additions
and
124 deletions
+228
-124
styles.css
css/styles.css
+118
-51
styles.css.map
css/styles.css.map
+0
-0
styles.less
css/styles.less
+101
-53
index.html
index.html
+9
-20
No files found.
css/styles.css
View file @
0f37d9ac
...
@@ -152,7 +152,12 @@ header {
...
@@ -152,7 +152,12 @@ header {
}
}
}
}
.header-link
{
.header-link
{
margin-right
:
2.5%
;
margin-right
:
31px
;
}
@media
(
max-width
:
1250px
)
{
.header-link
{
margin-right
:
10px
;
}
}
}
@media
(
max-width
:
992px
)
{
@media
(
max-width
:
992px
)
{
.header-link
{
.header-link
{
...
@@ -173,7 +178,12 @@ header {
...
@@ -173,7 +178,12 @@ header {
}
}
}
}
.header-link-language
{
.header-link-language
{
margin-right
:
2.5%
;
margin-right
:
31px
;
}
@media
(
max-width
:
1250px
)
{
.header-link-language
{
margin-right
:
10px
;
}
}
}
@media
(
max-width
:
992px
)
{
@media
(
max-width
:
992px
)
{
.header-link-language
{
.header-link-language
{
...
@@ -199,6 +209,11 @@ header {
...
@@ -199,6 +209,11 @@ header {
margin-top
:
-6px
;
margin-top
:
-6px
;
border-left
:
white
1px
solid
;
border-left
:
white
1px
solid
;
}
}
@media
(
max-width
:
1250px
)
{
.header-line
{
width
:
5px
;
}
}
@media
(
max-width
:
992px
)
{
@media
(
max-width
:
992px
)
{
.header-line
{
.header-line
{
margin-right
:
5px
;
margin-right
:
5px
;
...
@@ -209,8 +224,7 @@ header {
...
@@ -209,8 +224,7 @@ header {
}
}
.header-icon
i
{
.header-icon
i
{
color
:
white
;
color
:
white
;
font-size
:
18px
;
font-size
:
16px
;
margin-right
:
5px
;
}
}
@media
(
max-width
:
992px
)
{
@media
(
max-width
:
992px
)
{
.header-icon
i
{
.header-icon
i
{
...
@@ -218,11 +232,8 @@ header {
...
@@ -218,11 +232,8 @@ header {
margin-left
:
0
;
margin-left
:
0
;
}
}
}
}
.header-icon
i
:last-child
{
.header-icon
i
:first-child
{
margin-right
:
0
!important
;
margin-left
:
0
!important
;
}
i
.icon-last
{
margin-right
:
0
;
}
}
h1
{
h1
{
position
:
relative
;
position
:
relative
;
...
@@ -441,7 +452,7 @@ video {
...
@@ -441,7 +452,7 @@ video {
}
}
.h2-desktop-tittle
{
.h2-desktop-tittle
{
font-family
:
Avenir
Next
;
font-family
:
Avenir
Next
;
font-weight
:
20
00
;
font-weight
:
8
00
;
}
}
@media
(
max-width
:
576px
)
{
@media
(
max-width
:
576px
)
{
.h2-desktop-tittle
{
.h2-desktop-tittle
{
...
@@ -561,7 +572,7 @@ video {
...
@@ -561,7 +572,7 @@ video {
background-size: 100% 100%;
background-size: 100% 100%;
background-position: center center;*/
background-position: center center;*/
background
:
#f9fbff
;
background
:
#f9fbff
;
padding-top
:
18
2
px
;
padding-top
:
18
4
px
;
padding-bottom
:
60px
;
padding-bottom
:
60px
;
margin-bottom
:
70px
;
margin-bottom
:
70px
;
}
}
...
@@ -602,11 +613,12 @@ video {
...
@@ -602,11 +613,12 @@ video {
.advertising
{
.advertising
{
display
:
flex
;
display
:
flex
;
justify-content
:
space-between
;
justify-content
:
space-between
;
margin-bottom
:
110px
;
height
:
315px
;
margin-bottom
:
160px
;
}
}
@media
(
max-width
:
576
px
)
{
@media
(
max-width
:
992
px
)
{
.advertising
{
.advertising
{
flex-flow
:
wrap
;
height
:
355px
;
}
}
}
}
@media
(
max-width
:
1250px
)
{
@media
(
max-width
:
1250px
)
{
...
@@ -614,6 +626,48 @@ video {
...
@@ -614,6 +626,48 @@ video {
margin-bottom
:
50px
;
margin-bottom
:
50px
;
}
}
}
}
@media
(
max-width
:
768px
)
{
.advertising
{
margin-bottom
:
50px
;
height
:
405px
;
}
}
@media
(
max-width
:
576px
)
{
.advertising
{
flex-flow
:
wrap
;
}
}
.two-img
{
margin-bottom
:
238px
;
position
:
relative
;
}
.advertising-img-position
{
position
:
absolute
;
width
:
674px
;
height
:
445px
;
right
:
640px
;
}
@media
(
max-width
:
1250px
)
{
.advertising-img-position
{
width
:
524px
;
height
:
342px
;
right
:
500px
;
}
}
@media
(
max-width
:
992px
)
{
.advertising-img-position
{
width
:
390px
;
height
:
242px
;
right
:
390px
;
}
}
@media
(
max-width
:
768px
)
{
.advertising-img-position
{
width
:
290px
;
height
:
172px
;
right
:
290px
;
}
}
.advertising-text-order
{
.advertising-text-order
{
width
:
110%
;
width
:
110%
;
}
}
...
@@ -624,15 +678,15 @@ video {
...
@@ -624,15 +678,15 @@ video {
}
}
}
}
.advertising-text-order
h2
{
.advertising-text-order
h2
{
font-family
:
Avenir
Next
;
font-size
:
36px
;
font-size
:
36px
;
line-height
:
62px
;
line-height
:
62px
;
margin-bottom
:
3px
;
margin-bottom
:
3px
;
color
:
#315197
;
color
:
#315197
;
letter-spacing
:
0.36px
;
letter-spacing
:
0.36px
;
max-width
:
803px
;
max-width
:
803px
;
font-family
:
Avenir
Next-Heavy
;
font-family
:
Avenir
Next
;
margin-bottom
:
21px
;
margin-bottom
:
21px
;
margin-top
:
8px
;
line-height
:
36px
;
line-height
:
36px
;
font-weight
:
800
;
font-weight
:
800
;
}
}
...
@@ -650,7 +704,6 @@ video {
...
@@ -650,7 +704,6 @@ video {
@media
(
max-width
:
768px
)
{
@media
(
max-width
:
768px
)
{
.advertising-text-order
h2
{
.advertising-text-order
h2
{
font-size
:
30px
;
font-size
:
30px
;
font-family
:
AvenirNext-Heavy
;
margin-bottom
:
15px
;
margin-bottom
:
15px
;
}
}
}
}
...
@@ -658,7 +711,6 @@ video {
...
@@ -658,7 +711,6 @@ video {
.advertising-text-order
h2
{
.advertising-text-order
h2
{
width
:
300px
!important
;
width
:
300px
!important
;
font-size
:
30px
;
font-size
:
30px
;
font-family
:
AvenirNext-Heavy
;
margin-bottom
:
15px
;
margin-bottom
:
15px
;
}
}
}
}
...
@@ -667,6 +719,7 @@ video {
...
@@ -667,6 +719,7 @@ video {
}
}
.advertising-text
h2
{
.advertising-text
h2
{
font-size
:
36px
;
font-size
:
36px
;
font-weight
:
800
;
line-height
:
62px
;
line-height
:
62px
;
margin-bottom
:
3px
;
margin-bottom
:
3px
;
color
:
#315197
;
color
:
#315197
;
...
@@ -675,8 +728,8 @@ video {
...
@@ -675,8 +728,8 @@ video {
font-family
:
Avenir
Next
;
font-family
:
Avenir
Next
;
font-weight
:
700
;
font-weight
:
700
;
margin-bottom
:
21px
;
margin-bottom
:
21px
;
margin-top
:
4px
;
line-height
:
36px
;
line-height
:
36px
;
font-weight
:
800
;
}
}
@media
(
max-width
:
576px
)
{
@media
(
max-width
:
576px
)
{
.advertising-text
h2
{
.advertising-text
h2
{
...
@@ -692,7 +745,6 @@ video {
...
@@ -692,7 +745,6 @@ video {
@media
(
max-width
:
768px
)
{
@media
(
max-width
:
768px
)
{
.advertising-text
h2
{
.advertising-text
h2
{
font-size
:
30px
;
font-size
:
30px
;
font-family
:
AvenirNext-Heavy
;
margin-bottom
:
15px
;
margin-bottom
:
15px
;
}
}
}
}
...
@@ -700,7 +752,6 @@ video {
...
@@ -700,7 +752,6 @@ video {
.advertising-text
h2
{
.advertising-text
h2
{
width
:
100%
;
width
:
100%
;
font-size
:
30px
;
font-size
:
30px
;
font-family
:
AvenirNext-Heavy
;
margin-bottom
:
15px
;
margin-bottom
:
15px
;
}
}
}
}
...
@@ -715,6 +766,14 @@ video {
...
@@ -715,6 +766,14 @@ video {
.advertising-text-order
.main-line
{
.advertising-text-order
.main-line
{
margin-bottom
:
24px
;
margin-bottom
:
24px
;
}
}
.advertising-img-order
{
position
:
relative
;
z-index
:
3
;
}
.advertising-img-order
img
{
position
:
relative
;
z-index
:
3
;
}
@media
(
max-width
:
576px
)
{
@media
(
max-width
:
576px
)
{
.advertising-img-order
{
.advertising-img-order
{
min-width
:
300px
;
min-width
:
300px
;
...
@@ -740,17 +799,6 @@ video {
...
@@ -740,17 +799,6 @@ video {
padding-top
:
25px
;
padding-top
:
25px
;
}
}
}
}
/* p {
.text-h2-desktop;
@media (max-width: 768px) {
font-size: 18px;
letter-spacing: 0.16px;
margin-bottom: 0;
}
}
@media (max-width: 576px) {
width: 100%;
}*/
@media
(
min-height
:
577px
)
{
@media
(
min-height
:
577px
)
{
.advertising-img
{
.advertising-img
{
margin-top
:
-65px
;
margin-top
:
-65px
;
...
@@ -1005,7 +1053,7 @@ video {
...
@@ -1005,7 +1053,7 @@ video {
background-size
:
100%
100%
;
background-size
:
100%
100%
;
background-position
:
center
;
background-position
:
center
;
padding-top
:
118px
;
padding-top
:
118px
;
padding-bottom
:
11
5px
;
padding-bottom
:
9
5px
;
}
}
@media
(
max-width
:
576px
)
{
@media
(
max-width
:
576px
)
{
.protection-background
{
.protection-background
{
...
@@ -1056,6 +1104,7 @@ video {
...
@@ -1056,6 +1104,7 @@ video {
}
}
}
}
.protection-img
{
.protection-img
{
height
:
120px
;
width
:
100%
;
width
:
100%
;
}
}
@media
(
max-width
:
768px
)
{
@media
(
max-width
:
768px
)
{
...
@@ -1377,20 +1426,20 @@ video {
...
@@ -1377,20 +1426,20 @@ video {
}
}
}
}
.technology-card
{
.technology-card
{
width
:
50
%
;
width
:
48
%
;
text-align
:
left
;
text-align
:
left
;
padding-right
:
80px
;
padding-right
:
80px
;
height
:
138px
;
height
:
138px
;
}
}
@media
(
max-width
:
1250px
)
{
@media
(
max-width
:
1250px
)
{
.technology-card
{
.technology-card
{
padding-right
:
50
px
;
padding-right
:
15
px
;
}
}
}
}
@media
(
max-width
:
576px
)
{
@media
(
max-width
:
576px
)
{
.technology-card
{
.technology-card
{
height
:
190px
;
height
:
190px
;
padding-right
:
5px
;
padding-right
:
0
;
text-align
:
center
!important
;
text-align
:
center
!important
;
}
}
}
}
...
@@ -1448,11 +1497,7 @@ video {
...
@@ -1448,11 +1497,7 @@ video {
width
:
100%
;
width
:
100%
;
display
:
flex
;
display
:
flex
;
justify-content
:
space-between
;
justify-content
:
space-between
;
margin-bottom
:
128px
;
margin-bottom
:
180px
;
/*@media (max-width: 768px) {
position: absolute;
display: none;
}*/
}
}
@media
(
max-width
:
992px
)
{
@media
(
max-width
:
992px
)
{
.price-wrapper
{
.price-wrapper
{
...
@@ -1471,11 +1516,11 @@ video {
...
@@ -1471,11 +1516,11 @@ video {
position
:
relative
;
position
:
relative
;
max-width
:
256px
;
max-width
:
256px
;
height
:
834px
;
height
:
834px
;
margin-top
:
1
5
px
;
margin-top
:
1
7
px
;
padding
:
30px
16px
32px
16px
;
padding
:
30px
16px
32px
16px
;
background
:
#f9fbff
;
background
:
#f9fbff
;
border
:
#e6effa
1px
solid
;
border
:
#e6effa
1px
solid
;
border-radius
:
4
px
;
border-radius
:
8
px
;
}
}
@media
(
max-width
:
1250px
)
{
@media
(
max-width
:
1250px
)
{
.price-container
,
.price-container
,
...
@@ -1526,7 +1571,7 @@ video {
...
@@ -1526,7 +1571,7 @@ video {
@media
(
max-width
:
1250px
)
{
@media
(
max-width
:
1250px
)
{
.price-container
img
,
.price-container
img
,
.price-container-active
img
{
.price-container-active
img
{
width
:
288px
;
width
:
100%
;
}
}
}
}
@media
(
max-width
:
992px
)
{
@media
(
max-width
:
992px
)
{
...
@@ -1537,14 +1582,14 @@ video {
...
@@ -1537,14 +1582,14 @@ video {
}
}
.price-container-active
{
.price-container-active
{
box-shadow
:
0
25px
25px
#e6effa
;
box-shadow
:
0
25px
25px
#e6effa
;
height
:
901
px
;
height
:
875
px
;
position
:
relative
;
position
:
relative
;
width
:
256px
;
width
:
256px
;
margin-top
:
20px
;
margin-top
:
20px
;
padding
:
20px
16px
32px
16px
;
padding
:
20px
16px
32px
16px
;
background
:
white
;
background
:
white
;
border
:
#e6effa
1px
solid
;
border
:
#e6effa
1px
solid
;
border-radius
:
4
px
;
border-radius
:
8
px
;
}
}
@media
(
max-width
:
1250px
)
{
@media
(
max-width
:
1250px
)
{
.price-container-active
{
.price-container-active
{
...
@@ -1585,7 +1630,7 @@ video {
...
@@ -1585,7 +1630,7 @@ video {
}
}
@media
(
max-width
:
1250px
)
{
@media
(
max-width
:
1250px
)
{
.price-container-active
img
{
.price-container-active
img
{
width
:
288px
;
width
:
100%
;
}
}
}
}
@media
(
max-width
:
992px
)
{
@media
(
max-width
:
992px
)
{
...
@@ -1753,7 +1798,7 @@ video {
...
@@ -1753,7 +1798,7 @@ video {
.price-btn-active
{
.price-btn-active
{
background
:
#c94d4e
;
background
:
#c94d4e
;
color
:
white
;
color
:
white
;
margin-top
:
27
px
;
margin-top
:
35
px
;
}
}
@media
(
max-width
:
1250px
)
{
@media
(
max-width
:
1250px
)
{
.price-btn-active
{
.price-btn-active
{
...
@@ -1927,7 +1972,7 @@ input.form-last-child {
...
@@ -1927,7 +1972,7 @@ input.form-last-child {
.footer-wrapper-logo
{
.footer-wrapper-logo
{
display
:
flex
;
display
:
flex
;
justify-content
:
space-between
;
justify-content
:
space-between
;
padding-top
:
40
px
;
padding-top
:
34
px
;
}
}
@media
(
max-width
:
576px
)
{
@media
(
max-width
:
576px
)
{
.footer-wrapper-logo
{
.footer-wrapper-logo
{
...
@@ -1952,6 +1997,17 @@ input.form-last-child {
...
@@ -1952,6 +1997,17 @@ input.form-last-child {
color
:
#315197
;
color
:
#315197
;
}
}
}
}
.footer-logo-link
{
margin-top
:
-1px
;
}
.footer-logo-link
a
{
font-family
:
SFUIDisplay-Regular
;
font-size
:
16px
;
font-weight
:
700
;
line-height
:
30px
;
letter-spacing
:
0.35px
;
color
:
#315197
;
}
.footer-wrapper-info
{
.footer-wrapper-info
{
display
:
flex
;
display
:
flex
;
justify-content
:
space-between
;
justify-content
:
space-between
;
...
@@ -1962,7 +2018,15 @@ input.form-last-child {
...
@@ -1962,7 +2018,15 @@ input.form-last-child {
}
}
}
}
.footer-info
{
.footer-info
{
margin-top
:
20px
;
margin-top
:
22px
;
}
.footer-info
p
{
font-family
:
SFUIDisplay-Regular
;
width
:
244px
;
font-size
:
14px
;
font-weight
:
400
;
color
:
#315197
;
letter-spacing
:
0.14px
;
}
}
@media
(
max-width
:
576px
)
{
@media
(
max-width
:
576px
)
{
.footer-info
{
.footer-info
{
...
@@ -2031,6 +2095,9 @@ input.form-last-child {
...
@@ -2031,6 +2095,9 @@ input.form-last-child {
color
:
#315197
;
color
:
#315197
;
}
}
}
}
.footer-contacts-link
{
height
:
34px
;
}
.footer-contact-img
{
.footer-contact-img
{
padding-top
:
5px
;
padding-top
:
5px
;
}
}
...
@@ -2040,7 +2107,7 @@ input.form-last-child {
...
@@ -2040,7 +2107,7 @@ input.form-last-child {
}
}
}
}
.footer-icon-text
{
.footer-icon-text
{
font-family
:
SFUIDisplay-Regular
sans-serif
;
font-family
:
SFUIDisplay-Regular
;
font-size
:
16px
;
font-size
:
16px
;
font-weight
:
400
;
font-weight
:
400
;
line-height
:
30px
;
line-height
:
30px
;
...
...
css/styles.css.map
View file @
0f37d9ac
This diff is collapsed.
Click to expand it.
css/styles.less
View file @
0f37d9ac
...
@@ -90,6 +90,7 @@ header {
...
@@ -90,6 +90,7 @@ header {
height: 200px;
height: 200px;
}
}
}
}
.header-wrapp {
.header-wrapp {
display: flex;
display: flex;
justify-content: space-between;
justify-content: space-between;
...
@@ -132,7 +133,10 @@ header {
...
@@ -132,7 +133,10 @@ header {
}
}
}
}
.header-link {
.header-link {
margin-right: 2.5%;
margin-right: 31px;
@media (max-width: 1250px) {
margin-right: 10px;
}
@media (max-width: 992px) {
@media (max-width: 992px) {
margin-right: 10px;
margin-right: 10px;
}
}
...
@@ -149,7 +153,10 @@ header {
...
@@ -149,7 +153,10 @@ header {
}
}
}
}
.header-link-language {
.header-link-language {
margin-right: 2.5%;
margin-right: 31px;
@media (max-width: 1250px) {
margin-right: 10px;
}
@media (max-width: 992px) {
@media (max-width: 992px) {
margin-right: 10px;
margin-right: 10px;
}
}
...
@@ -170,6 +177,9 @@ header {
...
@@ -170,6 +177,9 @@ header {
height: 35px;
height: 35px;
margin-top: -6px;
margin-top: -6px;
border-left: white 1px solid;
border-left: white 1px solid;
@media (max-width: 1250px) {
width: 5px;
}
@media (max-width: 992px) {
@media (max-width: 992px) {
margin-right: 5px;
margin-right: 5px;
width: 4px;
width: 4px;
...
@@ -180,20 +190,17 @@ header {
...
@@ -180,20 +190,17 @@ header {
.header-icon {
.header-icon {
i {
i {
color: white;
color: white;
font-size: 18px;
font-size: 16px;
margin-right: 5px;
@media (max-width: 992px) {
@media (max-width: 992px) {
font-size: 12px;
font-size: 12px;
margin-left: 0;
margin-left: 0;
}
}
}
}
i:
la
st-child {
i:
fir
st-child {
margin-
righ
t: 0!important;
margin-
lef
t: 0!important;
}
}
}
}
i.icon-last {
margin-right: 0;
}
h1 {
h1 {
position: relative;
position: relative;
z-index: 3;
z-index: 3;
...
@@ -384,7 +391,7 @@ video {
...
@@ -384,7 +391,7 @@ video {
}
}
.h2-desktop-tittle {
.h2-desktop-tittle {
font-family: Avenir Next;
font-family: Avenir Next;
font-weight:
20
00;
font-weight:
8
00;
@media (max-width: 576px){
@media (max-width: 576px){
max-width: 170px;
max-width: 170px;
}
}
...
@@ -486,7 +493,7 @@ video {
...
@@ -486,7 +493,7 @@ video {
background-size: 100% 100%;
background-size: 100% 100%;
background-position: center center;*/
background-position: center center;*/
background: #f9fbff;
background: #f9fbff;
padding-top: 18
2
px;
padding-top: 18
4
px;
padding-bottom: 60px;
padding-bottom: 60px;
margin-bottom: 70px;
margin-bottom: 70px;
@media (max-width: 576px) {
@media (max-width: 576px) {
...
@@ -517,12 +524,46 @@ video {
...
@@ -517,12 +524,46 @@ video {
.advertising {
.advertising {
display: flex;
display: flex;
justify-content: space-between;
justify-content: space-between;
margin-bottom: 110px;
height: 315px;
margin-bottom: 160px;
@media (max-width: 992px) {
height: 355px;
}
@media (max-width: 1250px) {
margin-bottom: 50px;
}
@media (max-width: 768px) {
margin-bottom: 50px;
height: 405px;
}
@media (max-width: 576px) {
@media (max-width: 576px) {
flex-flow: wrap;
flex-flow: wrap;
}
}
}
.two-img {
margin-bottom: 238px;
position: relative;
}
.advertising-img-position {
position: absolute;
width: 674px;
height: 445px;
right: 640px;
@media (max-width: 1250px) {
@media (max-width: 1250px) {
margin-bottom: 50px;
width: 524px;
height: 342px;
right: 500px;
}
@media (max-width: 992px) {
width: 390px;
height: 242px;
right: 390px;
}
@media (max-width: 768px) {
width: 290px;
height: 172px;
right: 290px;
}
}
}
}
.advertising-text-order {
.advertising-text-order {
...
@@ -533,19 +574,18 @@ video {
...
@@ -533,19 +574,18 @@ video {
width: 110%;
width: 110%;
h2 {
h2 {
.h2-desktop;
.h2-desktop;
font-family: Avenir
Next-Heavy
;
font-family: Avenir
Next
;
margin-bottom: 21px;
margin-bottom: 21px;
margin-top: 8px;
line-height: 36px;
line-height: 36px;
font-weight: 800;
font-weight: 800;
@media (max-width: 768px) {
@media (max-width: 768px) {
font-size: 30px;
font-size: 30px;
font-family: AvenirNext-Heavy;
margin-bottom: 15px;
margin-bottom: 15px;
}
}
@media (max-width: 576px) {
@media (max-width: 576px) {
width: 300px!important;
width: 300px!important;
font-size: 30px;
font-size: 30px;
font-family: AvenirNext-Heavy;
margin-bottom: 15px;
margin-bottom: 15px;
}
}
...
@@ -560,17 +600,15 @@ video {
...
@@ -560,17 +600,15 @@ video {
font-family: Avenir Next;
font-family: Avenir Next;
font-weight: 700;
font-weight: 700;
margin-bottom: 21px;
margin-bottom: 21px;
margin-top: 4px;
line-height: 36px;
line-height: 36px;
font-weight: 800;
@media (max-width: 768px) {
@media (max-width: 768px) {
font-size: 30px;
font-size: 30px;
font-family: AvenirNext-Heavy;
margin-bottom: 15px;
margin-bottom: 15px;
}
}
@media (max-width: 576px) {
@media (max-width: 576px) {
width: 100%;
width: 100%;
font-size: 30px;
font-size: 30px;
font-family: AvenirNext-Heavy;
margin-bottom: 15px;
margin-bottom: 15px;
}
}
...
@@ -587,6 +625,12 @@ video {
...
@@ -587,6 +625,12 @@ video {
margin-bottom: 24px;
margin-bottom: 24px;
}
}
.advertising-img-order {
.advertising-img-order {
position: relative;
z-index: 3;
img {
position: relative;
z-index: 3;
}
@media (max-width: 576px) {
@media (max-width: 576px) {
min-width: 300px;
min-width: 300px;
order: 5;
order: 5;
...
@@ -607,19 +651,6 @@ video {
...
@@ -607,19 +651,6 @@ video {
padding-top: 25px;
padding-top: 25px;
}
}
}
}
/* p {
.text-h2-desktop;
@media (max-width: 768px) {
font-size: 18px;
letter-spacing: 0.16px;
margin-bottom: 0;
}
}
@media (max-width: 576px) {
width: 100%;
}*/
.advertising-img {
.advertising-img {
@media (min-height: 577px) {
@media (min-height: 577px) {
margin-top: -65px;
margin-top: -65px;
...
@@ -824,7 +855,7 @@ video {
...
@@ -824,7 +855,7 @@ video {
background-size: 100% 100%;
background-size: 100% 100%;
background-position: center;
background-position: center;
padding-top: 118px;
padding-top: 118px;
padding-bottom:
11
5px;
padding-bottom:
9
5px;
@media (max-width: 576px) {
@media (max-width: 576px) {
padding-top: 51px;
padding-top: 51px;
}
}
...
@@ -863,6 +894,7 @@ video {
...
@@ -863,6 +894,7 @@ video {
}
}
}
}
.protection-img {
.protection-img {
height: 120px;
width: 100%;
width: 100%;
@media (max-width: 768px) {
@media (max-width: 768px) {
height: 126px;
height: 126px;
...
@@ -1118,16 +1150,16 @@ video {
...
@@ -1118,16 +1150,16 @@ video {
}
}
}
}
.technology-card {
.technology-card {
width:
50
%;
width:
48
%;
text-align: left;
text-align: left;
padding-right: 80px;
padding-right: 80px;
height: 138px;
height: 138px;
@media (max-width: 1250px) {
@media (max-width: 1250px) {
padding-right:
50
px;
padding-right:
15
px;
}
}
@media (max-width: 576px) {
@media (max-width: 576px) {
height: 190px;
height: 190px;
padding-right:
5px
;
padding-right:
0
;
text-align: center!important;
text-align: center!important;
}
}
p {
p {
...
@@ -1176,7 +1208,7 @@ video {
...
@@ -1176,7 +1208,7 @@ video {
width: 100%;
width: 100%;
display: flex;
display: flex;
justify-content: space-between;
justify-content: space-between;
margin-bottom: 1
28
px;
margin-bottom: 1
80
px;
@media (max-width: 992px) {
@media (max-width: 992px) {
margin-left: -15px;
margin-left: -15px;
}
}
...
@@ -1185,21 +1217,16 @@ video {
...
@@ -1185,21 +1217,16 @@ video {
height: 731px;
height: 731px;
text-overflow: ellipsis;
text-overflow: ellipsis;
}
}
/*@media (max-width: 768px) {
position: absolute;
display: none;
}*/
}
}
.price-container, .price-container-active {
.price-container, .price-container-active {
position: relative;
position: relative;
max-width: 256px;
max-width: 256px;
height: 834px;
height: 834px;
margin-top: 1
5
px;
margin-top: 1
7
px;
padding: 30px 16px 32px 16px;
padding: 30px 16px 32px 16px;
background: #f9fbff;
background: #f9fbff;
border: #e6effa 1px solid;
border: #e6effa 1px solid;
border-radius:
4
px;
border-radius:
8
px;
@media (max-width: 1250px) {
@media (max-width: 1250px) {
width: 288px;
width: 288px;
height: 870px;
height: 870px;
...
@@ -1232,7 +1259,7 @@ video {
...
@@ -1232,7 +1259,7 @@ video {
left: 0;
left: 0;
top: 0;
top: 0;
@media (max-width: 1250px) {
@media (max-width: 1250px) {
width:
288px
;
width:
100%
;
}
}
@media (max-width: 992px) {
@media (max-width: 992px) {
width: 190px;
width: 190px;
...
@@ -1241,14 +1268,14 @@ video {
...
@@ -1241,14 +1268,14 @@ video {
}
}
.price-container-active {
.price-container-active {
box-shadow: 0 25px 25px #e6effa;
box-shadow: 0 25px 25px #e6effa;
height:
901
px;
height:
875
px;
position: relative;
position: relative;
width: 256px;
width: 256px;
margin-top: 20px;
margin-top: 20px;
padding: 20px 16px 32px 16px;
padding: 20px 16px 32px 16px;
background: white;
background: white;
border: #e6effa 1px solid;
border: #e6effa 1px solid;
border-radius:
4
px;
border-radius:
8
px;
@media (max-width: 1250px) {
@media (max-width: 1250px) {
width: 288px;
width: 288px;
height: 901px;
height: 901px;
...
@@ -1280,7 +1307,7 @@ video {
...
@@ -1280,7 +1307,7 @@ video {
width: 288px;
width: 288px;
height: 124px;
height: 124px;
@media (max-width: 1250px) {
@media (max-width: 1250px) {
width:
288px
;
width:
100%
;
}
}
@media (max-width: 992px) {
@media (max-width: 992px) {
width: 191px;
width: 191px;
...
@@ -1424,7 +1451,7 @@ video {
...
@@ -1424,7 +1451,7 @@ video {
.price-btn-active {
.price-btn-active {
background: #c94d4e;
background: #c94d4e;
color: white;
color: white;
margin-top:
27
px;
margin-top:
35
px;
@media (max-width: 1250px) {
@media (max-width: 1250px) {
margin-top: 8px;
margin-top: 8px;
}
}
...
@@ -1576,7 +1603,7 @@ footer {
...
@@ -1576,7 +1603,7 @@ footer {
.footer-wrapper-logo {
.footer-wrapper-logo {
display: flex;
display: flex;
justify-content: space-between;
justify-content: space-between;
padding-top:
40
px;
padding-top:
34
px;
@media (max-width: 576px) {
@media (max-width: 576px) {
margin-bottom: 15px;
margin-bottom: 15px;
}
}
...
@@ -1598,6 +1625,17 @@ footer {
...
@@ -1598,6 +1625,17 @@ footer {
}
}
}
}
}
}
.footer-logo-link {
margin-top: -1px;
a {
font-family: SFUIDisplay-Regular;
font-size: 16px;
font-weight: 700;
line-height: 30px;
letter-spacing: 0.35px;
color: #315197;
}
}
.footer-wrapper-info {
.footer-wrapper-info {
display: flex;
display: flex;
justify-content: space-between;
justify-content: space-between;
...
@@ -1605,9 +1643,16 @@ footer {
...
@@ -1605,9 +1643,16 @@ footer {
flex-wrap: wrap;
flex-wrap: wrap;
}
}
}
}
.footer-info {
.footer-info {
margin-top: 20px;
margin-top: 22px;
p {
font-family: SFUIDisplay-Regular;
width: 244px;
font-size: 14px;
font-weight: 400;
color: #315197;
letter-spacing: 0.14px;
}
@media (max-width: 576px) {
@media (max-width: 576px) {
order: 3;
order: 3;
width: 320px;
width: 320px;
...
@@ -1669,6 +1714,9 @@ footer {
...
@@ -1669,6 +1714,9 @@ footer {
}
}
}
}
}
}
.footer-contacts-link {
height: 34px;
}
.footer-contact-img {
.footer-contact-img {
padding-top: 5px;
padding-top: 5px;
@media (max-width: 576px) {
@media (max-width: 576px) {
...
@@ -1676,7 +1724,7 @@ footer {
...
@@ -1676,7 +1724,7 @@ footer {
}
}
}
}
.footer-icon-text {
.footer-icon-text {
font-family: SFUIDisplay-Regular
sans-serif
;
font-family: SFUIDisplay-Regular;
font-size: 16px;
font-size: 16px;
font-weight: 400;
font-weight: 400;
line-height: 30px;
line-height: 30px;
...
...
index.html
View file @
0f37d9ac
...
@@ -66,11 +66,9 @@
...
@@ -66,11 +66,9 @@
и неограниченными возможностями масштабирования.
<br>
и неограниченными возможностями масштабирования.
<br>
С помощью MSO вы сможете автоматизировать любой бизнес-процесс.
С помощью MSO вы сможете автоматизировать любой бизнес-процесс.
</p>
</p>
<button
type=
"button"
class=
"header-btn"
>
Зарегистрироваться
</button>
<button
type=
"button"
class=
"header-btn"
>
Зарегистрироваться
</button>
<button
type=
"button"
class=
"header-btn-background header-btn"
>
Узнать больше
</button>
<button
type=
"button"
class=
"header-btn-background header-btn"
>
Узнать больше
</button>
</div>
</div>
<div
class=
"header-video"
>
<div
class=
"header-video"
>
<video
controls=
"controls"
poster=
"img/video.png"
>
<video
controls=
"controls"
poster=
"img/video.png"
>
<source
src=
"video/duel.ogv"
type=
'video/ogg; codecs="theora, vorbis"'
>
<source
src=
"video/duel.ogv"
type=
'video/ogg; codecs="theora, vorbis"'
>
...
@@ -89,9 +87,6 @@
...
@@ -89,9 +87,6 @@
</div>
</div>
</div>
</div>
</header>
</header>
<section
class=
"main-container"
>
<section
class=
"main-container"
>
<h2
class=
"h2-desktop h2-desktop-tittle"
>
Что такое MySmart Office
</h2>
<h2
class=
"h2-desktop h2-desktop-tittle"
>
Что такое MySmart Office
</h2>
<div
class=
"main-line"
>
<div
class=
"main-line"
>
...
@@ -259,7 +254,6 @@
...
@@ -259,7 +254,6 @@
<button
type=
"button"
class=
"main-btn main-btn-margin"
>
Узнать больше
</button>
<button
type=
"button"
class=
"main-btn main-btn-margin"
>
Узнать больше
</button>
</div>
</div>
</section>
</section>
<section
class=
"advertising-background"
>
<section
class=
"advertising-background"
>
<div
class=
"advertising main-container"
>
<div
class=
"advertising main-container"
>
<div
class=
"advertising-text"
>
<div
class=
"advertising-text"
>
...
@@ -379,7 +373,9 @@
...
@@ -379,7 +373,9 @@
<img
src=
"img/advertising7.png"
>
<img
src=
"img/advertising7.png"
>
</div>
</div>
</div>
</div>
<div
class=
"advertising main-container"
>
<div
class=
"advertising two-img main-container"
>
<img
class=
"advertising-img-position"
src=
"img/advertising2.png"
>
<div
class=
"advertising-img-order"
>
<div
class=
"advertising-img-order"
>
<img
src=
"img/advertising11.png"
>
<img
src=
"img/advertising11.png"
>
</div>
</div>
...
@@ -403,10 +399,8 @@
...
@@ -403,10 +399,8 @@
<div
class=
"main-line"
>
<div
class=
"main-line"
>
</div>
</div>
<p
class=
"text-h2-desktop"
>
<p
class=
"text-h2-desktop"
>
Вся настройка системы может быть осуществлена силами внутренней
Принимайте грамотные решения, опираясь на исчерпывающую
команды ИТ-службы. Постепенная и несложная локализация MSO поможет
бизнес-аналитику, прогнозы, отображение на персональных dashboard.
команде лучше понять внутренние процессы и внедрять продукт, полностью
удовлетворяющий ваши бизнес-потребности.
</p>
</p>
</div>
</div>
<div
class=
"advertising-img"
>
<div
class=
"advertising-img"
>
...
@@ -414,7 +408,6 @@
...
@@ -414,7 +408,6 @@
</div>
</div>
</div>
</div>
</section>
</section>
<section
class=
"option main-container"
>
<section
class=
"option main-container"
>
<h2>
Варианты развертывания
</h2>
<h2>
Варианты развертывания
</h2>
<div
class=
"main-line"
>
<div
class=
"main-line"
>
...
@@ -450,7 +443,6 @@
...
@@ -450,7 +443,6 @@
</div>
</div>
</div>
</div>
</section>
</section>
<section
class=
"protection-background"
>
<section
class=
"protection-background"
>
<div
class=
"main-container"
>
<div
class=
"main-container"
>
<h2
class=
"h2-desktop"
>
Защита данных в облаке
</h2>
<h2
class=
"h2-desktop"
>
Защита данных в облаке
</h2>
...
@@ -668,8 +660,6 @@
...
@@ -668,8 +660,6 @@
</div>
</div>
</div>
</div>
</section>
</section>
<section
class=
"main-container"
>
<section
class=
"main-container"
>
<h2
class=
"h2-desktop"
>
Цены
</h2>
<h2
class=
"h2-desktop"
>
Цены
</h2>
<div
class=
"main-line"
>
<div
class=
"main-line"
>
...
@@ -1107,16 +1097,13 @@
...
@@ -1107,16 +1097,13 @@
</div>
</div>
</div>
</div>
</section>
</section>
<footer>
<footer>
<div
class=
"main-container footer-wrapper-logo"
>
<div
class=
"main-container footer-wrapper-logo"
>
<img
src=
"img/logo.png"
>
<img
src=
"img/logo.png"
>
<div
class=
"footer-
contacts
-link"
>
<div
class=
"footer-
logo
-link"
>
<a
href=
""
>
Вход для клиентов
</a>
<a
href=
""
>
Вход для клиентов
</a>
</div>
</div>
</div>
</div>
<div
class=
"main-container footer-wrapper-info"
>
<div
class=
"main-container footer-wrapper-info"
>
<div
class=
"footer-info"
>
<div
class=
"footer-info"
>
<div
class=
"footer-link"
>
<div
class=
"footer-link"
>
...
@@ -1125,7 +1112,9 @@
...
@@ -1125,7 +1112,9 @@
<div
class=
"footer-link"
>
<div
class=
"footer-link"
>
<a
href=
""
>
Политика конфиденциальности
</a>
<a
href=
""
>
Политика конфиденциальности
</a>
</div>
</div>
<img
class=
"footer-img"
src=
"img/footer-img.png"
>
<p>
&
#169 Copyright 2018
</p>
</div>
</div>
<div
class=
"footer-contacts"
>
<div
class=
"footer-contacts"
>
<div
class=
"footer-contacts-link"
>
<div
class=
"footer-contacts-link"
>
...
...
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