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.
42 lines
603 B
42 lines
603 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;
|
|
}
|
|
|
|
|
|
page{
|
|
background-color: #F8F8F8;
|
|
}
|
|
.negSix{
|
|
width: 0;
|
|
height: 0;
|
|
border-top: 30rpx solid #FF4444;
|
|
border-left: 30rpx solid transparent;
|
|
}
|
|
|
|
|