Merge remote-tracking branch 'origin/main'
This commit is contained in:
@@ -935,9 +935,9 @@
|
|||||||
.wrapper_advertisement{
|
.wrapper_advertisement{
|
||||||
padding: unset;
|
padding: unset;
|
||||||
}
|
}
|
||||||
.advertisement_block_news{
|
/*.advertisement_block_news{*/
|
||||||
height: 80px;
|
/* height: 80px;*/
|
||||||
}
|
/*}*/
|
||||||
.three_pinned_news{
|
.three_pinned_news{
|
||||||
margin: unset;
|
margin: unset;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2874,6 +2874,9 @@
|
|||||||
.anchor{
|
.anchor{
|
||||||
scroll-margin-top: 60px;
|
scroll-margin-top: 60px;
|
||||||
}
|
}
|
||||||
|
.anchor.about_service{
|
||||||
|
scroll-margin-top: 150px;
|
||||||
|
}
|
||||||
/*login page*/
|
/*login page*/
|
||||||
.error_f_login{
|
.error_f_login{
|
||||||
color: #f00;
|
color: #f00;
|
||||||
|
|||||||
@@ -2898,13 +2898,17 @@ details[open] summary ~ *{
|
|||||||
/*END_user_articles*/
|
/*END_user_articles*/
|
||||||
/*news articles all*/
|
/*news articles all*/
|
||||||
.advertisement_block_news{
|
.advertisement_block_news{
|
||||||
height: 200px;
|
/*text-align: center;*/
|
||||||
text-align: center;
|
/*background: #FFF;*/
|
||||||
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);*/
|
||||||
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;
|
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 {
|
.wrapper_advertisement {
|
||||||
/*padding-top: 140px;*/
|
/*padding-top: 140px;*/
|
||||||
|
|||||||
BIN
static/img/png/banner_test.png
Normal file
BIN
static/img/png/banner_test.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
BIN
static/img/png/banner_test_3.png
Normal file
BIN
static/img/png/banner_test_3.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 59 KiB |
@@ -17,7 +17,7 @@
|
|||||||
<div class="mid_block_static">
|
<div class="mid_block_static">
|
||||||
<div id="title_static">{% translate "О сервисе Trip With Bonus" %}</div>
|
<div id="title_static">{% translate "О сервисе Trip With Bonus" %}</div>
|
||||||
|
|
||||||
<div class="text_wrapper anchor" id="scroll_to_wrapper">
|
<div class="text_wrapper anchor about_service" id="scroll_to_wrapper">
|
||||||
|
|
||||||
<span>{% translate "Trip With Bonus- это сервис, который соединяет отправителя посылки и перевозчика." %}</span>
|
<span>{% translate "Trip With Bonus- это сервис, который соединяет отправителя посылки и перевозчика." %}</span>
|
||||||
|
|
||||||
|
|||||||
@@ -9,6 +9,7 @@
|
|||||||
|
|
||||||
<div class="advertisement_block_news">
|
<div class="advertisement_block_news">
|
||||||
<div class="advertisement_content">
|
<div class="advertisement_content">
|
||||||
|
<img src="/static/img/png/banner_test.png" alt="">
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -6,6 +6,7 @@
|
|||||||
<div class="wrapper_advertisement">
|
<div class="wrapper_advertisement">
|
||||||
<div class="advertisement_block_news">
|
<div class="advertisement_block_news">
|
||||||
<div class="advertisement_content">
|
<div class="advertisement_content">
|
||||||
|
<img src="/static/img/png/banner_test_3.png" alt="">
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user