report.wxss 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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. .report-name {
  33. font-size: 30rpx;
  34. font-weight: bold;
  35. color: #333333;
  36. font-family: PingFang SC;
  37. }
  38. .report-this {
  39. width: 640rpx;
  40. height: 336rpx;
  41. margin: 0 auto;
  42. display: flex;
  43. justify-content: space-between;
  44. flex-wrap: wrap;
  45. }
  46. .report-tap {
  47. width: 280rpx;
  48. height: 100%;
  49. margin-top: 20rpx;
  50. display: flex;
  51. flex-direction: column;
  52. align-items: center;
  53. }
  54. .tap-img {
  55. width: 200rpx;
  56. height: 218rpx;
  57. }
  58. .imagereport {
  59. width: 100%;
  60. height: 100%;
  61. }
  62. .reposttime {
  63. font-size: 26rpx;
  64. font-weight: 400;
  65. color: #333333;
  66. margin-top: 20rpx;
  67. text-align: center;
  68. }