index.scss 692 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. ::v-deep .u-line{
  2. width: 56rpx!important;
  3. }
  4. .page{
  5. padding-bottom: 54rpx;
  6. }
  7. .con{
  8. width:100%;
  9. display: flex;
  10. flex-wrap: wrap;
  11. padding: 24rpx 32rpx;
  12. padding-left: 28rpx;
  13. .item{
  14. width: 336rpx;
  15. background: #FFFFFF;
  16. border-radius: 24rpx;
  17. border: 2rpx solid #F1F1F1;
  18. margin-right: 16rpx;
  19. margin-bottom: 24rpx;
  20. image{
  21. width: 100%;
  22. height: 292rpx;
  23. border-radius: 30rpx 30rpx 0 0;
  24. }
  25. .bottom{
  26. display: flex;
  27. justify-content: center;
  28. align-items: center;
  29. height: 76rpx;
  30. .txt{
  31. width: 85%;
  32. overflow: hidden;
  33. text-overflow: ellipsis;
  34. white-space: nowrap;
  35. }
  36. }
  37. }
  38. }