myFile.wxss 3.0 KB

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