Newer
Older
miniCreditFactory / pages / piclist / piclist-sfzm.wxss
bello on 29 May 2020 617 bytes init
.pic-list {
    width: 680rpx;
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    border-radius: 20rpx;
    padding: 20rpx;
    margin-top: 20rpx;
}

.pic {
    width: 140rpx;
    height: 180rpx;
    margin: 14rpx;
}

.show-img {
    width: 140rpx;
    height: 140rpx;
    border-radius: 20rpx;
}

.pic-name {
    width: 140rpx;
    color: #000;
    font-size: 20rpx;
    text-align: center;
    overflow: hidden;
}

.camera-img {
    width: 70rpx;
    height: 70rpx;
    margin: 36rpx;
}

.del-img {
    width: 40rpx;
    height: 40rpx;
    position: absolute;
    right: 6rpx;
    top: 6rpx;
}