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.

39 lines
581 B

/* components/picshow/picshow.wxss */
.main {
display: flex;
align-items: flex-start;
}
.column {
/* width: 50%; */
margin-top: -32rpx;
}
.column_item {
width: 333rpx;
/* background: #fff; */
/* margin: 30rpx auto; */
/* box-shadow: 5rpx 5rpx 10rpx 0 rgba(0, 0, 0, 0.3); */
margin-right: 20rpx;
overflow: hidden;
margin-bottom: -12rpx;
}
.column_pic {
display: block;
width: 333rpx;
height: 350rpx;
border-radius: 16rpx;
}
.hide {
display: none;
}
.shouca {
width: 32rpx;
height: 32rpx;
position: relative;
top: 50rpx;
left: 290rpx;
}