detail.wxss 4.02 KB
@import '../../../vendors/zanui/actionsheet/index.wxss';

.detail-container {
    padding: 30rpx;
}

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

.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;
    display: block;
}

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

.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 {
    display: block;
    width: 100%;
}

.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 .help {
    position: absolute;
    height: 36rpx;
    width: 36rpx;
    line-height: 36rpx;
    border-radius: 18rpx;
    color: #fff;
    font-size: 28rpx;
    right: 30rpx;
    top:50%;
    transform:translateY(-50%);

}

.help-wrapper {
    width: 100rpx;
    height: 100rpx;
    position: absolute;
    right: 0;
}

.top-assist-action {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 28rpx;
}

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

.top-action3 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 420rpx;
}

.width150 {
    width: 150rpx;
}

.width200 {
    width: 220rpx;
}

.width250 {
    width: 250rpx;
}

.width130 {
    width: 130rpx;
    padding: 0 0 !important;
}

.as-bottom {
    font-size: 28rpx;
    height: 50rpx;
    padding: 0 20rpx;
    line-height: 50rpx;
    text-align: center;
    border-radius: 20px;
    color: #fff;
}

.ok {
    background-color: #d0021b;
}

.cancel {
    background-color: #b0b0b0;
}

.confirm {
    background-color: #444444;
}

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

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

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

.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: 30rpx;
    padding-right: 30rpx;
    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:750rpx;
    height:234rpx;
}

.bottom-image {
    width: 750rpx;
    height: 540rpx;
}
.modal-content .btn-info {
    padding: 0 0;
    width: 200rpx;
}