@import "./common.wxss"; page { background: white; } .loginx { width: 190rpx; height: 204rpx; margin: 139rpx auto 0 auto; } .tip-box { text-align: center; margin-top: 132rpx; display: flex; align-items: center; justify-content: center; } .tip-box .my { font-size: 24rpx; color: #999999; } .tip-box .yin { font-size: 24rpx; color: #00a5fb; } .li1 { width: 276rpx; height: 276rpx; margin: 50rpx auto 0 auto; } .li2 { width: 281rpx; height: 69rpx; margin: 29rpx auto 0 auto; } .li3 { width: 402rpx; height: 48rpx; margin: 29rpx auto 0 auto; } .li4 { width: 313rpx; height: 44rpx; margin: 27rpx auto 0 auto; } .footer-t { font-size: 24rpx; font-family: PingFang SC, PingFang SC-Regular; font-weight: 400; text-align: center; color: #999999; line-height: 40rpx; } .footer-t text { color: #9ddb52; } .welcome { font-size: 40rpx; text-shadow: 0px 0px 0.1px gray; font-weight: 500; } .content { width: 80%; height: 100vh; margin: 0 auto; padding-bottom: 50rpx; box-sizing: border-box; display: flex; flex-direction: column; justify-content: center; } .footer-t1 { margin-top: auto; } .login-info { margin-top: 20%; } .login-info>view>text { margin-left: 10rpx; font-size: 31rpx; letter-spacing: 3rpx; color: #494949; } .input-placeholder { color: #dcdcdc; font-size: 30rpx; } .login-info>view>input { width: 65%; border: none; border-bottom: 1px solid #f5f5f5; padding: 10rpx 200rpx 10rpx 1rpx; z-index: 0; } .yzm { margin-top: 30rpx; } .btnwrap { display: flex; flex-direction: row; align-items: center; margin-top: 30rpx; } .cancel { margin-top: 40rpx; height: 90rpx; display: flex; justify-content: center; align-items: center; color: #101010; width: 100%; border: 1px solid #efefef; border-radius: 46rpx; background-color: #efefef; } .btn-submit { background: #ffdc2f !important; font-size: 32rpx; box-shadow: 0px 0px 8rpx 0px rgba(6, 6, 6, 0.14); display: flex; justify-content: center; align-items: center; color: #1a1a1a !important; border: 1px solid #ffdc2f !important; width: 630rpx; height: 91rpx; border-radius: 46rpx; } .code { font-size: 30rpx; position: absolute; bottom: 15rpx; right: 15rpx; color: #414141; padding: 5rpx; border-left: 1px solid #ececec; padding-left: 15rpx; z-index: 999; } .img-code { width: 35%; height: 85rpx; position: absolute; right: 0; bottom: 0; } .gohome { font-size: 22rpx; color: #999999; margin-top: 5rpx; } .tips { width: 355rpx; height: 98rpx; margin: 131rpx auto 0 auto; } .invitation-code { text-align: center; margin-top: 60rpx; } .invitation-code text { color: #828486; vertical-align: middle; } .invitation-code input { display: inline-block; vertical-align: middle; border: 1px dashed #ffdc2f; height: 60rpx; line-height: 60rpx; border-radius: 10rpx; text-align: left; padding-left: 10rpx; } .app-title { text-align: center; font-size: 48rpx; font-family: PingFang SC, PingFang SC-Bold; font-weight: 700; text-align: center; color: #1a1a1a; } // 登录弹窗 .login-popup { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, .5); transition: all .3s; z-index: 9; .popup-close { display: block; width: 48rpx; height: 48rpx; margin-left: auto; margin-bottom: 20rpx; } .user-info-box { position: absolute; bottom: 0; padding: 60rpx 40rpx 40rpx; width: 750rpx; box-sizing: border-box; background-color: #fff; border-top-left-radius: 30rpx; border-top-right-radius: 30rpx; overflow: hidden; .top-title { display: flex; flex-direction: column; .title { font-size: 36rpx; font-weight: 600; } .tip { margin-top: 10rpx; font-size: 28rpx; color: #aaa; } } .func-box { .avatar-box, .name-box, .phone-box { position: relative; display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 20rpx 0; margin-top: 40rpx; .box-left { .txt { font-size: 30rpx; font-weight: bold; margin-right: 20rpx; } } .box-right { display: flex; align-items: center; text { font-size: 30rpx; color: #333; } } } .avatar-box { justify-content: space-between; image { width: 80rpx; height: 80rpx; border-radius: 50%; } .box-right { text { color: #aaa; margin-left: 10rpx; } } } .name-box { margin-bottom: 20rpx; input { font-size: 30rpx; color: #333; text-align: right; } } .phone-box { .box-right { button { margin-left: 20rpx; border-radius: 10rpx; font-size: 24rpx; background-color: #ffdc2f; color: #000; } } } .avatarBtn { margin: 0; padding: 0; background-color: rgba(0, 0, 0, 0); line-height: inherit; border-radius: 0; border: none; display: flex; justify-content: center; align-items: center; } .avatarBtn::after { border: none; } .avatarBtn .button-hover { background-color: rgba(0, 0, 0, 0); } } .custom-style { // color: #606266; margin: 70rpx auto 30rpx; width: 400rpx; background-color: #ffdc2f; } } }