exhibitionList.wxss 724 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. .xczs {
  2. width: 720rpx;
  3. margin-left: 20rpx;
  4. margin-top: 20rpx;
  5. margin-bottom: 20rpx;
  6. display: flex;
  7. display: block;
  8. }
  9. .zb1 {
  10. width: 338rpx;
  11. height: 283rpx;
  12. margin-right: 20rpx;
  13. margin-bottom: 10rpx;
  14. border-radius: 10rpx;
  15. overflow: hidden;
  16. float: left;
  17. position: relative;
  18. }
  19. .show1 {
  20. width: 338rpx;
  21. height: 283rpx;
  22. }
  23. .show_text {
  24. font-size: 22rpx;
  25. margin-top: 10rpx;
  26. white-space: nowrap;
  27. overflow: hidden;
  28. text-overflow: ellipsis;
  29. }
  30. .grayblock {
  31. width: 100%;
  32. height: 80rpx;
  33. background-color: rgba(255, 255, 255, 0.7);
  34. position: absolute;
  35. bottom: 0;
  36. text-indent: 10rpx;
  37. }
  38. .qb {
  39. width: 23rpx;
  40. height: 25rpx;
  41. margin-left: 10rpx;
  42. margin-top: 5rpx;
  43. float: left;
  44. }