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.
27 lines
456 B
27 lines
456 B
.content {
|
|
margin: 10rpx 28rpx 0 28rpx;
|
|
}
|
|
|
|
.img-item {
|
|
margin-bottom: 10rpx;
|
|
}
|
|
|
|
.img-style {
|
|
width: 100%;
|
|
height: 400rpx;
|
|
border-radius: 16rpx;
|
|
}
|
|
|
|
.goods_title {
|
|
border-radius: 0 0 16rpx 16rpx;
|
|
width: 698rpx;
|
|
height: 50rpx;
|
|
position: absolute;
|
|
z-index: 3;
|
|
margin-top: 350rpx;
|
|
background-color: rgba(128, 128, 128, 0.5);
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
color: #ffffff;
|
|
} |