itemview.wxss 480 B

1234567891011121314151617181920212223242526
  1. .item-navigator{
  2. width: 200rpx;
  3. margin-right: 20rpx;
  4. display: inline-block;
  5. }
  6. .item-navigator .item-group{
  7. width: 100%;
  8. }
  9. .item-group .thumbnail-group{
  10. width: 100%;
  11. height: 284rpx;
  12. }
  13. .thumbnail-group .thumbnail{
  14. width: 100%;
  15. height: 100%;
  16. }
  17. .item-group .item-title{
  18. font-size: 28rpx;
  19. text-align: center;
  20. margin-top: 20rpx;
  21. text-overflow: ellipsis;/*设置超出问涨缩写显示*/
  22. overflow: hidden;
  23. margin-bottom: 20rpx;
  24. }