index.less 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  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. .bg{
  11. position:absolute;
  12. left:0;
  13. top:0;
  14. width:750rpx;
  15. height: 174rpx;
  16. z-index: -1;
  17. }
  18. .process-box{
  19. width: 100%;
  20. height: 100%;
  21. padding-left: 70rpx;
  22. padding-top: 30rpx;
  23. box-sizing: border-box;
  24. .row{
  25. display: flex;
  26. }
  27. .user-tip{
  28. width: 22rpx;
  29. height: 28rpx;
  30. margin-right: 20rpx;
  31. }
  32. .title{
  33. font-size: 24rpx;
  34. }
  35. .desc{
  36. font-size: 20rpx;
  37. margin-left: 42rpx;
  38. margin-top: 15rpx;
  39. }
  40. }
  41. }
  42. .input-box{
  43. padding: 66rpx 70rpx 46rpx;
  44. .row{
  45. display: flex;
  46. align-items: center;
  47. .user{
  48. width:32rpx;
  49. margin-right: 10rpx;
  50. margin-left: 10rpx;
  51. }
  52. .idcode{
  53. width:52rpx;
  54. }
  55. .input{
  56. border-bottom: 1px solid #bfbfbf;
  57. flex-grow: 1;
  58. }
  59. }
  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. .card-box{
  69. position: relative;
  70. .addImg{
  71. position: absolute;
  72. left: 0;
  73. top: 50%;
  74. transform: translateX(-50%) translateY(-50%);
  75. width:88rpx;
  76. height:88rpx;
  77. }
  78. .idCard{
  79. width: 297rpx;
  80. height: 169rpx;
  81. }
  82. }
  83. .text{
  84. display: flex;
  85. align-items: center;
  86. flex-grow: 1;
  87. text-align: left;
  88. color: #494949;
  89. font-size: 24rpx;
  90. }
  91. .circle{
  92. display: block;
  93. width: 25rpx;
  94. height: 25rpx;
  95. flex: 0 0 auto;
  96. border-radius: 50%;
  97. text-align: center;
  98. line-height: 23rpx;
  99. border: 1rpx solid #323232;
  100. &.left{
  101. margin-left: 40rpx;
  102. }
  103. }
  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. }