page { padding-bottom: 139rpx; } .tips { width: 100%; height: 82rpx; background-color: #007AFF; color: #fff; font-size: 26rpx; font-family: PingFangSC-Semibold, PingFang SC; font-weight: 600; line-height: 82rpx; text-align: center; } .input-content { height: 116rpx; font-size: 30rpx; font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; color: #666666; background: #FFFFFF; padding: 30rpx; box-sizing: border-box; display: flex; align-items: center; justify-content: space-between; border-bottom: 2rpx solid #eee; } .input { flex: 1; text-align: right; } .idphoto { display: flex; align-items: center; justify-content: center; flex-direction: column; } .leftid { width: 630rpx; height: 360rpx; border: 1rpx dashed #000; margin-top: 60rpx; display: flex; align-items: center; justify-content: center; } .id-img { width: 592rpx; height: 322rpx; border: 1rpx dashed #000; position: relative; } .idCard { width: 590rpx; height: 320rpx; position: absolute; left: 1rpx; top: 1rpx; } .smallicon { width: 590rpx; height: 320rpx; position: absolute; left: 1rpx; top: 1rpx; } /* btn */ .fixed-footer { position: fixed; left: 0; bottom: 0; width: 100%; } .btn-group { height: 124rpx; background: #fff; display: flex; align-items: center; justify-content: center; } .selfBtn { display: flex; height: 88rpx; width: 690rpx; align-items: center; /* box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1); */ background: #0177FF; border-radius: 10rpx; justify-content: center; align-items: center; font-size: 34rpx; font-family: SourceHanSansCN-Normal; font-weight: 400; color: rgba(255, 254, 254, 1); } .message { height: 100%; width: 100%; background: rgba(0, 0, 0, 0.6); position: fixed; left: 0; top: 0; display: flex; align-items: center; justify-content: center; } .message-content { width: 600rpx; height: 748rpx; background: #FFFFFF; border-radius: 30rpx; display: flex; align-items: center; justify-content: center; flex-direction: column; } .message-content image { width: 114rpx; height: 137rpx; } .message-tips { font-size: 34rpx; font-family: PingFangSC-Medium, PingFang SC; font-weight: bolder; color: #333333; margin-top: 53rpx; } .message-func { text-align: center; font-size: 28rpx; font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; color: #666666; margin-top: 20rpx; margin-bottom: 30rpx; } .message-number { font-size: 48rpx; font-family: PingFangSC-Medium, PingFang SC; font-weight: 500; color: #333333; margin-bottom: 73rpx; } .message-btn { height: 88rpx; width: 392rpx; font-size: 34rpx; font-family: PingFangSC-Medium, PingFang SC; font-weight: 500; color: #FFFFFF; background: #007AFF; border-radius: 44rpx; display: flex; align-items: center; justify-content: center; } .message-btn image { height: 35rpx; width: 36rpx; margin-right: 15rpx; } .bg { background: rgba(1, 119, 255, 0.4); }