[html]<!-- Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css">
<style>
.ep-container {
display: flex;
width: 660px;
max-width: 100%;
margin: 30px auto;
border-radius: 14px;
overflow: hidden;
background: rgba(255,255,255,0.15);
box-shadow: 0 0 25px rgba(0,0,0,0.1);
font-family: 'Segoe UI', sans-serif !important;
border: 1px solid rgba(255,255,255,0.25);
}
.ep-img {
flex: 0 0 130px;
background-size: cover;
background-position: center;
}
.ep-content {
flex: 1;
padding: 12px 16px !important;
background: rgba(255,255,255,0.2) !important;
display: flex;
flex-direction: column;
/* равный промежуток между всеми элементами контента */
gap: 6px !important;
color: #1d1d1d !important;
}
/* Заголовок с абсолютными иконками */
.ep-title {
position: relative;
display: inline-block;
font-size: 1.2em !important;
font-weight: 700 !important;
text-align: center;
color: #111 !important;
text-transform: uppercase;
margin: 0 auto !important;
padding: 0 24px; /* чуть меньше для экономии места */
line-height: 1.2;
}
.ep-title::before,
.ep-title::after {
content: '✦';
position: absolute;
top: 50%;
transform: translateY(-50%);
color: #111 !important;
font-size: 1em;
}
.ep-title::before { left: 0; }
.ep-title::after { right: 0; }
.ep-description {
font-size: 0.88em !important;
line-height: 1.4 !important;
text-align: center;
color: #2a2a2a !important;
max-height: 90px;
overflow-y: auto;
margin: 0 auto !important;
padding: 8px 10px !important;
border: 1px solid rgba(0,0,0,0.06) !important;
border-radius: 6px !important;
background: rgba(255,255,255,0.25) !important;
width: fit-content;
}
.ep-description::-webkit-scrollbar { width: 5px; }
.ep-description::-webkit-scrollbar-thumb { background: rgba(0,0,0,0.15); border-radius: 3px; }
/* Единые отступы у всех секций */
.ep-section {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
gap: 8px 12px;
font-size: 0.78em !important;
color: #111 !important;
/* строго одинаковый межблочный отступ */
margin: 4px 0 !important;
padding: 6px 10px !important;
border-radius: 6px;
}
.ep-meta { background: rgba(255,255,255,0.3); }
.ep-tags { background: rgba(255,255,255,0.25); }
.ep-characters { background: rgba(255,255,255,0.3); }
.ep-section i {
color: #111 !important;
margin-right: 4px;
}
.ep-tags .ep-tag {
background: rgba(0,0,0,0.08);
border-radius: 6px;
padding: 2px 6px;
font-weight: 500 !important;
}
a {
font-weight: 600 !important;
color: #111 !important;
text-decoration: none !important;
}
a:hover { text-decoration: underline !important; }
@media (max-width: 600px) {
.ep-container { flex-direction: column; width: 95%; }
.ep-img { height: 160px; flex: none; }
}
</style>
<div class="ep-container">
<div class="ep-img" style="background-image:url('https://i.gyazo.com/cf2226defc2999b9ea11329178b772d1.png');"></div>
<div class="ep-content">
<h2 class="ep-title">Грани расщепления пути</h2>
<div class="ep-description">
Ищущий путеводную звезду ждёт встречи с ищущей истину и свободу. Их объединяет две вещи: любовь к брату и тяжесть холодного металла в руке.
</div>
<div class="ep-section ep-meta">
<div><i class="fas fa-map-marker-alt"></i>Лиюэ, озеро Лухуа</div>
<div><i class="fas fa-clock"></i>05.08.501</div>
<div><i class="fas fa-music"></i><a href="https://www.youtube.com/watch?v=_dkcDVNApHU">OST</a></div>
</div>
<div class="ep-section ep-tags">
<div class="ep-tag">R</div>
<div class="ep-tag">Личный</div>
<div class="ep-tag">Кровь</div>
<div class="ep-tag">Сражения</div>
</div>
<div class="ep-section ep-characters">
<div><i class="fas fa-user-friends"></i><a href="https://genshintales.ru/profile.php?id=271">Тарталья</a>, <a href="https://genshintales.ru/profile.php?id=86">Люмин</a></div>
</div>
</div>
<div class="ep-img" style="background-image:url('https://i.gyazo.com/1187d5a72c4c18ae161083cd7faa7794.png');"></div>
</div>
[/html]
Отредактировано Abyss Princess (2025-04-23 17:14:58)