| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163 |
- .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);
- }
|