Create film page

This commit is contained in:
Ivan Kaziev 2024-04-20 16:50:38 +03:00
parent 5afc1c5159
commit 4dfd1d2b05
2 changed files with 66 additions and 6 deletions

View File

@ -12,9 +12,3 @@
.carousel_title { .carousel_title {
margin-top: 3vw; margin-top: 3vw;
} }
.film_preview_image {
object-fit: cover;
height: 35vw !important;
width: 25vw !important;
border-radius: 3vw;
}

View File

@ -1,3 +1,45 @@
.film_preview_image {
object-fit: cover;
height: 35vw !important;
width: 25vw !important;
border-radius: 3vw;
}
.film_session_image {
margin-top: 40px;
object-fit: cover;
height: 20vw !important;
width: 50% !important;
border-radius: 3vw;
}
.line {
width: 30%;
height: 5px;
background-color: black;
position: absolute;
top: 70%;
border-radius: 3vw;
margin-left: 5%;
margin-top: 150px;
}
h6 {
text-align: center;
margin-top: 4px;
}
.seat_number {
width: 20px;
height: 18px;
text-align: center;
}
.buy_btn {
float: bottom;
margin-top: 40px;
}
.ticket_film_image {
object-fit: cover;
height: 20vw !important;
width: 25% !important;
border-radius: 3vw;
}
.caption_block { .caption_block {
background-color: rgba(13, 39, 58, 0.8); background-color: rgba(13, 39, 58, 0.8);
border-radius: 2vw; border-radius: 2vw;
@ -31,6 +73,30 @@
padding-bottom: 2vw; padding-bottom: 2vw;
flex-direction: column; flex-direction: column;
} }
.seats_card {
width: 100%;
background-color: #eaeaea;
margin-top: 1vw;
margin-bottom: 1vw;
border-radius: 3vw;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-items: center;
justify-content: flex-start;
width: 50%;
margin: 0 auto;
margin-top: 20px;
}
.card_body {
width: 80%;
margin-top: 180px;
margin: 0 auto;
}
.rows {
margin-top: 30%;
}
.film_card { .film_card {
width: 100%; width: 100%;
background-color: #eaeaea; background-color: #eaeaea;