.db { display: flex; align-items: center; width: 100%; height: 78rpx; background: rgba(238, 238, 238, 1); } .db image { width: 32rpx; height: 32rpx; padding-left: 30rpx; } .db text { font-size: 30rpx; font-family: SourceHanSansCN-Regular; font-weight: 400; color: rgba(102, 102, 102, 1); padding-left: 20rpx; } .input-box { display: flex; align-items: center; width: 100%; height: 79rpx; border-bottom: 2rpx solid rgba(221, 221, 221, 1); padding-left: 82rpx; } .input-box input { font-size: 26rpx; font-family: SourceHanSansCN-Regular; font-weight: 400; color: rgba(153, 153, 153, 1); } .idphoto { display: flex; width: 100%; height: 278rpx; flex-direction: row; align-items: center; justify-content: space-around; flex: 1 0 auto; } .idphoto .leftid { display: flex; flex-direction: column; align-items: center; width: 300rpx; height: 206rpx; border: 2px solid rgba(204, 204, 204, 1); border-radius: 12px; } .idphoto .leftid .smallicon { width: 64rpx; height: 45rpx; padding-top: 60rpx; } .idCard{ width: 100%; height: 100%; border-radius: 12px; } .idphoto .leftid .zmphoto { font-size: 22rpx; font-family: SourceHanSansCN-Regular; font-weight: 400; color: rgba(204, 204, 204, 1); padding-top: 29rpx; } .idphoto .leftid1 { display: flex; flex-direction: column; align-items: center; width: 300rpx; height: 206rpx; border: 2px solid rgba(204, 204, 204, 1); border-radius: 12px; } .idphoto .leftid1 .display { width: 179rpx; height: 100%; } .idphoto .shouchi { display: flex; flex-direction: column; align-items: center; width: 300rpx; height: 206rpx; border: 2px solid rgba(204, 204, 204, 1); border-radius: 12px; } .idphoto .shouchi .othersmallicon { width: 48rpx; height: 50rpx; padding-top: 60rpx; } .idphoto .shouchi .zmphoto { font-size: 22rpx; font-family: SourceHanSansCN-Regular; font-weight: 400; color: rgba(204, 204, 204, 1); padding-top: 29rpx; } .bor { display: flex; align-items: center; flex-direction: column; width: 100%; margin-top: 45rpx; font-size: 19rpx; font-family: SourceHanSansCN-Regular; font-weight: 400; color: rgba(187, 187, 187, 1); } /* 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); }