alert.wxss 1.2 KB
.cover {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 110rpx;
    z-index: 100;
}


.alert {
    width: 658rpx;
    height: 500rpx;
    background: #FFFFFF;
    border-radius: 16rpx;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.icon-alert {
    margin: 106rpx 0 50rpx;
    width: 100rpx;
    height: 100rpx;
    background: url('https://hbrand.oss-cn-hangzhou.aliyuncs.com/BUSINESS/CPP/weilong/icon_alert.png') no-repeat center / cover;
}

.icon-close {
    background: url('https://hbrand.oss-cn-hangzhou.aliyuncs.com/BUSINESS/CPP/weilong/icon_close.png') no-repeat center / cover;
    width: 60rpx;
    height: 60rpx;
    position: absolute;
    bottom: -110rpx;
    left: calc(50% - 30rpx);
}

.content {
    width: 600rpx;
    font-weight: 400;
    font-size: 34rpx;
    color: #333333;
    letter-spacing: 0;
    text-align: center;

}

.user-id {
    width: 100%;
    font-weight: 400;
    font-size: 28rpx;
    color: #999999;
    text-align: center;
    position: absolute;
    bottom: 34rpx;
}