Skip to content

Commit

Permalink
#12 #UTA-6 티켓 그림
Browse files Browse the repository at this point in the history
  • Loading branch information
stories2 committed Jun 3, 2021
1 parent f02da45 commit 7ca35ad
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 0 deletions.
63 changes: 63 additions & 0 deletions public/assets/css/artist.css
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,45 @@ div.conne-sd-ribbon-top-bg div div{
background-repeat: no-repeat;
}

div.conne-sd-large-ticket-row {
position: absolute;
width: 100%;
z-index: -1999;
top: 0px;
right: 0;
}

div.conne-sd-large-ticket-col {
position: relative;
}

div.conne-sd-large-ticket-col img {
width: 80%;
visibility: hidden;
}

div.conne-sd-large-ticket-col div.conne-sd-large-ticket-bg {
height: 100%;
position: absolute;
z-index: -1000;
top: 250px;
left: -50px;
padding: 0;
/* top: 120px;
right: 215px; */
}

div.conne-sd-large-ticket-bg div{
height: 100%;
}

div.conne-sd-large-ticket-bg div div{
background-image: url('../img/ticket_large.png');
background-position: center;
background-size: contain;
background-repeat: no-repeat;
}

@media (max-width: 576px) {
div.conne-sd-quote-bg {
top: 80px !important;
Expand All @@ -164,6 +203,10 @@ div.conne-sd-ribbon-top-bg div div{
visibility: hidden;
display: none;
}

div.conne-sd-large-ticket-bg {
left: -50px !important;
}
}
@media (min-width: 768px) {
div.conne-sd-ribbon-bottom-bg {
Expand All @@ -174,6 +217,11 @@ div.conne-sd-ribbon-top-bg div div{
top: 350px !important;
left: -5px !important;
}

div.conne-sd-large-ticket-bg {
top: 175px !important;
left: -75px !important;
}
}
@media (min-width: 992px) {
div.conne-sd-ribbon-bottom-bg {
Expand All @@ -183,6 +231,11 @@ div.conne-sd-ribbon-top-bg div div{
div.conne-sd-ribbon-top-bg {
top: 400px !important;
}

div.conne-sd-large-ticket-bg {
top: 225px !important;
left: -50px !important;
}
}
@media (min-width: 1200px) {
div.conne-sd-ribbon-bottom-bg {
Expand All @@ -192,6 +245,11 @@ div.conne-sd-ribbon-top-bg div div{
top: 100px !important;
left: 0px !important;
}

div.conne-sd-large-ticket-bg {
top: 175px !important;
left: -50px !important;
}
}
@media (min-width: 1400px) {
div.conne-sd-ribbon-bottom-bg {
Expand All @@ -201,4 +259,9 @@ div.conne-sd-ribbon-top-bg div div{
top: 50px !important;
left: 5px !important;
}

div.conne-sd-large-ticket-bg {
top: 200px !important;
left: 0px !important;
}
}
13 changes: 13 additions & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,19 @@
</div>
</div>
</div>
<div class="row conne-sd-large-ticket-row">
<div class="col-lg-1 d-none d-xl-block "></div>
<div class="col-9 col-md-6 col-lg-5 col-xl-4 conne-sd-large-ticket-col">
<img src="assets/img/ticket_large.png"/>
<div class="container-fluid conne-sd-large-ticket-bg">
<div class="row">
<div class="col">
</div>
</div>
</div>
</div>
<div class="col d-none d-md-block"></div>
</div>
</div>
<!-- ARTIST BOARD -->
<div class="container-fluid block2 d-xl-none ">
Expand Down

0 comments on commit 7ca35ad

Please sign in to comment.