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.
|
.img-container {
|
|
/* width: 100%; */
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
width: calc(100% - 32px);
|
|
height: 350rpx;
|
|
background-color: #fff;
|
|
border-radius: 4rpx;
|
|
/* margin: 32rpx 0 0 32rpx; */
|
|
margin:auto 32rpx;
|
|
overflow: hidden;
|
|
} |