privacy_pop.wxss 810 Bytes
@import '../../app.wxss';
.privacy_view{
    position: fixed; z-index: 110000; background-color: #fff;
    left:50%;top: 50%;border-radius: 10rpx;
    width: 640rpx;margin-left: -320rpx;
    height:940rpx;margin-top: -470rpx;
}
.pri_title{
    color:#333;text-align: center;font-size: 30rpx; margin: 20rpx 0;
}
.pri_content{
    border: 1rpx solid #eee; color:#666; height: 560rpx;width: 600rpx; margin: 0 auto; font-size: 26rpx;
}
.pri_content_p{ width: 560rpx;display: block; margin-top: 20rpx;margin-left: 20rpx;}
.pri_btn{width: 600rpx; margin: 0 auto;margin-top: 20rpx}
.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;
}