| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115 |
- page {
- background: #fff;
- font-size: 28rpx;
- }
- .process {
- position: relative;
- height: 174rpx;
- box-sizing: border-box;
- color: #fff;
- }
- .process .bg {
- position: absolute;
- left: 0;
- top: 0;
- width: 750rpx;
- height: 174rpx;
- z-index: -1;
- }
- .process .process-box {
- width: 100%;
- height: 100%;
- padding-left: 70rpx;
- padding-top: 30rpx;
- box-sizing: border-box;
- }
- .process .process-box .row {
- display: flex;
- }
- .process .process-box .user-tip {
- width: 22rpx;
- height: 28rpx;
- margin-right: 20rpx;
- }
- .process .process-box .title {
- font-size: 24rpx;
- }
- .process .process-box .desc {
- font-size: 20rpx;
- margin-left: 42rpx;
- margin-top: 15rpx;
- }
- .input-box {
- padding: 66rpx 70rpx 46rpx;
- }
- .input-box .row {
- display: flex;
- align-items: center;
- }
- .input-box .row .user {
- width: 32rpx;
- margin-right: 10rpx;
- margin-left: 10rpx;
- }
- .input-box .row .idcode {
- width: 52rpx;
- }
- .input-box .row .input {
- border-bottom: 1px solid #bfbfbf;
- flex-grow: 1;
- }
- .id-container {
- padding: 0 50rpx 0 90rpx;
- }
- .idBox {
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .idBox .card-box {
- position: relative;
- }
- .idBox .card-box .addImg {
- position: absolute;
- left: 0;
- top: 50%;
- transform: translateX(-50%) translateY(-50%);
- width: 88rpx;
- height: 88rpx;
- }
- .idBox .card-box .idCard {
- width: 297rpx;
- height: 169rpx;
- }
- .idBox .text {
- display: flex;
- align-items: center;
- flex-grow: 1;
- text-align: left;
- color: #494949;
- font-size: 24rpx;
- }
- .idBox .circle {
- display: block;
- width: 25rpx;
- height: 25rpx;
- flex: 0 0 auto;
- border-radius: 50%;
- text-align: center;
- line-height: 23rpx;
- border: 1rpx solid #323232;
- }
- .idBox .circle.left {
- margin-left: 40rpx;
- }
- .save {
- width: 604rpx;
- height: 80rpx;
- line-height: 80rpx;
- margin-top: 83rpx;
- margin-bottom: 30rpx;
- background-color: #599ed6;
- border-radius: 37rpx;
- font-size: 38rpx;
- color: #fff;
- }
|