report.wxss 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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. width: 690rpx;
  19. height: 80rpx;
  20. border-radius: 10rpx;
  21. }
  22. .repot-list {
  23. width: 100%;
  24. height: 100%;
  25. background-color: #f7f7f7;
  26. overflow-y: auto;
  27. }
  28. .report-item {
  29. width: 690rpx;
  30. margin: 20rpx auto 0;
  31. }
  32. .padding-bottom {
  33. padding-bottom: 100rpx;
  34. }
  35. .report-name {
  36. font-size: 30rpx;
  37. font-weight: bold;
  38. color: #333333;
  39. font-family: PingFang SC;
  40. }
  41. .report-this {
  42. width: 640rpx;
  43. height: 336rpx;
  44. margin: 0 auto;
  45. display: flex;
  46. justify-content: space-between;
  47. flex-wrap: wrap;
  48. }
  49. .report-tap {
  50. width: 280rpx;
  51. height: 100%;
  52. margin-top: 20rpx;
  53. display: flex;
  54. flex-direction: column;
  55. align-items: center;
  56. }
  57. .tap-img {
  58. width: 200rpx;
  59. height: 218rpx;
  60. }
  61. .imagereport {
  62. width: 100%;
  63. height: 100%;
  64. }
  65. .reposttime {
  66. font-size: 26rpx;
  67. font-weight: 400;
  68. color: #333333;
  69. margin-top: 20rpx;
  70. text-align: center;
  71. }