myFile.wxss 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  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: 80rpx;
  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. .manage-btn {
  99. border: 1rpx solid #333333;
  100. font-size: 26rpx;
  101. font-weight: 400;
  102. color: #333333;
  103. }
  104. .wrapper {
  105. height: 100%;
  106. }
  107. .model {
  108. width: 540rpx;
  109. height: 208rpx;
  110. background: #FFFFFF;
  111. border-radius: 24rpx;
  112. }
  113. .top-title {
  114. font-size: 34rpx;
  115. font-weight: bold;
  116. color: #333333;
  117. text-align: center;
  118. height: 118rpx;
  119. line-height: 118rpx;
  120. border-bottom: 1rpx solid #DDDDDD;
  121. box-sizing:border-box;
  122. }
  123. .btn {
  124. width: 270rpx;
  125. height: 90rpx;
  126. box-sizing: border-box;
  127. font-size: 34rpx;
  128. color: #333333;
  129. }
  130. .w-confirm-btn {
  131. font-weight: bold;
  132. }
  133. .qrcode {
  134. width: 100%;
  135. height: 620rpx;
  136. }
  137. .qrcode-src {
  138. width: 100%;
  139. height: 100%;
  140. }
  141. .my-dialog {
  142. width: 100%;
  143. height: 100%;
  144. position: absolute;
  145. top: 0;
  146. background-color: rgba(0,0,0,0.3);
  147. display: flex;
  148. justify-content: center;
  149. align-items: center;
  150. }
  151. .qr-content {
  152. width: 500rpx;
  153. height: 500rpx;
  154. }