fa-article-item.ttss 765 B

12345678910111213141516171819202122232425262728293031323334
  1. @charset "UTF-8";
  2. /**
  3. * 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
  4. * uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
  5. */
  6. .list {
  7. background: #ffffff;
  8. }
  9. .list .fa-list-item {
  10. color: #333;
  11. padding: 30rpx;
  12. }
  13. .list .fa-list-item .fa-item-image image {
  14. width: 220rpx;
  15. flex: 0 0 120rpx;
  16. height: 160rpx;
  17. border-radius: 10rpx;
  18. }
  19. .list .fa-list-item .fa-item-content {
  20. width: 100%;
  21. }
  22. .list .fa-list-item .fa-item-content .images {
  23. width: 31%;
  24. margin-bottom: 25rpx;
  25. }
  26. .list .fa-list-item .fa-item-content .article-tag {
  27. color: #aaa;
  28. font-size: 25rpx;
  29. }
  30. .fa-item-content .images:nth-child(3n + 2) {
  31. margin: 0 3.5%;
  32. }