mirror of
https://github.com/ivabus/www
synced 2024-11-10 07:15:15 +03:00
Package grid displays on mobile, not swiper
This commit is contained in:
parent
971d48f633
commit
d3651ccffd
|
@ -30,6 +30,11 @@
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
|
||||||
|
.grid-package-display{
|
||||||
|
display:block;
|
||||||
|
}
|
||||||
|
|
||||||
.container.small {
|
.container.small {
|
||||||
padding-top: 1em;
|
padding-top: 1em;
|
||||||
padding-bottom: 1em;
|
padding-bottom: 1em;
|
||||||
|
|
|
@ -33,191 +33,3 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<style>
|
|
||||||
|
|
||||||
.detail-btn{
|
|
||||||
width: 100px !important;
|
|
||||||
height: 30px;
|
|
||||||
padding:0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.package-title{
|
|
||||||
font-size: 1.5rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.card.card-thumbnail{
|
|
||||||
background-color: #1a1a1a;
|
|
||||||
transition: all .3s;
|
|
||||||
}
|
|
||||||
|
|
||||||
.card-img-top {
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
|
|
||||||
.detail-btn{
|
|
||||||
position: relative;
|
|
||||||
float:right!important;
|
|
||||||
right: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media only screen and (min-width: 576px) {
|
|
||||||
|
|
||||||
.package-image{
|
|
||||||
box-shadow: 0px 0px 12px #0c0c0c !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
figure{
|
|
||||||
transition: 0.2s ease-in-out;
|
|
||||||
}
|
|
||||||
|
|
||||||
figure:hover{
|
|
||||||
transform: scale(1.02);
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
.card-thumb-label i{
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
.card-thumb-label {
|
|
||||||
position: absolute;
|
|
||||||
background: rgba(255,255,255,0.9);
|
|
||||||
left: 0;
|
|
||||||
bottom: 0vw;
|
|
||||||
padding: 1.116vw;
|
|
||||||
text-align: left;
|
|
||||||
width: 90%;
|
|
||||||
height: 50%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.card-thumb-label h3 {
|
|
||||||
color: black;
|
|
||||||
margin: 0px 0px 0.5vw 0vw;
|
|
||||||
padding: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.card-thumb-label h4 {
|
|
||||||
color: black;
|
|
||||||
margin: 0px;
|
|
||||||
padding: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.card-thumbnail{
|
|
||||||
background: none;
|
|
||||||
border-radius: 0px !important;
|
|
||||||
border: 1px solid #949494;
|
|
||||||
}
|
|
||||||
|
|
||||||
.thumbnail-body{
|
|
||||||
display: flex;
|
|
||||||
border-radius: 0px !important;
|
|
||||||
padding: 0vw;
|
|
||||||
justify-content: space-between;
|
|
||||||
}
|
|
||||||
|
|
||||||
.card-img-top{
|
|
||||||
border-radius: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.card-text{
|
|
||||||
float:left;
|
|
||||||
position: relative;
|
|
||||||
font-size: .8rem;
|
|
||||||
top:2px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.card-text-container{
|
|
||||||
float:left;
|
|
||||||
position: relative;
|
|
||||||
width:48%;
|
|
||||||
display: flex;
|
|
||||||
}
|
|
||||||
|
|
||||||
.thumbnail-body-mobile{
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media only screen and (max-width: 576px) {
|
|
||||||
|
|
||||||
.card-thumb-label i{
|
|
||||||
font-size: 5vw;
|
|
||||||
}
|
|
||||||
|
|
||||||
.card-thumb-label {
|
|
||||||
position: absolute;
|
|
||||||
background: rgba(255,255,255,0.9);
|
|
||||||
left: 0;
|
|
||||||
bottom: 0;
|
|
||||||
padding: 3vw;
|
|
||||||
text-align: left;
|
|
||||||
width: 100%;
|
|
||||||
height: 50%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.card-thumb-label h3 {
|
|
||||||
color: black;
|
|
||||||
font-size: 6.8vw;
|
|
||||||
line-height: 6.8vw;
|
|
||||||
margin: 0px 0px 1vw 0vw;
|
|
||||||
padding: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.card-thumb-label h4 {
|
|
||||||
color: black;
|
|
||||||
font-size: 3vw;
|
|
||||||
line-height: 3vw;
|
|
||||||
margin: 0px;
|
|
||||||
padding: 0px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.card-thumbnail{
|
|
||||||
background: none;
|
|
||||||
border-radius: 0px !important;
|
|
||||||
border: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.thumbnail-body{
|
|
||||||
border-radius: 0px !important;
|
|
||||||
padding: 0vw;
|
|
||||||
display:none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.thumbnail-body-mobile{
|
|
||||||
background-color: #8000ff;
|
|
||||||
padding: 1.25vw 0vw !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.card-img-top{
|
|
||||||
border-radius: 0px;
|
|
||||||
margin-bottom: 0vw;
|
|
||||||
}
|
|
||||||
|
|
||||||
.detail-btn-mobile{
|
|
||||||
background:none;
|
|
||||||
border:none;
|
|
||||||
color: white;
|
|
||||||
font-family: "pp-neue-machina", sans-serif;
|
|
||||||
font-size: 4vw;
|
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
|
||||||
text-transform: uppercase;
|
|
||||||
padding-top: 2vw !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.detail-btn-mobile .icon-enter-arrow{
|
|
||||||
display: inline-block;
|
|
||||||
position: relaitve;
|
|
||||||
margin-right: 2vw;
|
|
||||||
transition: 0.2s ease-in-out;
|
|
||||||
}
|
|
||||||
|
|
||||||
.detail-btn-mobile:hover .icon-enter-arrow{
|
|
||||||
display: inline-block;
|
|
||||||
transform: rotate(-45deg) !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
</style>
|
|
||||||
|
|
Loading…
Reference in a new issue