report.wxss 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. /* pages/report/report.wxss */
  2. .report-content {
  3. width: 100%;
  4. height: 100%;
  5. background-color: #f7f7ff;
  6. padding-top: 1rpx;
  7. }
  8. .nodata {
  9. width: 100%;
  10. height: 100%;
  11. position: relative;
  12. display: flex;
  13. flex-direction: column;
  14. justify-content: flex-start;
  15. align-items: center;
  16. }
  17. .itt-btn {
  18. position: fixed;
  19. bottom: 80rpx;
  20. width: 690rpx;
  21. height: 80rpx;
  22. border-radius: 10rpx;
  23. }
  24. .repot-list {
  25. width: 100%;
  26. height: 100%;
  27. overflow-y: auto;
  28. }
  29. .report-item {
  30. width: 690rpx;
  31. margin: 20rpx auto 0;
  32. }
  33. .report-name {
  34. font-size: 30rpx;
  35. font-weight: bold;
  36. color: #333333;
  37. font-family: PingFang SC;
  38. }
  39. .report-this {
  40. width: 640rpx;
  41. height: 336rpx;
  42. margin: 0 auto;
  43. display: flex;
  44. justify-content: space-between;
  45. flex-wrap: wrap;
  46. }
  47. .report-tap {
  48. width: 280rpx;
  49. height: 100%;
  50. margin-top: 20rpx;
  51. display: flex;
  52. flex-direction: column;
  53. align-items: center;
  54. }
  55. .tap-img {
  56. width: 200rpx;
  57. height: 218rpx;
  58. }
  59. .imagereport {
  60. width: 100%;
  61. height: 100%;
  62. }
  63. .reposttime {
  64. font-size: 26rpx;
  65. font-weight: 400;
  66. color: #333333;
  67. margin-top: 20rpx;
  68. text-align: center;
  69. }