scanCar.css 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207
  1. .container-view {
  2. height: 100vh;
  3. padding: 32rpx;
  4. }
  5. .clap-info {
  6. padding: 40rpx 32rpx 32rpx;
  7. border-radius: 32rpx;
  8. background-color: #fff;
  9. }
  10. .clap-img,
  11. .input-img {
  12. width: 40rpx;
  13. height: 40rpx;
  14. vertical-align: middle;
  15. }
  16. .clap-title,
  17. .input-title {
  18. color: #2A3A5A;
  19. font-size: 40rpx;
  20. font-weight: 600;
  21. font-family: PingFangSC, PingFang SC;
  22. font-style: normal;
  23. line-height: 40rpx;
  24. margin-left: 16rpx;
  25. }
  26. .clap-text {
  27. color: #828DA2;
  28. font-size: 24rpx;
  29. font-weight: 400;
  30. font-family: PingFangSC, PingFang SC;
  31. font-style: normal;
  32. line-height: 24rpx;
  33. margin-top: 24rpx;
  34. }
  35. .box {
  36. margin-top: 32rpx;
  37. border-radius: 24rpx 24rpx 0 0;
  38. }
  39. .camera {
  40. margin-top: 32rpx;
  41. border-radius: 24rpx 24rpx 0 0;
  42. width: 100%;
  43. height: 622rpx;
  44. }
  45. .camera-img {
  46. margin-top: 32rpx;
  47. border-radius: 24rpx 24rpx 0 0;
  48. width: 100%;
  49. height: 622rpx;
  50. vertical-align: top;
  51. }
  52. .camera-bottom {
  53. height: 178rpx;
  54. /* justify-content: center; */
  55. border-radius: 0rpx 0rpx 24rpx 24rpx;
  56. background-color: #14151A;
  57. }
  58. .no-img {
  59. padding-left: 46rpx;
  60. }
  61. .flash {
  62. margin-right: 154rpx;
  63. }
  64. .flash > img {
  65. width: 54rpx;
  66. height: 54rpx;
  67. }
  68. .camera-button {
  69. width: 114rpx;
  70. height: 114rpx;
  71. }
  72. .retake {
  73. color: #14151A;
  74. font-size: 32rpx;
  75. font-weight: 600;
  76. font-family: PingFangSC, PingFang SC;
  77. text-align: center;
  78. line-height: 32rpx;
  79. font-style: normal;
  80. width: 144rpx;
  81. height: 80rpx;
  82. background: #FFFFFF;
  83. border-radius: 40rpx;
  84. opacity: 0.8;
  85. justify-content: center;
  86. margin-left: 40rpx;
  87. }
  88. .use-photo {
  89. color: #FFFFFF;
  90. font-size: 32rpx;
  91. font-weight: 600;
  92. font-family: PingFangSC, PingFang SC;
  93. text-align: center;
  94. line-height: 32rpx;
  95. font-style: normal;
  96. width: 378rpx;
  97. height: 80rpx;
  98. background: #0074FF;
  99. border-radius: 40rpx;
  100. justify-content: center;
  101. margin-left: 20rpx;
  102. }
  103. .input-info {
  104. margin-top: 24rpx;
  105. padding: 40rpx 32rpx;
  106. border-radius: 32rpx;
  107. background-color: #fff;
  108. }
  109. .right-img {
  110. width: 28rpx;
  111. height: 28rpx;
  112. }
  113. .input-box{
  114. position: fixed;
  115. bottom: 0;
  116. left: 0;
  117. z-index: 10;
  118. height: 100vh;
  119. width: 100%;
  120. background-color: rgba(0,0,0,0.4);
  121. }
  122. .input-view {
  123. border-radius: 32rpx;
  124. background-color: #ffffff;
  125. z-index: 100;
  126. position: fixed;
  127. top: 50%;
  128. left: 50%;
  129. transform: translate(-50%, -50%);
  130. width: 80%;
  131. height: 30%;
  132. }
  133. .close {
  134. font-size: 40rpx;
  135. line-height: 40rpx;
  136. position: fixed;
  137. right: 20rpx;
  138. top: 20rpx;
  139. }
  140. .input-view > input {
  141. border: 2rpx solid #2A3A5A;
  142. border-radius: 24rpx;
  143. width: 80%;
  144. padding: 10rpx;
  145. position: relative;
  146. top: 40%;
  147. left: 50%;
  148. transform: translate(-50%, -50%);
  149. }
  150. .input-button {
  151. position: fixed;
  152. bottom: 30rpx;
  153. }
  154. .close-button {
  155. color: #14151A;
  156. font-size: 32rpx;
  157. font-weight: 600;
  158. font-family: PingFangSC, PingFang SC;
  159. text-align: center;
  160. line-height: 32rpx;
  161. font-style: normal;
  162. width: 144rpx;
  163. height: 80rpx;
  164. border: 2rpx solid #2A3A5A;
  165. border-radius: 40rpx;
  166. opacity: 0.8;
  167. justify-content: center;
  168. margin-left: 40rpx;
  169. }
  170. .use-button {
  171. color: #FFFFFF;
  172. font-size: 32rpx;
  173. font-weight: 600;
  174. font-family: PingFangSC, PingFang SC;
  175. text-align: center;
  176. line-height: 32rpx;
  177. font-style: normal;
  178. width: 378rpx;
  179. height: 80rpx;
  180. background: #0074FF;
  181. border-radius: 40rpx;
  182. justify-content: center;
  183. margin-left: 20rpx;
  184. }