index.wxss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. page {
  2. background: #fff;
  3. font-size: 28rpx;
  4. }
  5. .process {
  6. position: relative;
  7. height: 174rpx;
  8. box-sizing: border-box;
  9. color: #fff;
  10. }
  11. .process .bg {
  12. position: absolute;
  13. left: 0;
  14. top: 0;
  15. width: 750rpx;
  16. height: 174rpx;
  17. z-index: -1;
  18. }
  19. .process .process-box {
  20. width: 100%;
  21. height: 100%;
  22. padding-left: 70rpx;
  23. padding-top: 30rpx;
  24. box-sizing: border-box;
  25. }
  26. .process .process-box .row {
  27. display: flex;
  28. }
  29. .process .process-box .user-tip {
  30. width: 22rpx;
  31. height: 28rpx;
  32. margin-right: 20rpx;
  33. }
  34. .process .process-box .title {
  35. font-size: 24rpx;
  36. }
  37. .process .process-box .desc {
  38. font-size: 20rpx;
  39. margin-left: 42rpx;
  40. margin-top: 15rpx;
  41. }
  42. .input-box {
  43. padding: 66rpx 70rpx 46rpx;
  44. }
  45. .input-box .row {
  46. display: flex;
  47. align-items: center;
  48. }
  49. .input-box .row .user {
  50. width: 32rpx;
  51. margin-right: 10rpx;
  52. margin-left: 10rpx;
  53. }
  54. .input-box .row .idcode {
  55. width: 52rpx;
  56. }
  57. .input-box .row .input {
  58. border-bottom: 1px solid #bfbfbf;
  59. flex-grow: 1;
  60. }
  61. .id-container {
  62. padding: 0 50rpx 0 90rpx;
  63. }
  64. .idBox {
  65. display: flex;
  66. align-items: center;
  67. justify-content: space-between;
  68. }
  69. .idBox .card-box {
  70. position: relative;
  71. }
  72. .idBox .card-box .addImg {
  73. position: absolute;
  74. left: 0;
  75. top: 50%;
  76. transform: translateX(-50%) translateY(-50%);
  77. width: 88rpx;
  78. height: 88rpx;
  79. }
  80. .idBox .card-box .idCard {
  81. width: 297rpx;
  82. height: 169rpx;
  83. }
  84. .idBox .text {
  85. display: flex;
  86. align-items: center;
  87. flex-grow: 1;
  88. text-align: left;
  89. color: #494949;
  90. font-size: 24rpx;
  91. }
  92. .idBox .circle {
  93. display: block;
  94. width: 25rpx;
  95. height: 25rpx;
  96. flex: 0 0 auto;
  97. border-radius: 50%;
  98. text-align: center;
  99. line-height: 23rpx;
  100. border: 1rpx solid #323232;
  101. }
  102. .idBox .circle.left {
  103. margin-left: 40rpx;
  104. }
  105. .save {
  106. width: 604rpx;
  107. height: 80rpx;
  108. line-height: 80rpx;
  109. margin-top: 83rpx;
  110. margin-bottom: 30rpx;
  111. background-color: #599ed6;
  112. border-radius: 37rpx;
  113. font-size: 38rpx;
  114. color: #fff;
  115. }