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. 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. background-color: #f7f7f7;
  28. overflow-y: auto;
  29. }
  30. .report-item {
  31. width: 690rpx;
  32. margin: 20rpx auto 0;
  33. }
  34. .report-name {
  35. font-size: 30rpx;
  36. font-weight: bold;
  37. color: #333333;
  38. font-family: PingFang SC;
  39. }
  40. .report-this {
  41. width: 640rpx;
  42. height: 336rpx;
  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. }