myFile.wxss 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  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. .fu-name {
  56. font-size: 30rpx;
  57. font-weight: bold;
  58. color: #333333;
  59. margin-right: 12rpx;
  60. }
  61. .suer-sex {
  62. width: 30rpx;
  63. height: 30rpx;
  64. }
  65. .img {
  66. width: 30rpx;
  67. height: 30rpx;
  68. }
  69. .fu-date {
  70. font-size: 26rpx;
  71. font-weight: 400;
  72. color: #999999;
  73. }
  74. .f-qrcode {
  75. width: 80rpx;
  76. height: 80rpx;
  77. margin-left: 20rpx;
  78. }
  79. .qrcode-item {
  80. width: 60rpx;
  81. height: 60rpx;
  82. }
  83. .actions {
  84. width: 690rpx;
  85. height: 80rpx;
  86. position: fixed;
  87. bottom: 80rpx;
  88. background-color: #f7f7f7;
  89. }
  90. .handle-btn {
  91. width: 324rpx;
  92. height: 80rpx;
  93. border-radius: 10rpx;
  94. }
  95. .manage-btn {
  96. border: 1rpx solid #333333;
  97. font-size: 26rpx;
  98. font-weight: 400;
  99. color: #333333;
  100. }
  101. .wrapper {
  102. height: 100%;
  103. }
  104. .model {
  105. width: 540rpx;
  106. height: 208rpx;
  107. background: #FFFFFF;
  108. border-radius: 24rpx;
  109. }
  110. .top-title {
  111. font-size: 34rpx;
  112. font-weight: bold;
  113. color: #333333;
  114. text-align: center;
  115. height: 118rpx;
  116. line-height: 118rpx;
  117. border-bottom: 1rpx solid #DDDDDD;
  118. box-sizing:border-box;
  119. }
  120. .btn {
  121. width: 270rpx;
  122. height: 90rpx;
  123. box-sizing: border-box;
  124. font-size: 34rpx;
  125. color: #333333;
  126. }
  127. .w-confirm-btn {
  128. font-weight: bold;
  129. }
  130. .qrcode {
  131. width: 100%;
  132. height: 620rpx;
  133. }
  134. .qrcode-src {
  135. width: 100%;
  136. height: 100%;
  137. }
  138. .my-dialog {
  139. width: 100%;
  140. height: 100%;
  141. position: absolute;
  142. top: 0;
  143. background-color: rgba(0,0,0,0.3);
  144. display: flex;
  145. justify-content: center;
  146. align-items: center;
  147. }
  148. .qr-content {
  149. width: 500rpx;
  150. height: 500rpx;
  151. }