wallet.wxss 2.3 KB
.wall {
    height: 300rpx;
    background-image: url(https://nuoche3.brofirst.cn/assets/images/salebg.png);
    background-repeat: no-repeat;
    background-size: 100% 300rpx;
    color: #ffffff;

}

.title {
    padding-top: 25rpx;
    font-size: 24rpx;
    font-family: PingFangSC, PingFangSC-Medium;
    line-height: 34rpx;

}

.allmoney {
    margin-top: 12rpx;
    font-size: 60rpx;
    font-family: DINAlternate, DINAlternate-Bold;
    font-weight: 700;
    line-height: 70rpx;
}

.ce {
    text-align: center;
}

.wall_wrap {
    margin-top: 38rpx;
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.wall_wrap_flex {
    flex: 1;
    font-size: 24rpx;
}
.f_s{
    font-size: 36rpx;
}
.line {
    border-right: 1rpx solid #ffffff;
}

.btn {
    margin: 20rpx auto;
    width: 416rpx;
    height: 80rpx;
    line-height: 80rpx;
    background: #4f4b48;
    font-size: 28rpx;
    color: #fff;
    border-radius: 40rpx;
    box-shadow: 0rpx 4rpx 24rpx 0rpx rgba(79, 75, 72, 0.16);
}

/* 服务 */
.service{
margin: 90rpx 32rpx;

}
.myservice{
    margin-bottom: 30rpx;
    padding: 0 10rpx;
    height: 24rpx;
    border-left: 6rpx solid #2CC274;
}
.myservice_list{
    height: 88rpx;
}
.myservice_left image{
    width: 44rpx;
    height: 44rpx;
    margin-right: 16rpx;
}
.myservice_right{
    width: 36rpx;
    height: 36rpx;

}




.box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 72rpx 40rpx 32rpx 40rpx;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 32rpx;
    margin-top: 50rpx;
}

.img {
    width: 106rpx;
    height: 104rpx;
}

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

.jiage {
    font-weight: bold;
    color: rgba(6, 18, 31, 1);
    font-size: 68rpx;
    margin-top: 72rpx;
}

.zonsr {
    color: rgba(140, 145, 152, 1);
    font-size: 24rpx;
}

.bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100rpx;
    background: #0071FD;
    color: #ffffff;
    /* box-shadow: 0px 6rpx 24rpx 0px rgba(255, 210, 69, 0.73); */
    border-radius: 50rpx;
    margin-top: 72rpx;
    font-size: 28rpx;
    font-weight: 600;
}

.synr {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(253, 126, 0, 1);
    font-size: 28rpx;
    margin-top: 32rpx;
}