/* pages/register/register.wxss */ page { background: #f8f8f8; } .nav { position: fixed; z-index: 99; width: 100%; top: 0; .logo { width: 223rpx; } .nav_box { position: relative; display: flex; align-items: center; justify-content: center; padding: 0 32rpx; } } .bg { display: inline-block; width: 100%; height: 943rpx; } .footer { position: relative; margin-top: -72rpx; z-index: 1; width: 100%; height: 580rpx; background: #fff; // background: #000; border-radius: 50rpx 50rpx 0rpx 0rpx; text-align: center; padding-bottom: env(safe-area-inset-bottom); } .footer1 { background: #ffffff; justify-content: center; display: flex; align-items: center; margin: 110rpx 0 36rpx 0; } .title { font-size: 48rpx; font-weight: 400; color: #000000; padding-top: 61rpx; padding-bottom: 40rpx; } .content { width: 450rpx; height: 73rpx; font-size: 26rpx; font-weight: 400; color: #666; margin: auto; } .content text { text-decoration: underline; } .btn_login { width: 540rpx; height: 90rpx; background: #000000; border-radius: 45rpx; color: #fff; line-height: 90rpx; font-size: 32rpx; font-weight: bold; text-align: center; margin: 0; } .btn_login1 { width: 690rpx; height: 90rpx; background: #000000; border-radius: 45rpx; color: #fff; line-height: 90rpx; font-size: 32rpx; font-weight: bold; margin: 110rpx auto 36rpx; text-align: center; } .checked_box { display: flex; align-items: center; justify-content: center; font-size: 26rpx; font-weight: 400; color: #666; height: 46rpx; line-height: 46rpx; } .close { position: absolute; top: 35rpx; right: 35rpx; display: inline-block; width: 48rpx; height: 48rpx; } .icon { display: block; width: 30rpx; height: 30rpx; margin-right: 25rpx; } .info { width: 640rpx; height: 400rpx; background: #ffffff; border-radius: 30rpx; text-align: center; display: flex; flex-direction: column; align-items: center; } .success_icon { width: 120rpx; height: 120rpx; background: #8ee2b1; border-radius: 50%; margin: 48rpx 0 27rpx; } .text { font-size: 32rpx; font-family: PingFang SC; font-weight: bold; color: #000000; margin-left: 48rpx; } .btn_ok { width: 270rpx; height: 90rpx; line-height: 90rpx; background: #000000; border-radius: 45rpx; color: #fff; } .rich { word-break: break-all; white-space: pre-warp; } .skip_footer_box { position: fixed; bottom: 0; z-index: 99; width: 100%; } .skip_footer_box .checked_box { height: 80rpx; } .skip_footer { display: flex; /*align-items: baseline;*/ width: 100%; height: 153rpx; background: #ffffff; box-shadow: 0rpx -3rpx 7rpx 1rpx rgba(173, 191, 207, 0.21); } .skip_foorer_autoBtn { width: 540rpx; height: 90rpx; background: #000000 !important; border-radius: 45rpx; color: #fff; line-height: 90rpx; text-align: center; margin: 21rpx 49rpx 42rpx 30rpx; } .skip_foorer_btn { margin-top: 49rpx; font-size: 32rpx; font-weight: bold; color: #000; }