paySuccess.wxss 1.9 KB
page {
    width: 100%;
    height: 100%;
    background: #fafafa;
}

.page {
    width: 100%;
}
.share{
    height: 86rpx;
    width: 36rpx;
    padding: 26rpx 0;
    box-sizing: border-box
}
.share_btn {
    width: 36rpx!important;
    height: 34rpx!important;
        /* background: transparent; */
        padding: 0;
        margin: 0;
        border: 0 !important;
        color: #222;
        z-index: 999;
        display: flex;
        justify-content: center;
        align-items: center
}
.share_btn image{
    width: 100%;
    height: 100%
}
.two {
    width: 100%;
    height: 380rpx;
    padding: 0 25rpx;
    box-sizing: border-box;
    margin-top: 16rpx;
}

.two_item {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 1);
    border: 1rpx solid rgba(237, 237, 237, 1);
    border-radius: 16rpx;
    padding: 57rpx 0 70rpx 0;
    box-sizing: border-box;
}

.duigoua {
    width: 126rpx;
    height: 110rpx;
    margin: 0 auto;
}
.duigoua image{
    width: 100%;
   height: 100%
}

.pay_success {
    font-size: 32rpx;
    font-family: PingFang SC;
    font-weight: 500;
    color: #ffda44;
    text-align: center;
    margin-top: 19rpx;
}

.price {
    height: 52rpx;
    line-height: 52rpx;
    margin-top: 41rpx;
    font-size: 70rpx;
    font-family: PingFang SC;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    text-align: center;
}

.two_two, .two_three {
    width: 100%;
    height: 80rpx;
    background: #ffda44;
    box-shadow: 0rpx 15rpx 30rpx 0rpx rgba(255,218,68,0.6);
    border-radius: 40rpx;
    text-align: center;
    line-height: 80rpx;
    font-size: 26rpx;
    font-family: PingFang SC;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    margin-top: 80rpx;
}

.two_three {
    color: rgba(51, 51, 51, 1);
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(224, 224, 224, 1);
    margin-top: 36rpx;
    box-shadow: 0 0 0 0 transparent;
}