handleFile.wxss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. /* pages/handleFile/handleFile.wxss */
  2. .handle-file-content {
  3. width: 100%;
  4. height: 100%;
  5. background-color: #f7f7f7;
  6. overflow-y: auto;
  7. position: relative;
  8. }
  9. .main-content {
  10. width: 690rpx;
  11. /* min-height: 100%; */
  12. margin: 0 auto;
  13. padding-bottom: 180rpx;
  14. }
  15. .file-item {
  16. width: 100%;
  17. height: 160rpx;
  18. background: #FFFFFF;
  19. border-radius: 20rpx;
  20. margin-top: 20rpx;
  21. }
  22. .f-left {
  23. width: 100%;
  24. height: 100%;
  25. }
  26. .f-radio {
  27. width: 40rpx;
  28. height: 40rpx;
  29. border: 2rpx solid #DDDDDD;
  30. border-radius: 50%;
  31. margin-left: 20rpx;
  32. }
  33. .f-radio-active {
  34. background-color: var(--maincolor);
  35. border-color: var(--maincolor);
  36. }
  37. .f-avatar {
  38. width: 80rpx;
  39. height: 80rpx;
  40. border-radius: 50%;
  41. margin: 0 14rpx 0 20rpx;
  42. }
  43. .head-img {
  44. width: 100%;
  45. height: 100%;
  46. border-radius: 50%;
  47. }
  48. .report-text {
  49. padding: 20rpx;
  50. font-size: 26rpx;
  51. font-weight: 400;
  52. color: var(--maincolor);
  53. }
  54. .fu-name {
  55. font-size: 30rpx;
  56. font-weight: bold;
  57. color: #333333;
  58. margin-right: 12rpx;
  59. }
  60. .suer-sex {
  61. width: 30rpx;
  62. height: 30rpx;
  63. }
  64. .img {
  65. width: 30rpx;
  66. height: 30rpx;
  67. }
  68. .fu-date {
  69. font-size: 26rpx;
  70. font-weight: 400;
  71. color: #999999;
  72. }
  73. .f-qrcode {
  74. width: 80rpx;
  75. height: 80rpx;
  76. margin-left: 20rpx;
  77. }
  78. .qrcode-item {
  79. width: 60rpx;
  80. height: 60rpx;
  81. }
  82. .actions {
  83. width: 690rpx;
  84. height: 80rpx;
  85. position: fixed;
  86. bottom: 80rpx;
  87. background-color: #f7f7f7;
  88. }
  89. .handle-btn {
  90. width: 100%;
  91. height: 80rpx;
  92. border-radius: 10rpx;
  93. }
  94. .wrapper {
  95. height: 100%;
  96. }
  97. .model {
  98. width: 540rpx;
  99. height: 280rpx;
  100. background: #FFFFFF;
  101. border-radius: 24rpx;
  102. }
  103. .top-title {
  104. height: 190rpx;
  105. border-bottom: 1rpx solid #DDDDDD;
  106. box-sizing:border-box;
  107. padding-top: 1rpx;
  108. }
  109. .main-title {
  110. font-size: 34rpx;
  111. font-weight: bold;
  112. color: #333333;
  113. text-align: center;
  114. margin-top: 37rpx;
  115. }
  116. .sub-title {
  117. font-size: 26rpx;
  118. text-align: center;
  119. font-weight: 400;
  120. color: #333333;
  121. }
  122. .btn {
  123. width: 270rpx;
  124. height: 90rpx;
  125. box-sizing: border-box;
  126. font-size: 34rpx;
  127. color: #333333;
  128. }
  129. .w-cancel-btn {
  130. font-weight: 400;
  131. }
  132. .w-confirm-btn {
  133. border-left: 1rpx solid #DDDDDD;
  134. font-weight: bold;
  135. }