scanCode.wxss 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  1. /**scan.wxss**/
  2. .mine {
  3. padding-top: 40rpx;
  4. width: 100%;
  5. min-height: 100%;
  6. display: flex;
  7. align-items: center;
  8. justify-content: center;
  9. }
  10. .content {
  11. width: 94%;
  12. border-radius: 10rpx;
  13. display: flex;
  14. flex-direction: column;
  15. align-items: center;
  16. }
  17. .scan-camera {
  18. width: 100%;
  19. height: 100%;
  20. /* border-radius: 6rpx; */
  21. }
  22. .camera-content {
  23. position: relative;
  24. border: 1px solid #0271E3;
  25. width: 500rpx;
  26. height: 500rpx;
  27. }
  28. .cover-corner {
  29. width: 80rpx;
  30. height: 80rpx;
  31. position: absolute;
  32. }
  33. .cover-left-top {
  34. border-top: 6rpx solid #0271E3;
  35. border-left: 6rpx solid #0271E3;
  36. left: -6rpx;
  37. top: -6rpx;
  38. }
  39. .cover-right-top {
  40. border-top: 6rpx solid #0271E3;
  41. border-right: 6rpx solid #0271E3;
  42. right: -6rpx;
  43. top: -6rpx;
  44. }
  45. .cover-left-bottom {
  46. border-left: 6rpx solid #0271E3;
  47. border-bottom: 6rpx solid #0271E3;
  48. left: -6rpx;
  49. bottom: -6rpx;
  50. }
  51. .cover-right-bottom {
  52. border-right: 6rpx solid #0271E3;
  53. border-bottom: 6rpx solid #0271E3;
  54. right: -6rpx;
  55. bottom: -6rpx;
  56. }
  57. .scan-animation {
  58. position: absolute;
  59. top: 10rpx;
  60. left: 10rpx;
  61. width: 480rpx;
  62. height: 8rpx;
  63. background-color: #08FDFE;
  64. border-radius: 50%;
  65. }
  66. .cover-tips {
  67. width: 100%;
  68. text-align: center;
  69. height: 110rpx;
  70. line-height: 110rpx;
  71. font-family: PingFangSC-Regular;
  72. font-size: 32rpx;
  73. color: #333333;
  74. letter-spacing: 0;
  75. border-bottom: 1px solid #F3F3F3;
  76. }
  77. .code-list {
  78. width: 100%;
  79. height: 500rpx;
  80. overflow-y: scroll;
  81. padding: 0 10rpx;
  82. }
  83. .total{
  84. width: 100%;
  85. text-align: right;
  86. }
  87. .list-info {
  88. padding: 20rpx 0;
  89. border-bottom: 1px solid #cac9c9;
  90. font-family: PingFangSC-Regular;
  91. font-size: 28rpx;
  92. color: #333333;
  93. letter-spacing: 0;
  94. display: flex;
  95. justify-content: space-between;
  96. align-items: center;
  97. }
  98. .serial{
  99. width: 70rpx;
  100. text-align: center;
  101. margin-right: 20rpx;
  102. }
  103. .code-popup-title{
  104. text-align: center;
  105. margin-bottom: 30rpx;
  106. }
  107. .phone-list{
  108. flex: 1;
  109. display: flex;
  110. }
  111. .phone-list text{
  112. flex: 1;
  113. }
  114. .delete-button{
  115. width: 80rpx;
  116. text-align: center;
  117. }
  118. .list-info text {
  119. word-break: break-all;
  120. }
  121. .list-info image {
  122. vertical-align: middle;
  123. width: 40rpx;
  124. height: 40rpx;
  125. }
  126. .bottom-btn {
  127. width: 100%;
  128. display: flex;
  129. justify-content: space-between;
  130. align-items: center;
  131. padding: 66rpx 0 58rpx 0;
  132. }
  133. .bottom-btn .btn {
  134. width: 40%;
  135. height: 96rpx;
  136. line-height: 96rpx;
  137. text-align: center;
  138. font-family: PingFangSC-Regular;
  139. font-size: 32rpx;
  140. color: #979797;
  141. letter-spacing: 0;
  142. border: 1px solid #979797;
  143. border-radius: 52rpx;
  144. }
  145. .bottom-btn .btn:nth-child(2) {
  146. background: #0271E3;
  147. color: #FFFFFF;
  148. }
  149. .code-popup{
  150. /* border-radius: 50%; */
  151. }
  152. .vr-code {
  153. width: 600rpx;
  154. min-height: 200rpx;
  155. padding: 40rpx;
  156. background: #FFFFFF;
  157. box-shadow: 0 -1px 8px 0 rgba(0, 0, 0, 0.04);
  158. border-radius: 12px;
  159. position: relative;
  160. padding-bottom: 160rpx;
  161. }
  162. .popup-botton{
  163. width: 100%;
  164. position: absolute;
  165. bottom: 40rpx;
  166. left: 0;
  167. display: flex;
  168. justify-content: space-around;
  169. }
  170. .popup-botton .btn{
  171. width: 216rpx;
  172. height: 96rpx;
  173. line-height: 96rpx;
  174. text-align: center;
  175. font-family: PingFangSC-Regular;
  176. font-size: 32rpx;
  177. color: #666666;
  178. letter-spacing: 0;
  179. border: 1px solid #979797;
  180. border-radius: 52rpx;
  181. }
  182. .popup-botton .add-btn{
  183. background: #0271E3;
  184. color: #FFFFFF;
  185. }