myFile.wxss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  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. background-color: var(--maincolor);
  30. margin: 0 14rpx 0 20rpx;
  31. }
  32. .f-right {
  33. width: 30%
  34. }
  35. .report-text {
  36. padding: 20rpx;
  37. font-size: 26rpx;
  38. font-weight: 400;
  39. color: var(--maincolor);
  40. }
  41. .report-text-fail {
  42. color: #999999;
  43. }
  44. .fu-name {
  45. font-size: 30rpx;
  46. font-weight: bold;
  47. color: #333333;
  48. margin-right: 12rpx;
  49. }
  50. .suer-sex {
  51. width: 30rpx;
  52. height: 30rpx;
  53. }
  54. .img {
  55. width: 30rpx;
  56. height: 30rpx;
  57. }
  58. .fu-date {
  59. font-size: 26rpx;
  60. font-weight: 400;
  61. color: #999999;
  62. }
  63. .f-qrcode {
  64. width: 80rpx;
  65. height: 80rpx;
  66. margin-left: 20rpx;
  67. }
  68. .qrcode-item {
  69. width: 60rpx;
  70. height: 60rpx;
  71. }
  72. .actions {
  73. width: 690rpx;
  74. height: 80rpx;
  75. position: fixed;
  76. bottom: 80rpx;
  77. background-color: #f7f7f7;
  78. }
  79. .handle-btn {
  80. width: 324rpx;
  81. height: 80rpx;
  82. border-radius: 10rpx;
  83. }
  84. .manage-btn {
  85. border: 1rpx solid #333333;
  86. font-size: 26rpx;
  87. font-weight: 400;
  88. color: #333333;
  89. }
  90. .wrapper {
  91. height: 100%;
  92. }
  93. .model {
  94. width: 540rpx;
  95. height: 208rpx;
  96. background: #FFFFFF;
  97. border-radius: 24rpx;
  98. }
  99. .top-title {
  100. font-size: 34rpx;
  101. font-weight: bold;
  102. color: #333333;
  103. text-align: center;
  104. height: 118rpx;
  105. line-height: 118rpx;
  106. border-bottom: 1rpx solid #DDDDDD;
  107. box-sizing:border-box;
  108. }
  109. .btn {
  110. width: 270rpx;
  111. height: 90rpx;
  112. box-sizing: border-box;
  113. font-size: 34rpx;
  114. color: #333333;
  115. }
  116. .w-confirm-btn {
  117. font-weight: bold;
  118. }
  119. .qrcode {
  120. width: 100%;
  121. height: 620rpx;
  122. }
  123. .qrcode-src {
  124. width: 100%;
  125. height: 100%;
  126. }