myFile.wxss 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200
  1. .myfile-content {
  2. width: 100%;
  3. height: 100%;
  4. background-color: #f7f7f7;
  5. overflow: hidden;
  6. }
  7. .main-content {
  8. width: 690rpx;
  9. height: calc(100% - 180rpx);
  10. margin: 0 auto;
  11. overflow-y: auto;
  12. }
  13. .nodate {
  14. width: 100%;
  15. display: flex;
  16. flex-direction: column;
  17. justify-content: flex-start;
  18. align-items: center;
  19. }
  20. .file-item {
  21. width: 100%;
  22. height: 160rpx;
  23. background: #FFFFFF;
  24. border-radius: 20rpx;
  25. margin-top: 20rpx;
  26. }
  27. .f-left {
  28. width: 70%;
  29. height: 100%;
  30. }
  31. .f-avatar {
  32. width: 80rpx;
  33. height: 80rpx;
  34. border-radius: 50%;
  35. margin: 0 14rpx 0 20rpx;
  36. }
  37. .head-img {
  38. width: 80rpx;
  39. height: 80rpx;
  40. border-radius: 50%;
  41. }
  42. .f-right {
  43. width: 30%
  44. }
  45. .report-text {
  46. padding: 20rpx;
  47. font-size: 26rpx;
  48. font-weight: 400;
  49. color: var(--maincolor);
  50. }
  51. .report-text-fail {
  52. color: #999999;
  53. }
  54. .report-text-success {
  55. color: var(--maincolor);
  56. }
  57. .fu-name {
  58. font-size: 30rpx;
  59. font-weight: bold;
  60. color: #333333;
  61. margin-right: 12rpx;
  62. }
  63. .suer-sex {
  64. width: 30rpx;
  65. height: 30rpx;
  66. }
  67. .img {
  68. width: 30rpx;
  69. height: 30rpx;
  70. }
  71. .fu-date {
  72. font-size: 26rpx;
  73. font-weight: 400;
  74. color: #999999;
  75. }
  76. .f-qrcode {
  77. width: 80rpx;
  78. height: 80rpx;
  79. margin-left: 20rpx;
  80. }
  81. .qrcode-item {
  82. width: 60rpx;
  83. height: 60rpx;
  84. }
  85. .actions {
  86. width: 100%;
  87. height: 100rpx;
  88. position: fixed;
  89. bottom: 60rpx;
  90. background-color: #f7f7f7;
  91. display: flex;
  92. justify-content: space-around;
  93. align-items:center;
  94. }
  95. .handle-btn {
  96. width: 324rpx;
  97. height: 80rpx;
  98. border-radius: 10rpx;
  99. }
  100. .handle-btn-full {
  101. width: 100%;
  102. height: 80rpx;
  103. border-radius: 10rpx;
  104. }
  105. .manage-btn {
  106. font-size: 26rpx;
  107. font-weight: 400;
  108. color: #333333;
  109. }
  110. .wrapper {
  111. height: 100%;
  112. }
  113. .model {
  114. width: 540rpx;
  115. height: 208rpx;
  116. background: #FFFFFF;
  117. border-radius: 24rpx;
  118. }
  119. .top-title {
  120. font-size: 34rpx;
  121. font-weight: bold;
  122. color: #333333;
  123. text-align: center;
  124. height: 118rpx;
  125. line-height: 118rpx;
  126. border-bottom: 1rpx solid #DDDDDD;
  127. box-sizing:border-box;
  128. }
  129. .btn {
  130. width: 270rpx;
  131. height: 90rpx;
  132. box-sizing: border-box;
  133. font-size: 34rpx;
  134. color: #333333;
  135. }
  136. .w-confirm-btn {
  137. font-weight: bold;
  138. }
  139. .qrcode {
  140. width: 100%;
  141. height: 620rpx;
  142. }
  143. .qrcode-src {
  144. width: 100%;
  145. height: 100%;
  146. }
  147. .my-dialog {
  148. width: 100%;
  149. height: 100%;
  150. position: absolute;
  151. top: 0;
  152. background-color: rgba(0,0,0,0.7);
  153. display: flex;
  154. justify-content: center;
  155. align-items: flex-start;
  156. }
  157. .qr-content {
  158. width: 520rpx;
  159. height: 490rpx;
  160. background: #FFFFFF;
  161. border-radius: 20rpx;
  162. margin-top: 320rpx;
  163. position: relative;
  164. }
  165. .qr-title {
  166. padding: 30rpx 0;
  167. text-align: center;
  168. font-size: 30rpx;
  169. font-weight: bold;
  170. color: #333333;
  171. }
  172. .qr-content-img {
  173. width: 360rpx;
  174. height: 360rpx;
  175. margin-left: calc(50% - 180rpx);
  176. }
  177. .qr-close {
  178. width: 70rpx;
  179. height: 126rpx;
  180. position: absolute;
  181. left: calc(50% - 35rpx);
  182. bottom: -125rpx;
  183. display: flex;
  184. flex-direction: column;
  185. justify-content: center;
  186. align-items: center;
  187. }
  188. .ver-line {
  189. width: 4rpx;
  190. height: 56rpx;
  191. background-color: #fff;
  192. }
  193. .qe-close-icon {
  194. width: 70rpx;
  195. height: 70rpx;
  196. border-radius: 50%;
  197. border: 2px solid #fff;
  198. box-sizing: border-box;
  199. }