index.wxss 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  1. .db {
  2. display: flex;
  3. align-items: center;
  4. width: 100%;
  5. height: 78rpx;
  6. background: rgba(238, 238, 238, 1);
  7. }
  8. .db image {
  9. width: 32rpx;
  10. height: 32rpx;
  11. padding-left: 30rpx;
  12. }
  13. .db text {
  14. font-size: 30rpx;
  15. font-family: SourceHanSansCN-Regular;
  16. font-weight: 400;
  17. color: rgba(102, 102, 102, 1);
  18. padding-left: 20rpx;
  19. }
  20. .input-box {
  21. display: flex;
  22. align-items: center;
  23. width: 100%;
  24. height: 79rpx;
  25. border-bottom: 2rpx solid rgba(221, 221, 221, 1);
  26. padding-left: 82rpx;
  27. }
  28. .input-box input {
  29. font-size: 26rpx;
  30. font-family: SourceHanSansCN-Regular;
  31. font-weight: 400;
  32. color: rgba(153, 153, 153, 1);
  33. }
  34. .idphoto {
  35. display: flex;
  36. width: 100%;
  37. height: 278rpx;
  38. flex-direction: row;
  39. align-items: center;
  40. justify-content: space-around;
  41. flex: 1 0 auto;
  42. }
  43. .idphoto .leftid {
  44. display: flex;
  45. flex-direction: column;
  46. align-items: center;
  47. width: 300rpx;
  48. height: 206rpx;
  49. border: 2px solid rgba(204, 204, 204, 1);
  50. border-radius: 12px;
  51. }
  52. .idphoto .leftid .smallicon {
  53. width: 64rpx;
  54. height: 45rpx;
  55. padding-top: 60rpx;
  56. }
  57. .idCard{
  58. width: 100%;
  59. height: 100%;
  60. border-radius: 12px;
  61. }
  62. .idphoto .leftid .zmphoto {
  63. font-size: 22rpx;
  64. font-family: SourceHanSansCN-Regular;
  65. font-weight: 400;
  66. color: rgba(204, 204, 204, 1);
  67. padding-top: 29rpx;
  68. }
  69. .idphoto .leftid1 {
  70. display: flex;
  71. flex-direction: column;
  72. align-items: center;
  73. width: 300rpx;
  74. height: 206rpx;
  75. border: 2px solid rgba(204, 204, 204, 1);
  76. border-radius: 12px;
  77. }
  78. .idphoto .leftid1 .display {
  79. width: 179rpx;
  80. height: 100%;
  81. }
  82. .idphoto .shouchi {
  83. display: flex;
  84. flex-direction: column;
  85. align-items: center;
  86. width: 300rpx;
  87. height: 206rpx;
  88. border: 2px solid rgba(204, 204, 204, 1);
  89. border-radius: 12px;
  90. }
  91. .idphoto .shouchi .othersmallicon {
  92. width: 48rpx;
  93. height: 50rpx;
  94. padding-top: 60rpx;
  95. }
  96. .idphoto .shouchi .zmphoto {
  97. font-size: 22rpx;
  98. font-family: SourceHanSansCN-Regular;
  99. font-weight: 400;
  100. color: rgba(204, 204, 204, 1);
  101. padding-top: 29rpx;
  102. }
  103. .bor {
  104. display: flex;
  105. align-items: center;
  106. flex-direction: column;
  107. width: 100%;
  108. margin-top: 45rpx;
  109. font-size: 19rpx;
  110. font-family: SourceHanSansCN-Regular;
  111. font-weight: 400;
  112. color: rgba(187, 187, 187, 1);
  113. }
  114. /* btn */
  115. .fixed-footer {
  116. position: fixed;
  117. left: 0;
  118. bottom: 0;
  119. width: 100%;
  120. }
  121. .btn-group {
  122. height: 124rpx;
  123. background: #fff;
  124. display: flex;
  125. align-items: center;
  126. justify-content: center;
  127. }
  128. .selfBtn {
  129. display: flex;
  130. height: 88rpx;
  131. width: 690rpx;
  132. align-items: center;
  133. /* box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1); */
  134. background: #0177FF;
  135. border-radius: 10rpx;
  136. justify-content: center;
  137. align-items: center;
  138. font-size: 34rpx;
  139. font-family: SourceHanSansCN-Normal;
  140. font-weight: 400;
  141. color: rgba(255, 254, 254, 1);
  142. }