0.0.200 fix interlace
This commit is contained in:
@@ -1856,6 +1856,14 @@ button.cancel_remove{
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
#title_static_customer{
|
||||
text-align: center;
|
||||
font-size: 44px;
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
line-height: 52px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
#title_static_customer2{
|
||||
text-align: center;
|
||||
font-size: 44px;
|
||||
font-style: normal;
|
||||
@@ -2066,9 +2074,9 @@ button#more_button{
|
||||
position: relative;
|
||||
width: 80%;
|
||||
margin: 0 auto 120px;
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
.bottom_block_static img{
|
||||
position: absolute;
|
||||
}
|
||||
@@ -2096,9 +2104,9 @@ button#more_button{
|
||||
|
||||
.bottom_block_static img:nth-child(5) {
|
||||
/* Положение верхнего левого изображения */
|
||||
top: 13%;
|
||||
left: 3%;
|
||||
transform: scale(-1, 1);
|
||||
top: 5%;
|
||||
left: -2%;
|
||||
transform: scale(-1, 1);
|
||||
|
||||
|
||||
}
|
||||
@@ -2115,7 +2123,7 @@ button#more_button{
|
||||
.bottom_block_static img:nth-child(7) {
|
||||
/* Положение верхнего правого изображения */
|
||||
top: 18%;
|
||||
right: 1%;
|
||||
right: -1%;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -161,7 +161,7 @@
|
||||
|
||||
<div class="bottom_block_static">
|
||||
<div id=title_static_customer>{% blocktrans %}Оформи <span class="color_title">подписку</span> сейчас и получи{% endblocktrans %}</div>
|
||||
<div id=title_static_customer>{% blocktrans %}<span class="color_title">1 день </span>пользования сервисом <span class="color_title">в подарок!</span>{% endblocktrans %}</div>
|
||||
<div id=title_static_customer2>{% blocktrans %}<span class="color_title">1 день </span>пользования сервисом <span class="color_title">в подарок!</span>{% endblocktrans %}</div>
|
||||
<div class="button_container">
|
||||
<button id="more_button">{% translate "Получить" %}</button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user