0.0.163 upd news page
This commit is contained in:
@@ -2477,6 +2477,64 @@ details[open] summary ~ *{
|
||||
}
|
||||
|
||||
/*END_user_articles*/
|
||||
/*news articles all*/
|
||||
.advertisement_block_news{
|
||||
height: 200px;
|
||||
text-align: center;
|
||||
border-radius: 10px;
|
||||
background: #FFF;
|
||||
box-shadow: -1px 4px 10px 0px rgba(198, 199, 203, 0.20), 0px -1px 10px 0px rgba(198, 199, 203, 0.20);
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
|
||||
.three_pinned_news{
|
||||
display: flex;
|
||||
margin: 0 80px 0 80px;
|
||||
justify-content: space-between;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
|
||||
.news_item_pagination{
|
||||
width: 90%;
|
||||
background: white;
|
||||
margin: 0 auto 10px;
|
||||
border-radius: 15px;
|
||||
}
|
||||
.pag_news_img {
|
||||
width: 20%;
|
||||
|
||||
}
|
||||
.pag_news_item_text{
|
||||
width: 76%;
|
||||
}
|
||||
|
||||
.news_item_pagination:nth-child(odd) .pag_news_img,
|
||||
.news_item_pagination:nth-child(odd) .pag_news_item_text{
|
||||
float: left;
|
||||
margin: 10px;
|
||||
}
|
||||
.news_item_pagination:nth-child(even) .pag_news_img,
|
||||
.news_item_pagination:nth-child(even) .pag_news_item_text{
|
||||
float: right;
|
||||
margin: 10px
|
||||
}
|
||||
.news_header{
|
||||
font-size: 17px;
|
||||
font-style: normal;
|
||||
font-weight: 600;
|
||||
line-height: 26px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/*END news articles all*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user