index.wxss 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302
  1. page {
  2. /* padding-bottom: 139rpx; */
  3. background: #F5F5F5;
  4. }
  5. .tips {
  6. width: 750rpx;
  7. height: 82rpx;
  8. background: #FFEBE3;
  9. font-size: 24rpx;
  10. font-family: PingFangSC-Regular, PingFang SC;
  11. font-weight: 400;
  12. color: #FF6300;
  13. line-height: 82rpx;
  14. padding: 0 30rpx;
  15. box-sizing: border-box;
  16. }
  17. .input-content {
  18. height: 116rpx;
  19. font-size: 30rpx;
  20. font-family: PingFangSC-Regular, PingFang SC;
  21. font-weight: 400;
  22. color: #666666;
  23. background: #FFFFFF;
  24. padding: 30rpx;
  25. box-sizing: border-box;
  26. display: flex;
  27. align-items: center;
  28. justify-content: space-between;
  29. border-bottom: 2rpx solid #eee;
  30. }
  31. .input {
  32. flex: 1;
  33. font-size: 30rpx;
  34. font-family: PingFangSC-Regular, PingFang SC;
  35. font-weight: 400;
  36. color: #AAAAAA;
  37. text-align: right;
  38. }
  39. .idphoto {
  40. width: 750rpx;
  41. height: 380rpx;
  42. background: #FFFFFF;
  43. padding: 55rpx 30rpx;
  44. box-sizing: border-box;
  45. margin-bottom: 22rpx;
  46. display: flex;
  47. align-items: center;
  48. justify-content: space-between;
  49. }
  50. .leftid {
  51. width: 320rpx;
  52. height: 269rpx;
  53. font-size: 32rpx;
  54. font-family: PingFangSC-Medium, PingFang SC;
  55. font-weight: 500;
  56. color: #111111;
  57. display: flex;
  58. align-items: center;
  59. justify-content: space-between;
  60. flex-direction: column;
  61. }
  62. .id-img {
  63. width: 320rpx;
  64. height: 194rpx;
  65. /* border: 1rpx dashed #000; */
  66. position: relative;
  67. }
  68. .idCard {
  69. width: 100%;
  70. height: 100%;
  71. border-radius: 20rpx;
  72. position: absolute;
  73. left: 0;
  74. top: 0;
  75. }
  76. .default-img {
  77. width: 100%;
  78. height: 100%;
  79. border-radius: 20rpx;
  80. position: absolute;
  81. left: 0;
  82. top: 0;
  83. }
  84. .smallicon {
  85. width: 108rpx;
  86. height: 108rpx;
  87. position: absolute;
  88. left: 50%;
  89. top: 50%;
  90. margin-left: -54rpx;
  91. margin-top: -54rpx;
  92. }
  93. .zmphoto {
  94. display: flex;
  95. align-items: center;
  96. }
  97. .zmphoto image {
  98. height: 30rpx;
  99. width: 30rpx;
  100. margin-left: 15rpx;
  101. }
  102. /* btn */
  103. .fixed-footer {
  104. position: fixed;
  105. left: 0;
  106. bottom: 0;
  107. width: 100%;
  108. }
  109. .btn-group {
  110. height: 124rpx;
  111. background: #fff;
  112. display: flex;
  113. align-items: center;
  114. justify-content: center;
  115. }
  116. .selfBtn {
  117. display: flex;
  118. height: 88rpx;
  119. width: 690rpx;
  120. align-items: center;
  121. /* box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1); */
  122. background: #0177FF;
  123. border-radius: 10rpx;
  124. justify-content: center;
  125. align-items: center;
  126. font-size: 34rpx;
  127. font-family: SourceHanSansCN-Normal;
  128. font-weight: 400;
  129. color: rgba(255, 254, 254, 1);
  130. }
  131. .message {
  132. height: 100%;
  133. width: 100%;
  134. background: rgba(0, 0, 0, 0.6);
  135. position: fixed;
  136. left: 0;
  137. top: 0;
  138. display: flex;
  139. align-items: center;
  140. justify-content: center;
  141. }
  142. .message-content {
  143. width: 600rpx;
  144. height: 748rpx;
  145. background: #FFFFFF;
  146. border-radius: 30rpx;
  147. display: flex;
  148. align-items: center;
  149. justify-content: center;
  150. flex-direction: column;
  151. }
  152. .message-content image {
  153. width: 114rpx;
  154. height: 137rpx;
  155. }
  156. .message-tips {
  157. font-size: 34rpx;
  158. font-family: PingFangSC-Medium, PingFang SC;
  159. font-weight: bolder;
  160. color: #333333;
  161. margin-top: 53rpx;
  162. }
  163. .message-func {
  164. text-align: center;
  165. font-size: 28rpx;
  166. font-family: PingFangSC-Regular, PingFang SC;
  167. font-weight: 400;
  168. color: #666666;
  169. margin-top: 20rpx;
  170. margin-bottom: 30rpx;
  171. }
  172. .message-number {
  173. font-size: 48rpx;
  174. font-family: PingFangSC-Medium, PingFang SC;
  175. font-weight: 500;
  176. color: #333333;
  177. margin-bottom: 73rpx;
  178. }
  179. .message-btn {
  180. height: 88rpx;
  181. width: 392rpx;
  182. font-size: 34rpx;
  183. font-family: PingFangSC-Medium, PingFang SC;
  184. font-weight: 500;
  185. color: #FFFFFF;
  186. background: #007AFF;
  187. border-radius: 44rpx;
  188. display: flex;
  189. align-items: center;
  190. justify-content: center;
  191. }
  192. .message-btn image {
  193. height: 35rpx;
  194. width: 36rpx;
  195. margin-right: 15rpx;
  196. }
  197. .pass-content {
  198. width: 600rpx;
  199. height: 640rpx;
  200. background: #FFFFFF;
  201. border-radius: 30rpx;
  202. display: flex;
  203. align-items: center;
  204. flex-direction: column;
  205. padding-top: 110rpx;
  206. box-sizing: border-box;
  207. position: relative;
  208. }
  209. .pass-content image {
  210. width: 114rpx;
  211. height: 137rpx;
  212. }
  213. .pass-content .identification-close{
  214. width: 54rpx;
  215. height: 54rpx;
  216. position: absolute;
  217. left: 50%;
  218. bottom: -123rpx;
  219. margin-left: -27rpx;
  220. }
  221. .pass-tips {
  222. font-size: 42rpx;
  223. font-family: PingFangSC-Medium, PingFang SC;
  224. font-weight: bold;
  225. color: #333333;
  226. padding: 0 30rpx;
  227. box-sizing: border-box;
  228. }
  229. .pass-func {
  230. text-align: center;
  231. font-size: 28rpx;
  232. font-family: PingFangSC-Regular, PingFang SC;
  233. font-weight: 400;
  234. color: #666666;
  235. margin-top: 20rpx;
  236. margin-bottom: 30rpx;
  237. }
  238. .pass-number {
  239. font-size: 48rpx;
  240. font-family: PingFangSC-Medium, PingFang SC;
  241. font-weight: 500;
  242. color: #333333;
  243. }
  244. .pass-btn {
  245. height: 88rpx;
  246. width: 392rpx;
  247. font-size: 34rpx;
  248. font-family: PingFangSC-Medium, PingFang SC;
  249. font-weight: 500;
  250. color: #FFFFFF;
  251. background: #007AFF;
  252. border-radius: 44rpx;
  253. display: flex;
  254. align-items: center;
  255. justify-content: center;
  256. margin-top: 73rpx;
  257. }
  258. .pass-btn image {
  259. height: 35rpx;
  260. width: 36rpx;
  261. margin-right: 15rpx;
  262. }
  263. .bg {
  264. background: rgba(1, 119, 255, 0.4);
  265. }