report.wxss 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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: 200rpx;
  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. margin: 0 auto;
  44. display: flex;
  45. justify-content: space-between;
  46. flex-wrap: wrap;
  47. }
  48. .report-tap {
  49. width: 280rpx;
  50. height: 100%;
  51. margin-top: 20rpx;
  52. display: flex;
  53. flex-direction: column;
  54. align-items: center;
  55. }
  56. .tap-img {
  57. width: 200rpx;
  58. height: 218rpx;
  59. }
  60. .imagereport {
  61. width: 100%;
  62. height: 100%;
  63. }
  64. .reposttime {
  65. font-size: 26rpx;
  66. font-weight: 400;
  67. color: #333333;
  68. margin-top: 20rpx;
  69. text-align: center;
  70. }