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
c3661a29
Commit
c3661a29
authored
Jan 31, 2019
by
Iren
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add style for mobile
parent
ecb74cc5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
22 additions
and
16 deletions
+22
-16
styles.css
css/styles.css
+11
-8
styles.css.map
css/styles.css.map
+0
-0
styles.less
css/styles.less
+11
-8
No files found.
css/styles.css
View file @
c3661a29
...
@@ -878,7 +878,7 @@ video {
...
@@ -878,7 +878,7 @@ video {
@media
(
max-width
:
576px
)
{
@media
(
max-width
:
576px
)
{
.advertising-background
{
.advertising-background
{
padding-bottom
:
20px
;
padding-bottom
:
20px
;
padding-top
:
55
px
;
padding-top
:
60
px
;
}
}
}
}
.advertising
{
.advertising
{
...
@@ -991,7 +991,7 @@ video {
...
@@ -991,7 +991,7 @@ video {
}
}
.advertising-text-order
h2
{
.advertising-text-order
h2
{
/*.h2-desktop;*/
/*.h2-desktop;*/
font-family
:
SF
-UI-Display-Black
;
font-family
:
SF
UIDisplay-Regular
;
font-size
:
36px
;
font-size
:
36px
;
color
:
#303a81
;
color
:
#303a81
;
letter-spacing
:
0.36px
;
letter-spacing
:
0.36px
;
...
@@ -1013,9 +1013,10 @@ video {
...
@@ -1013,9 +1013,10 @@ video {
font-weight
:
700
;
font-weight
:
700
;
letter-spacing
:
0
;
letter-spacing
:
0
;
color
:
#303a81
;
color
:
#303a81
;
line-height
:
24
px
;
line-height
:
30
px
;
margin-bottom
:
15px
;
margin-bottom
:
15px
;
height
:
auto
;
height
:
auto
;
margin-top
:
0
;
}
}
}
}
.advertising-text
{
.advertising-text
{
...
@@ -1029,7 +1030,7 @@ video {
...
@@ -1029,7 +1030,7 @@ video {
}
}
.advertising-text
h2
{
.advertising-text
h2
{
/*.h2-desktop;*/
/*.h2-desktop;*/
font-family
:
SF
-UI-Display-Black
;
font-family
:
SF
UIDisplay-Regular
;
font-size
:
36px
;
font-size
:
36px
;
color
:
#303a81
;
color
:
#303a81
;
letter-spacing
:
0.36px
;
letter-spacing
:
0.36px
;
...
@@ -1048,10 +1049,10 @@ video {
...
@@ -1048,10 +1049,10 @@ video {
.advertising-text
h2
{
.advertising-text
h2
{
font-size
:
24px
;
font-size
:
24px
;
width
:
300px
!important
;
width
:
300px
!important
;
font-weight
:
700
;
font-weight
:
bolder
;
letter-spacing
:
0
;
letter-spacing
:
0
;
color
:
#303a81
;
color
:
#303a81
;
line-height
:
24
px
;
line-height
:
30
px
;
margin-bottom
:
15px
;
margin-bottom
:
15px
;
height
:
auto
;
height
:
auto
;
}
}
...
@@ -1065,7 +1066,7 @@ video {
...
@@ -1065,7 +1066,7 @@ video {
}
}
}
}
.advertising-text-order
.main-line
{
.advertising-text-order
.main-line
{
margin-bottom
:
24
px
;
margin-bottom
:
18
px
;
}
}
.advertising-img-order
{
.advertising-img-order
{
position
:
relative
;
position
:
relative
;
...
@@ -1102,6 +1103,7 @@ video {
...
@@ -1102,6 +1103,7 @@ video {
min-width
:
320px
;
min-width
:
320px
;
min-height
:
183px
;
min-height
:
183px
;
margin-left
:
-25px
;
margin-left
:
-25px
;
margin-bottom
:
17px
;
}
}
}
}
@media
(
max-width
:
1250px
)
{
@media
(
max-width
:
1250px
)
{
...
@@ -1130,13 +1132,14 @@ video {
...
@@ -1130,13 +1132,14 @@ video {
min-width
:
320px
;
min-width
:
320px
;
min-height
:
183px
;
min-height
:
183px
;
margin-left
:
-25px
;
margin-left
:
-25px
;
margin-bottom
:
50px
;
}
}
}
}
/*option*/
/*option*/
.option-container
{
.option-container
{
position
:
relative
;
position
:
relative
;
display
:
flex
;
display
:
flex
;
margin-top
:
4
6
px
;
margin-top
:
4
9
px
;
justify-content
:
space-between
;
justify-content
:
space-between
;
align-items
:
baseline
;
align-items
:
baseline
;
}
}
...
...
css/styles.css.map
View file @
c3661a29
This diff is collapsed.
Click to expand it.
css/styles.less
View file @
c3661a29
...
@@ -738,7 +738,7 @@ video {
...
@@ -738,7 +738,7 @@ video {
}
}
@media (max-width: 576px) {
@media (max-width: 576px) {
padding-bottom: 20px;
padding-bottom: 20px;
padding-top:
55
px;
padding-top:
60
px;
}
}
}
}
.advertising {
.advertising {
...
@@ -827,7 +827,7 @@ video {
...
@@ -827,7 +827,7 @@ video {
width: 110%;
width: 110%;
h2 {
h2 {
/*.h2-desktop;*/
/*.h2-desktop;*/
font-family: SF
-UI-Display-Black
;
font-family: SF
UIDisplay-Regular
;
font-size: 36px;
font-size: 36px;
color: #303a81;
color: #303a81;
letter-spacing: 0.36px;
letter-spacing: 0.36px;
...
@@ -845,9 +845,10 @@ video {
...
@@ -845,9 +845,10 @@ video {
font-weight: 700;
font-weight: 700;
letter-spacing: 0;
letter-spacing: 0;
color: #303a81;
color: #303a81;
line-height:
24
px;
line-height:
30
px;
margin-bottom: 15px;
margin-bottom: 15px;
height: auto;
height: auto;
margin-top: 0;
}
}
}
}
}
}
...
@@ -859,7 +860,7 @@ video {
...
@@ -859,7 +860,7 @@ video {
width: 110%;
width: 110%;
h2 {
h2 {
/*.h2-desktop;*/
/*.h2-desktop;*/
font-family: SF
-UI-Display-Black
;
font-family: SF
UIDisplay-Regular
;
font-size: 36px;
font-size: 36px;
color: #303a81;
color: #303a81;
letter-spacing: 0.36px;
letter-spacing: 0.36px;
...
@@ -874,10 +875,10 @@ video {
...
@@ -874,10 +875,10 @@ video {
@media (max-width: 576px) {
@media (max-width: 576px) {
font-size: 24px;
font-size: 24px;
width: 300px!important;
width: 300px!important;
font-weight:
700
;
font-weight:
bolder
;
letter-spacing: 0;
letter-spacing: 0;
color: #303a81;
color: #303a81;
line-height:
24
px;
line-height:
30
px;
margin-bottom: 15px;
margin-bottom: 15px;
height: auto;
height: auto;
}
}
...
@@ -890,7 +891,7 @@ video {
...
@@ -890,7 +891,7 @@ video {
}
}
}
}
.advertising-text-order .main-line {
.advertising-text-order .main-line {
margin-bottom:
24
px;
margin-bottom:
18
px;
}
}
.advertising-img-order {
.advertising-img-order {
position: relative;
position: relative;
...
@@ -920,6 +921,7 @@ video {
...
@@ -920,6 +921,7 @@ video {
min-width: 320px;
min-width: 320px;
min-height: 183px;
min-height: 183px;
margin-left: -25px;
margin-left: -25px;
margin-bottom: 17px;
}
}
}
}
}
}
...
@@ -944,6 +946,7 @@ video {
...
@@ -944,6 +946,7 @@ video {
min-width: 320px;
min-width: 320px;
min-height: 183px;
min-height: 183px;
margin-left: -25px;
margin-left: -25px;
margin-bottom: 50px;
}
}
}
}
}
}
...
@@ -951,7 +954,7 @@ video {
...
@@ -951,7 +954,7 @@ video {
.option-container {
.option-container {
position: relative;
position: relative;
display: flex;
display: flex;
margin-top: 4
6
px;
margin-top: 4
9
px;
justify-content: space-between;
justify-content: space-between;
align-items: baseline;
align-items: baseline;
@media (max-width: 576px) {
@media (max-width: 576px) {
...
...
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