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
017ab1bf
Commit
017ab1bf
authored
Feb 05, 2019
by
Iren
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add script for #dog-fourth
parent
16a3532b
Pipeline
#3711
canceled with stage
Changes
4
Pipelines
1
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
55 additions
and
10 deletions
+55
-10
styles.css
css/styles.css
+14
-0
styles.css.map
css/styles.css.map
+0
-0
styles.less
css/styles.less
+13
-0
index.html
index.html
+28
-10
No files found.
css/styles.css
View file @
017ab1bf
...
...
@@ -167,6 +167,7 @@ header {
display
:
inline-block
;
font-size
:
36px
;
color
:
white
;
z-index
:
5
;
}
}
@media
(
min-width
:
576px
)
{
...
...
@@ -182,6 +183,8 @@ header {
height
:
80px
;
left
:
1px
;
top
:
40px
;
color
:
white
;
z-index
:
5
;
}
@media
(
min-width
:
577px
)
{
#cat
{
...
...
@@ -2925,6 +2928,7 @@ p.price-user-part {
.mobile-point-active
{
width
:
12px
;
height
:
12px
;
margin-left
:
23px
;
border-radius
:
50%
;
background
:
#c94d4e
;
border
:
#fbb5b6
5px
solid
;
...
...
@@ -3278,4 +3282,13 @@ input.form-last-child {
position
:
absolute
;
display
:
none
;
}
.yyy
{
width
:
12px
;
height
:
12px
;
margin-top
:
0
;
margin-left
:
23px
;
border-radius
:
50%
;
background
:
#c94d4e
;
border
:
#fbb5b6
5px
solid
;
}
/*# sourceMappingURL=styles.css.map */
\ No newline at end of file
css/styles.css.map
View file @
017ab1bf
This diff is collapsed.
Click to expand it.
css/styles.less
View file @
017ab1bf
...
...
@@ -139,6 +139,7 @@ header {
display: inline-block;
font-size: 36px;
color: white;
z-index: 5;
}
@media (min-width: 576px){
position: absolute;
...
...
@@ -152,6 +153,8 @@ header {
height: 80px;
left: 1px;
top: 40px;
color: white;
z-index: 5;
@media (min-width: 577px){
display: none;
}
...
...
@@ -2390,6 +2393,7 @@ p.price-user-part {
.mobile-point-active {
width: 12px;
height: 12px;
margin-left: 23px;
border-radius: 50%;
background: #c94d4e;
border: #fbb5b6 5px solid;
...
...
@@ -2701,6 +2705,15 @@ footer {
position: absolute;
display: none;
}
.yyy {
width: 12px;
height: 12px;
margin-top: 0;
margin-left: 23px;
border-radius: 50%;
background: #c94d4e;
border: #fbb5b6 5px solid;
}
...
...
index.html
View file @
017ab1bf
...
...
@@ -2253,7 +2253,7 @@
</div>
</div>
<div
class=
"window-three price-mobile-window-none"
>
<div
id=
"dog-third"
class=
"window-three price-mobile-window-none"
>
<div
class=
"price-mobile-tittle"
>
<h2>
Цены 3
</h2>
<div
class=
"price-mobile-tittle-line"
>
...
...
@@ -2355,18 +2355,18 @@
</div>
</div>
<div
class=
"mobile-point-wrapper"
>
<div
class=
"mobile-point-active
"
>
<div
id=
"btn-third-first"
class=
"mobile-point
"
>
</div>
<div
class=
"mobile-point"
>
<div
id=
"btn-third-too"
class=
"mobile-point"
>
</div>
<div
class=
"mobile-point"
>
<div
id=
"btn-third-third"
class=
"mobile-point"
>
</div>
<div
class=
"mobile-point
"
>
<div
id=
"btn-third-fourth"
class=
"mobile-point-active
"
>
</div>
</div>
</div>
<div
class=
"window-four"
>
<div
id=
"dog-four"
class=
"window-four"
>
<div
class=
"price-mobile-tittle"
>
<h2>
Цены 4
</h2>
<div
class=
"price-mobile-tittle-line"
>
...
...
@@ -2468,13 +2468,13 @@
</div>
</div>
<div
class=
"mobile-point-wrapper"
>
<div
class=
"mobile-point-active
"
>
<div
id=
"btn-first"
class=
"mobile-point
"
>
</div>
<div
class=
"mobile-point"
>
<div
id=
"btn-too"
class=
"mobile-point"
>
</div>
<div
class=
"mobile-point"
>
<div
id=
"btn-third"
class=
"mobile-point"
>
</div>
<div
class=
"mobile-point
"
>
<div
id=
"btn-fourth"
class=
"mobile-point-active
"
>
</div>
</div>
</div>
...
...
@@ -2555,6 +2555,24 @@
$
(
'#header-img-navicon'
).
click
(
function
(
event
)
{
$
(
'#cat'
).
toggleClass
(
'page-header__burger--active'
);
});
$
(
'#btn-fourth'
).
click
(
function
(
event
)
{
$
(
'#dog-third'
).
toggleClass
(
'price-mobile-window-none'
);
});
$
(
'#btn-fourth'
).
click
(
function
(
event
)
{
$
(
'#dog-four'
).
toggleClass
(
'price-mobile-window-none'
);
});
$
(
'#btn-fourth'
).
click
(
function
(
event
)
{
$
(
'#btn-third-third'
).
toggleClass
(
'yyy'
);
});
$
(
'#btn-fourth'
).
click
(
function
(
event
)
{
$
(
'#btn-third-fourth'
).
toggleClass
(
'mobile-point-active'
);
});
$
(
'#btn-fourth'
).
click
(
function
(
event
)
{
$
(
'#btn-third-fourth'
).
toggleClass
(
'mobile-point'
);
});
</script>
</body>
</html>
...
...
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