privacy_pop.wxss 850 Bytes
@import '../../app.wxss';
.privacy_view{
    position: fixed; z-index: 220000; background-color: #fff;
    left:50%;top: 50%;border-radius: 10rpx;
    width: 640rpx;margin-left: -320rpx;
    height:780rpx;margin-top: -380rpx;
}
.pri_title{
    color:#333;text-align: center;font-size: 30rpx; margin: 20rpx 0;
}
.pri_content{
    border: 1rpx solid #eee; color:#666; height: 430rpx;width: 600rpx; margin: 0 auto; font-size: 26rpx;
}
.pri_content_p{ width: 560rpx;display: block; margin-top: 20rpx;margin-left: 20rpx; line-height: 48rpx;letter-spacing:5rpx }
.pri_btn{width: 600rpx; margin: 0 auto;margin-top: 30rpx}
.gray {color: #767f8e;}
.continue_btn{
    width: 600rpx;
    height: 94rpx;
    line-height: 94rpx;
    background-color: #f23030;
    border-radius: 48rpx;
    color: rgb(255,255,255);
    font-size: 32rpx;
    margin-top: 40rpx;
}