film pages
This commit is contained in:
parent
205d6f159d
commit
c06436433f
10 changed files with 480 additions and 28 deletions
|
|
@ -81,12 +81,12 @@ main > .film {
|
|||
}
|
||||
}
|
||||
|
||||
.videos {
|
||||
.items {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 16px;
|
||||
justify-content: center;
|
||||
.video {
|
||||
.item {
|
||||
width: calc(100% / 4 - 16px);
|
||||
a {
|
||||
color: #000;
|
||||
|
|
@ -102,7 +102,7 @@ main > .film {
|
|||
}
|
||||
}
|
||||
@media screen and (max-width: 799px) {
|
||||
.video {
|
||||
.item {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
|
@ -147,7 +147,7 @@ main > .film {
|
|||
}
|
||||
|
||||
main > .film {
|
||||
.info-meta, .bio-block, .play, .summary-block, .texts {
|
||||
.info-meta, .bio-block, .play, .summary-block, .texts, .items {
|
||||
background: rgba(0, 0, 0, 0.55);
|
||||
border-radius: 2px;
|
||||
box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.6);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue