detail.wxss 4.58 KB
.detail-container {
    padding: 30rpx;
}

.detail-banner-image {
    width: 750rpx;
    height: 470rpx;
}

.advanceTitleView {
    display: flex;
    width: 100%;
    height: 34rpx;
    line-height: 34rpx;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30rpx;
}

.advanceTitleView .advanceTitle {
    font-size: 24rpx;
    color: #b0b0b0;
}

.advanceTitleView .advanceTime {
    font-size: 24rpx;
    color: #000;
    display: flex;
    align-items: center;
}

.advanceTitleView .image-time {
    width: 24rpx;
    height: 24rpx;
    margin-right: 5rpx;
}

.advanceTitleView .text-time {
    display: inline-block;
    height: 34rpx;
    line-height: 34rpx;
    margin-top: 2rpx;
}

.realPrice {
    font-family: PingFang-SC-Medium;
    color: #d0021b;
    line-height: 40rpx;
    height: 40rpx;
    font-size: 30rpx;
    font-weight: bold;
    margin-bottom: 20rpx;
}

.detail-btn {
    height: 90rpx;
    text-align: center;
    font-size: 28rpx;
    border-radius: 8rpx;
    line-height: 90rpx;
    color: white;
    background-color: #444;
}

.line {
    height: 30rpx;
    background-color: #f0f0f0;
}

.goodsInfo .intro-image {
    width: 100%;
    height: 432rpx;
}

.goodsInfo .desc {
    padding-top: 30rpx;
    padding-bottom: 30rpx;
    font-size: 32rpx;
}

.product-name {
    width: 100%;
    font-family: PingFang-SC-Regular;
    font-size: 30rpx;
    margin-bottom: 10rpx;
}

.bottom1-action {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.action-list {
    width: 610rpx;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bottom1-action .action-btn {
    height: 50rpx;
    padding-left: 40rpx;
    padding-right: 40rpx;
    font-size: 28rpx;
    color: #fff;
    line-height: 50rpx;
    background-color: #d0021b;
    border-radius: 25rpx;
}

.action-btn.disable {
    background-color: #b0b0b0;
}

.bottom1-action .action-btn2 {
    height: 50rpx;
    padding-left: 40rpx;
    padding-right: 40rpx;
    font-size: 28rpx;
    color: #fff;
    line-height: 50rpx;
    background-color: #d0021b;
    border-radius: 25rpx;
}

.action-btn2.disable {
    background-color: #b0b0b0;
}

.bottom1-action .action-btn3 {
    height: 50rpx;
    padding-left: 40rpx;
    padding-right: 40rpx;
    font-size: 28rpx;
    color: #fff;
    line-height: 50rpx;
    background-color: #b0b0b0;
    border-radius: 25rpx;
}

.bottom1-action .help {
    position: absolute;
    height: 36rpx;
    width: 36rpx;
    line-height: 36rpx;
    border-radius: 18rpx;
    color: #fff;
    font-size: 28rpx;
    background-color: #d0021b;
    right: 30rpx;
    top:50%;
    transform:translateY(-50%);

}

.top-assis-action {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-assis-action .top-title {
    font-size: 28rpx;
}

.top-assis-action .top-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 280rpx;
}

.top-assis-action .top-action1 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 220rpx;
}

.top-assis-action .top-ok {
    font-size: 20rpx;
    color: #fff;
    background-color: #d0021b;
    padding-left: 40rpx;
    padding-right: 40rpx;
    height: 50rpx;
    line-height: 50rpx;
    border-radius: 20px;
    text-align: center;
}

.top-assis-action .top-cancel {
    font-size: 20rpx;
    height: 50rpx;
    padding-left: 40rpx;
    padding-right: 40rpx;
    line-height: 50rpx;
    background-color: rgba(216, 216, 216, 1);
    text-align: center;
    border-radius: 20px;
}

.modal-content {
    text-align: center;
}

.modal-content .modal-title {
    margin-top: 120rpx;
}

.modal-content .sub-title {
    font-size: 36rpx;
    margin-bottom: 20rpx;
    height: 50rpx;
    line-height: 50rpx;
}

.modal-content .sub-title2 {
    height: 110rpx;
    font-size: 24rpx;
}

.modal-content .modal-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left:50rpx;
    padding-right:50rpx;

}

.modal-content .modal-ok {
    display: inline-block;
    font-size: 28rpx;
    height: 74rpx;
    line-height: 74rpx;
    background-color: #d0021b;
    padding-left: 40rpx;
    padding-right: 40rpx;
    border-radius: 40rpx;
    color: white;
}

.modal-content .modal-cancel {
    display: inline-block;
    font-size: 28rpx;
    height: 74rpx;
    line-height: 74rpx;
    background-color: #b0b0b0;
    padding-left: 40rpx;
    padding-right: 40rpx;
    border-radius: 40rpx;
    color: white;
}

.banner-image {
    width: 100%;
    height: 290rpx;
}