You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
458 B
31 lines
458 B
|
|
.container-image {
|
|
position: relative;
|
|
display: block;
|
|
width: 100%;
|
|
height: 0;
|
|
padding-bottom: 100%;
|
|
overflow: hidden
|
|
}
|
|
.iamges-box {
|
|
position: absolute;
|
|
display: flex;
|
|
top: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center
|
|
}
|
|
.iamges-box image {
|
|
width: 580rpx;
|
|
height: 270rpx;
|
|
display: block;
|
|
background: transparent no-repeat;
|
|
background-size: cover
|
|
}
|
|
.navPacket{
|
|
color: #17D117;
|
|
}
|
|
|
|
|