handleFile.wxss 2.1 KB

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