myFile.wxss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  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. .file-item {
  15. width: 100%;
  16. height: 160rpx;
  17. background: #FFFFFF;
  18. border-radius: 20rpx;
  19. margin-top: 20rpx;
  20. }
  21. .f-left {
  22. width: 70%;
  23. height: 100%;
  24. }
  25. .f-avatar {
  26. width: 80rpx;
  27. height: 80rpx;
  28. border-radius: 50%;
  29. margin: 0 14rpx 0 20rpx;
  30. }
  31. .head-img {
  32. width: 80rpx;
  33. height: 80rpx;
  34. border-radius: 50%;
  35. }
  36. .f-right {
  37. width: 30%
  38. }
  39. .report-text {
  40. padding: 20rpx;
  41. font-size: 26rpx;
  42. font-weight: 400;
  43. color: var(--maincolor);
  44. }
  45. .report-text-fail {
  46. color: #999999;
  47. }
  48. .fu-name {
  49. font-size: 30rpx;
  50. font-weight: bold;
  51. color: #333333;
  52. margin-right: 12rpx;
  53. }
  54. .suer-sex {
  55. width: 30rpx;
  56. height: 30rpx;
  57. }
  58. .img {
  59. width: 30rpx;
  60. height: 30rpx;
  61. }
  62. .fu-date {
  63. font-size: 26rpx;
  64. font-weight: 400;
  65. color: #999999;
  66. }
  67. .f-qrcode {
  68. width: 80rpx;
  69. height: 80rpx;
  70. margin-left: 20rpx;
  71. }
  72. .qrcode-item {
  73. width: 60rpx;
  74. height: 60rpx;
  75. }
  76. .actions {
  77. width: 690rpx;
  78. height: 80rpx;
  79. position: fixed;
  80. bottom: 80rpx;
  81. background-color: #f7f7f7;
  82. }
  83. .handle-btn {
  84. width: 324rpx;
  85. height: 80rpx;
  86. border-radius: 10rpx;
  87. }
  88. .manage-btn {
  89. border: 1rpx solid #333333;
  90. font-size: 26rpx;
  91. font-weight: 400;
  92. color: #333333;
  93. }
  94. .wrapper {
  95. height: 100%;
  96. }
  97. .model {
  98. width: 540rpx;
  99. height: 208rpx;
  100. background: #FFFFFF;
  101. border-radius: 24rpx;
  102. }
  103. .top-title {
  104. font-size: 34rpx;
  105. font-weight: bold;
  106. color: #333333;
  107. text-align: center;
  108. height: 118rpx;
  109. line-height: 118rpx;
  110. border-bottom: 1rpx solid #DDDDDD;
  111. box-sizing:border-box;
  112. }
  113. .btn {
  114. width: 270rpx;
  115. height: 90rpx;
  116. box-sizing: border-box;
  117. font-size: 34rpx;
  118. color: #333333;
  119. }
  120. .w-confirm-btn {
  121. font-weight: bold;
  122. }
  123. .qrcode {
  124. width: 100%;
  125. height: 620rpx;
  126. }
  127. .qrcode-src {
  128. width: 100%;
  129. height: 100%;
  130. }
  131. .my-dialog {
  132. width: 100%;
  133. height: 100%;
  134. position: absolute;
  135. top: 0;
  136. background-color: rgba(0,0,0,0.3);
  137. display: flex;
  138. justify-content: center;
  139. align-items: center;
  140. }
  141. .qr-content {
  142. width: 500rpx;
  143. height: 500rpx;
  144. }