details.wxss 825 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. @import "/pages/tabbar-pages/supplyAndDemand/particulars.wxss";
  2. @import "/wxParse/wxParse.wxss";
  3. page {
  4. background-color: #ffffff;
  5. }
  6. .filesList {
  7. display: flex;
  8. flex-wrap: wrap;
  9. width: 620rpx;
  10. margin: 0 auto;
  11. }
  12. .files-item {
  13. display: flex;
  14. flex-direction: column;
  15. width: 25%;
  16. align-items: center;
  17. padding-top: 20rpx;
  18. }
  19. .files-item-img {
  20. width: 96rpx;
  21. height: 68rpx;
  22. overflow: hidden;
  23. }
  24. .files-item-img>image {
  25. width: 100%;
  26. height: 100%;
  27. }
  28. .files-item-name {
  29. display: flex;
  30. justify-content: center;
  31. align-items: center;
  32. font-size: 24rpx;
  33. width: 100%;
  34. height: 34rpx;
  35. line-height: 34rpx;
  36. color: rgba(51, 51, 51, 0.6);
  37. margin-top: 10rpx;
  38. }
  39. .files-item-name>image {
  40. width: 24rpx;
  41. height: 24rpx;
  42. margin-left: 6rpx;
  43. }