feat: oleg gone away

This commit is contained in:
2024-09-11 22:42:03 +03:00
parent 78c1311533
commit 394b58c0ff

View File

@@ -35,6 +35,7 @@
margin-top: 8px; margin-top: 8px;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
text-align: justify;
/*text-align: right;*/ /*text-align: right;*/
} }
@@ -43,6 +44,7 @@
} }
.footer-line { .footer-line {
text-align: justify; text-align: justify;
font-size: medium; font-size: medium;
font-weight: bolder; font-weight: bolder;
@@ -106,8 +108,13 @@
border-top: 2px solid black; border-top: 2px solid black;
} }
.footer-words { .footer-right {
text-align: justify;
max-width: 200px; max-width: 200px;
text-align-last: justify;
}
.footer-words{
text-align-last: left;
} }
</style> </style>
</head> </head>
@@ -164,8 +171,10 @@
<div class="footer-line">+79777740525 Игорь С. (Т-Банк)</div> <div class="footer-line">+79777740525 Игорь С. (Т-Банк)</div>
</div> </div>
<div class="footer-block"> <div class="footer-block">
<div class="footer-line">Итого к оплате: {{ deal_price }} Р</div> <div class="footer-line footer-right">
<div class="footer-line footer-words">{{ deal_price_words }}</div> <p>Итого к оплате: {{ deal_price }} Р</p>
<p class="footer-words">{{ deal_price_words }}</p>
</div>
</div> </div>
</div> </div>
</div> </div>