page { background-color: #f4f4f6; } .loginTop { background-color: #5283ea; width: 100%; height: 200rpx; border-radius: 0 0 80rpx 80rpx; } .loginCont { padding: 0 40rpx; box-sizing: border-box; position: absolute; top: 40rpx; width: 100%; z-index: 99; } .loginCont-back { background-color: #ffffff; border-radius: 20rpx; padding: 40rpx 40rpx 20rpx; box-sizing: border-box; } .loginCont-title-name { color: #525252; } .loginCont-title-text { font-size: 40rpx; margin-top: 15rpx; position: relative; display: inline-block; padding-bottom: 20rpx; } .loginCont-title-text::after { position: absolute; content: ''; background-color: #5283ea; width: 100%; height: 8rpx; left: 0; bottom: 0; border-radius: 80rpx; } .loginCont-see-img { width: 100%; margin: 80rpx 0 60rpx; } .loginCont-see-btn { width: 100%; } .loginCont-see-go { height: 98rpx; line-height: 98rpx !important; text-align: center; border-radius: 90rpx; margin-bottom: 40rpx; font-size: 32rpx !important; border: 2rpx solid #5283ea; width: 100% !important; } .loginCont-see-blue { background-color: #5283ea; color: #ffffff; padding: 0 !important; font-weight: normal; border: none; height: 104rpx !important; } .loginCont-see-blue[disabled] { border-color: transparent; } .loginCont-see-white { color: #5283ea; } .logo { position: absolute; z-index: 1; right: -120rpx; bottom: 18%; } /* 协议 */ .agreement { font-size: 26rpx; color: #9d9d9d; margin: 20rpx 0; display: flex; } .radioGroup { transform: scale(.6); width: 55rpx; text-align: left; } .agreement-text { width: calc(100% - 55rpx); line-height: 48rpx; } .agreement-text navigator, .agreement-text view { color: #3b7cff; display: inline-block; }