collect_list.wxss 797 Bytes
.collect-ul {
    width: 100%;
    background-color: #f0f2f5;
}

.collect-li {
    width: 50%;
    background-color: white;
    box-sizing: border-box;
    display: inline-block;
    border: 1rpx solid #f0f2f5;
    margin-top: -5rpx;
}

.collect-img {
    width: 100%;
    height: 375rpx;
}

.collect-name {
    font-size: 32rpx;
    line-height: 36rpx;
    padding: 0 10rpx;
    margin: 10rpx 0;
    height: 72rpx;
}

.collect-footer {
    font-size: 32rpx;
    padding: 10rpx 10rpx;
    overflow: hidden;
}

.collect-price {
    color: red;
    display: inline-block;
}

.collect-btn {
    padding: 6rpx 10rpx;
    height: 36rpx;
    border: 1rpx solid #bfbfbf;
    float: right;
    text-align: center;
    margin-left: 5rpx;
    border-radius: 5rpx;
    color: #686868;
    font-size: 30rpx;
}