0.0.305 set test_banners for news

This commit is contained in:
2023-12-03 17:38:53 +03:00
parent 098b7c4fb5
commit 2d68836724
6 changed files with 14 additions and 8 deletions

View File

@@ -935,9 +935,9 @@
.wrapper_advertisement{
padding: unset;
}
.advertisement_block_news{
height: 80px;
}
/*.advertisement_block_news{*/
/* height: 80px;*/
/*}*/
.three_pinned_news{
margin: unset;
}

View File

@@ -2898,13 +2898,17 @@ 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);
/*text-align: center;*/
/*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;
}
.advertisement_content>img{
width: 100%;
border-radius: 10px;
box-shadow: -1px 4px 10px 0px rgba(198, 199, 203, 0.20), 0px -1px 10px 0px rgba(198, 199, 203, 0.20);
}
.wrapper_advertisement {
/*padding-top: 140px;*/

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

View File

@@ -9,6 +9,7 @@
<div class="advertisement_block_news">
<div class="advertisement_content">
<img src="/static/img/png/banner_test.png" alt="">
</div>
</div>

View File

@@ -6,6 +6,7 @@
<div class="wrapper_advertisement">
<div class="advertisement_block_news">
<div class="advertisement_content">
<img src="/static/img/png/banner_test_3.png" alt="">
</div>
</div>