mine_collect.wxss 2.0 KB
/* pages/mine_collect/mine_collect.wxss */

page {
    background: #f9f9f9;
}

.layer_star {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.layer_between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box {
    padding: 0 32rpx;
    box-sizing: border-box;
}

.one {
    margin-top: 24rpx;
}

.img {
    width: 100%;
    height: 368rpx;
    position: relative;
}

.img image {
    width: 100%;
    height: 100%;
    border-radius: 16rpx 16rpx 0 0;
}

.address_bg {
    width: 292rpx;
    height: 52rpx;
    background: rgba(0, 0, 0, 1);
    opacity: 0.3;
    border-radius: 28rpx;
    position: absolute;
    bottom: 24rpx;
    left: 24rpx;
}

.address_box {
    position: absolute;
    bottom: 24rpx;
    left: 24rpx;
    padding: 10rpx 20rpx;
    box-sizing: border-box;
}

.address_icon {
    width: 20rpx;
    height: 24rpx;
    font-size: 0;
}

.address_icon image {
    width: 100%;
    height: 100%;
}

.address_word {
    font-size: 24rpx;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    margin-left: 16rpx;
}

.one_box {
    background: #fff;
    padding: 14rpx 28rpx 24rpx 24rpx;
    box-sizing: border-box;
}

.title {
    margin-top: 14rpx;
    font-size: 32rpx;
    font-weight: bold;
    color: rgba(6, 18, 30, 1);
}

.word {
    margin-top: 14rpx;
    font-size: 24rpx;
    font-weight: 400;
    color: rgba(140, 145, 152, 1);
}

.label {
    margin-top: 20rpx;
}

.label_one {
    background: #fff6f5;
    font-size: 24rpx;
    font-weight: 400;
    color: rgba(255, 90, 78, 1);
    margin-right: 12rpx;
    padding: 2rpx 8rpx;
    box-sizing: border-box;
}

.price {
    background: rgba(255, 114, 113, 1);
    border-radius: 15rpx;
    padding: 10rpx 18rpx;
    box-sizing: border-box;
}

.num {
    font-size: 24rpx;
    font-weight: 200;
    color: rgba(255, 255, 255, 1);
    text-decoration: line-through;
}

.price_btn {
    margin-left: 14rpx;
    font-size: 24rpx;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
}