marquee changes
This commit is contained in:
parent
6273469906
commit
0cf6413b94
|
|
@ -47,9 +47,9 @@
|
|||
}
|
||||
}
|
||||
|
||||
.marquee div {
|
||||
.marquee div {
|
||||
display: block;
|
||||
width: 200%;
|
||||
width: 400%;
|
||||
height: 30px;
|
||||
position: absolute;
|
||||
overflow: hidden;
|
||||
|
|
@ -58,7 +58,7 @@
|
|||
|
||||
.marquee span {
|
||||
float: left;
|
||||
width: 50%;
|
||||
width: 25%;
|
||||
font-size: 14px;
|
||||
line-height: 40px;
|
||||
font-weight: 400;
|
||||
|
|
|
|||
|
|
@ -66,6 +66,11 @@
|
|||
margin: 30px auto;
|
||||
display: block;
|
||||
}
|
||||
strong {
|
||||
a {
|
||||
color: #4285f4;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
&__footer {
|
||||
|
|
|
|||
|
|
@ -1218,7 +1218,7 @@ li {
|
|||
|
||||
.marquee div {
|
||||
display: block;
|
||||
width: 200%;
|
||||
width: 400%;
|
||||
height: 30px;
|
||||
position: absolute;
|
||||
overflow: hidden;
|
||||
|
|
@ -1227,7 +1227,7 @@ li {
|
|||
|
||||
.marquee span {
|
||||
float: left;
|
||||
width: 50%;
|
||||
width: 25%;
|
||||
font-size: 14px;
|
||||
line-height: 40px;
|
||||
font-weight: 400;
|
||||
|
|
@ -1889,6 +1889,9 @@ li {
|
|||
margin: 30px auto;
|
||||
display: block;
|
||||
}
|
||||
.news__body p strong a {
|
||||
color: #4285f4;
|
||||
}
|
||||
.news__footer {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
|
|||
Loading…
Reference in New Issue