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
8b0d1351
Commit
8b0d1351
authored
Feb 02, 2019
by
Iren
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add window for min-wigth 450px and max-width 678px
parent
4c207181
Pipeline
#3655
failed with stage
Changes
4
Pipelines
1
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
183 additions
and
18 deletions
+183
-18
styles.css
css/styles.css
+107
-9
styles.css.map
css/styles.css.map
+0
-0
styles.less
css/styles.less
+76
-9
index.html
index.html
+0
-0
No files found.
css/styles.css
View file @
8b0d1351
...
...
@@ -2613,7 +2613,19 @@ p.price-p {
}
}
/*price-mobile*/
@media
(
min-width
:
678px
)
{
@media
(
max-width
:
450px
)
{
.price-mobile-big-none
{
position
:
absolute
;
display
:
none
;
}
}
@media
(
min-width
:
769px
)
{
.price-mobile-big-none
{
position
:
absolute
;
display
:
none
;
}
}
@media
(
min-width
:
451px
)
{
.price-mobile-none
{
position
:
absolute
;
display
:
none
;
...
...
@@ -2652,6 +2664,12 @@ p.price-p {
margin-left
:
8px
;
padding-left
:
15px
;
}
@media
(
min-width
:
451px
)
{
.price-mobile-container
{
width
:
270px
;
height
:
850px
;
}
}
.price-mobile-container
h6
{
position
:
relative
;
z-index
:
4
;
...
...
@@ -2664,22 +2682,49 @@ p.price-p {
margin-left
:
8px
;
margin-top
:
21px
;
}
@media
(
min-width
:
451px
)
{
.price-mobile-container
h6
{
margin-top
:
33px
;
font-size
:
31px
;
margin-left
:
11px
;
}
}
.price-mobile-container
img
{
width
:
212px
;
}
@media
(
min-width
:
451px
)
{
.price-mobile-container
img
{
width
:
283px
;
}
}
.mobile-img
{
position
:
absolute
;
left
:
0
;
}
@media
(
min-width
:
451px
)
{
.mobile-img
{
width
:
288px
;
}
}
.price-mobile
{
text-align
:
center
;
margin-top
:
68px
;
}
@media
(
min-width
:
451px
)
{
.price-mobile
{
margin-top
:
98px
;
}
}
.price-mobile
p
{
font-size
:
60px
;
line-height
:
24px
;
color
:
#303a81
;
}
@media
(
min-width
:
451px
)
{
.price-mobile
p
{
font-size
:
50px
;
}
}
.price-mobile
span
{
font-size
:
30px
;
line-height
:
24px
;
...
...
@@ -2723,47 +2768,82 @@ p.price-p {
height
:
1px
;
background
:
#e6effa
;
}
@media
(
min-width
:
451px
)
{
.price-mobile-line-big
{
width
:
237px
;
}
}
.price-mobile-line
{
margin-left
:
-15px
;
width
:
52px
;
height
:
1px
;
background
:
#e6effa
;
}
@media
(
min-width
:
451px
)
{
.price-mobile-line
{
width
:
200px
;
}
}
.price-mobile-container-part
{
position
:
relative
;
clip
:
rect
(
0
,
10px
,
79px
,
0
);
/* margin-left: 16px;*/
padding-left
:
16px
;
/*width: 76px;*/
width
:
58px
;
width
:
61px
;
height
:
479px
;
border-bottom-left-radius
:
6px
;
border-top-left-radius
:
6px
;
background
:
#f9fbff
;
border
:
#e6feea
1px
solid
;
}
@media
(
min-width
:
451px
)
{
.price-mobile-container-part
{
width
:
200px
;
height
:
850px
;
}
}
.mobile-line-part
{
width
:
5px
;
height
:
1px
;
margin-top
:
19px
;
margin-left
:
5
4
px
;
margin-left
:
5
2
px
;
background
:
#c94d4e
;
}
@media
(
min-width
:
451px
)
{
.mobile-line-part
{
width
:
141px
;
margin-top
:
5px
;
}
}
.price-mobile-part
{
text-align
:
center
;
margin-top
:
113px
;
}
@media
(
min-width
:
451px
)
{
.price-mobile-part
{
margin-top
:
136px
;
margin-left
:
75px
;
}
}
.price-mobile-part
p
{
margin-left
:
31px
;
font-size
:
6
0px
;
font-size
:
4
0px
;
line-height
:
24px
;
color
:
#303a81
;
}
@media
(
min-width
:
451px
)
{
.price-mobile-part
p
{
margin-bottom
:
5px
;
margin-left
:
20px
;
}
}
.price-mobile-part
span
{
font-size
:
30px
;
line-height
:
24px
;
color
:
#303a81
;
}
p
.price-user-part
{
font-size
:
26px
;
margin-left
:
-12px
;
}
.price-mobile-btn
{
margin-top
:
15px
;
margin-left
:
7px
;
...
...
@@ -2778,20 +2858,26 @@ p.price-p {
border-radius
:
16px
;
background
:
none
;
}
@media
(
min-width
:
451px
)
{
.price-mobile-btn
{
margin-left
:
40px
;
}
}
.mobile-img-part
{
position
:
absolute
;
left
:
-
1
px
;
left
:
-
2
px
;
}
.price-mobile-btn-part
{
margin-top
:
15px
;
margin-left
:
9px
;
height
:
32px
;
width
:
5
2
px
;
width
:
5
0
px
;
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
;
border-right
:
none
;
background
:
none
;
font-size
:
12px
;
font-weight
:
400
;
...
...
@@ -2799,12 +2885,24 @@ p.price-p {
letter-spacing
:
0
;
color
:
#c94d4e
;
}
@media
(
min-width
:
451px
)
{
.price-mobile-btn-part
{
margin-left
:
40px
;
padding-left
:
17px
;
width
:
155px
;
}
}
.mobile-point-wrapper
{
display
:
flex
;
justify-content
:
center
;
padding-top
:
10px
;
padding-bottom
:
73px
;
}
@media
(
min-width
:
451px
)
{
.mobile-point-wrapper
{
margin-top
:
30px
;
}
}
.mobile-point-active
{
width
:
12px
;
height
:
12px
;
...
...
css/styles.css.map
View file @
8b0d1351
This diff is collapsed.
Click to expand it.
css/styles.less
View file @
8b0d1351
...
...
@@ -2114,8 +2114,18 @@ p.price-p {
}
}
/*price-mobile*/
.price-mobile-big-none {
@media(max-width: 450px){
position: absolute;
display: none;
}
@media(min-width: 769px){
position: absolute;
display: none;
}
}
.price-mobile-none {
@media(min-width:
678
px){
@media(min-width:
451
px){
position: absolute;
display: none;
}
...
...
@@ -2152,6 +2162,10 @@ p.price-p {
border: #e6feea 1px solid;
margin-left: 8px;
padding-left: 15px;
@media(min-width: 451px){
width: 270px;
height: 850px;
}
h6 {
position: relative;
z-index: 4;
...
...
@@ -2163,23 +2177,40 @@ p.price-p {
letter-spacing: 0.24px;
margin-left: 8px;
margin-top: 21px;
@media(min-width: 451px){
margin-top: 33px;
font-size: 31px;
margin-left: 11px;
}
}
img {
width: 212px;
@media(min-width: 451px){
width: 283px;
}
}
}
.mobile-img {
position: absolute;
left: 0;
@media(min-width: 451px){
width: 288px;
}
}
.price-mobile {
text-align: center;
margin-top: 68px;
@media(min-width: 451px){
margin-top: 98px;
}
p {
font-size: 60px;
line-height: 24px;
color: #303a81;
@media(min-width: 451px){
font-size: 50px;
}
}
span {
font-size: 30px;
...
...
@@ -2224,41 +2255,60 @@ p.price-p {
width: 187px;
height: 1px;
background: #e6effa;
@media(min-width: 451px){
width: 237px;
}
}
.price-mobile-line {
margin-left: -15px;
width: 52px;
height: 1px;
background: #e6effa;
@media(min-width: 451px){
width: 200px;
}
}
.price-mobile-container-part {
position: relative;
clip: rect(0, 10px, 79px, 0);
/* margin-left: 16px;*/
padding-left: 16px;
/*width: 76px;*/
width: 58px;
width: 61px;
height: 479px;
border-bottom-left-radius: 6px;
border-top-left-radius: 6px;
background: #f9fbff;
border: #e6feea 1px solid;
@media(min-width: 451px){
width: 200px;
height: 850px;
}
}
.mobile-line-part {
width: 5px;
height: 1px;
margin-top: 19px;
margin-left: 5
4
px;
margin-left: 5
2
px;
background: #c94d4e;
@media(min-width: 451px){
width: 141px;
margin-top: 5px;
}
}
.price-mobile-part {
text-align: center;
margin-top: 113px;
@media(min-width: 451px){
margin-top: 136px;
margin-left: 75px;
}
p {
margin-left: 31px;
font-size:
6
0px;
font-size:
4
0px;
line-height: 24px;
color: #303a81;
@media(min-width: 451px){
margin-bottom: 5px;
margin-left: 20px;
}
}
span {
font-size: 30px;
...
...
@@ -2266,6 +2316,10 @@ p.price-p {
color: #303a81;
}
}
p.price-user-part {
font-size: 26px;
margin-left: -12px;
}
.price-mobile-btn {
margin-top: 15px;
margin-left: 7px;
...
...
@@ -2279,33 +2333,46 @@ p.price-p {
color: #c94d4e;
border-radius: 16px;
background: none;
@media(min-width: 451px){
margin-left: 40px;
}
}
.mobile-img-part {
position: absolute;
left: -1px;
left: -2px;
}
.price-mobile-btn-part {
margin-top: 15px;
margin-left: 9px;
height: 32px;
width:
52
px;
width:
50
px;
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;
border-right: none;
background: none;
font-size: 12px;
font-weight: 400;
line-height: 30px;
letter-spacing: 0;
color: #c94d4e;
@media(min-width: 451px){
margin-left: 40px;
padding-left: 17px;
width:155px;
}
}
.mobile-point-wrapper {
display: flex;
justify-content: center;
padding-top: 10px;
padding-bottom: 73px;
@media(min-width: 451px){
margin-top: 30px;
}
}
.mobile-point-active {
width: 12px;
...
...
index.html
View file @
8b0d1351
This diff is collapsed.
Click to expand it.
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