.identity__bg { width: 100%; min-height: 100%; background: #f3f3f3; } .identity__head { width: 100%; height: 248rpx; background-image: linear-gradient(180deg, #eab86a 0%, #d4932b 100%); } .identity__head image { display: block; width: 201rpx; height: 251rpx; margin: 0 auto; } .identity_wid { width: 100%; padding: 0 20rpx; box-sizing: border-box; } .identity_content { position: relative; width: 100%; background: #fff; padding: 54rpx 30rpx 38rpx; margin-top: 20rpx; box-sizing: border-box; } .identity_content .title { text-align: center; font-size: 28rpx; color: #7f93ae; margin-bottom: 54rpx; } .identity_name, .identity_number { width: 100%; height: 100rpx; background: #f6f9fd; border: 1rpx solid #e5e5e5; padding-left: 30rpx; padding-right: 20rpx; margin-bottom:30rpx; box-sizing: border-box; } .identity_name fl { float: left; } .identity_name text, .identity_number text{ /*display: inline-block;*/ float: left; width: 140rpx; line-height: 100rpx; font-size: 28rpx; color: #7f93ae; } .identity_name input { float: left; width: 160rpx; height: 100rpx; border: none; outline: none; font-size: 28rpx; color: #b8c6d9; } .identity_name .btn { float: right; width: 260rpx; height: 52rpx; background: #fff; border-radius: 26rpx; line-height: 52rpx; font-size: 24rpx; color: #eab86a; border: 1rpx solid #eab86a; box-sizing: border-box; text-align: center; margin-top: 24rpx; } .identity_number input { float: left; width: 440rpx; height: 100rpx; border: none; outline: none; font-size: 28rpx; color: #b8c6d9; } .identity_btn { width: 100%; height: 88rpx; background: #eab86a; border-radius: 8rpx; line-height: 88rpx; text-align: center; font-size: 28rpx; color: #ffffff; } .identity__img { position: absolute; width: 224rpx; height: 162rpx; right: 0; } .identity_headImg { width: 172rpx; height: 172rpx; margin: 0 auto 46rpx; } .identity_headImg image { width: 100%; height: 100%; border-radius: 50%; } .identity_content .info { font-size: 28rpx; color: #7f93ae; text-align: center; margin-bottom: 24rpx; } .overbind{ position: fixed; width: 100%; height: 100%; left: 0; top: 0; background: rgba(0,0,0,0.4); z-index: 9; } .overbind-box{ width: 80%; margin: 30% auto; background: #FFF; border-radius: 4px; text-align: center; padding: 40rpx; box-sizing: border-box; overflow: hidden; } .overbind-txth{ display: block; font-size: 36rpx; font-weight: normal; color: #333; } .overbind-txti{ text-align: left; display: block; padding: 25rpx 0; color: #666; font-size: 30rpx; } .overbind-btn{}