styling
This commit is contained in:
parent
e5f4783c34
commit
fbeac7cae6
|
|
@ -14,7 +14,7 @@ export const newsScrollParams: IurlParamAdder[] = [
|
||||||
export const categoriesParams: IurlParamAdder[] = [
|
export const categoriesParams: IurlParamAdder[] = [
|
||||||
{
|
{
|
||||||
name: "count",
|
name: "count",
|
||||||
value: 5,
|
value: 7,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "page",
|
name: "page",
|
||||||
|
|
|
||||||
|
|
@ -95,13 +95,6 @@
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sresult-content {
|
|
||||||
.news-text {
|
|
||||||
font-size: 1.6rem;
|
|
||||||
line-height: 2.2rem;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (max-width: 1024px) {
|
@media (max-width: 1024px) {
|
||||||
.news-article-inner {
|
.news-article-inner {
|
||||||
display: block;
|
display: block;
|
||||||
|
|
|
||||||
|
|
@ -67,7 +67,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.news-text {
|
.news-text {
|
||||||
font-size: 1.4rem;
|
font-size: 1.8rem;
|
||||||
|
line-height: 2.4rem;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
color: $body;
|
color: $body;
|
||||||
display: -webkit-box;
|
display: -webkit-box;
|
||||||
|
|
@ -131,6 +132,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 1024px) {
|
@media (max-width: 1024px) {
|
||||||
|
.news-text {
|
||||||
|
font-size: 1.6rem;
|
||||||
|
}
|
||||||
|
|
||||||
.news-title {
|
.news-title {
|
||||||
font-size: 2rem;
|
font-size: 2rem;
|
||||||
}
|
}
|
||||||
|
|
@ -142,6 +147,9 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media (max-width: 750px) {
|
@media (max-width: 750px) {
|
||||||
|
.news-text {
|
||||||
|
font-size: 1.4rem;
|
||||||
|
}
|
||||||
.news-title {
|
.news-title {
|
||||||
font-size: 1.8rem;
|
font-size: 1.8rem;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -3,6 +3,7 @@
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: 5.6rem;
|
gap: 5.6rem;
|
||||||
padding: 5.6rem 0;
|
padding: 5.6rem 0;
|
||||||
|
min-height: 50vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sresult-title {
|
.sresult-title {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue