topic.wxss 432 B

12345678910111213141516171819202122232425262728
  1. @import '../new-comer/index.wxss';
  2. .topic {
  3. margin: 20rpx;
  4. background: #fff;
  5. border-radius: 10rpx;
  6. overflow: hidden;
  7. }
  8. .topic-img {
  9. width: 100%;
  10. vertical-align: top;
  11. border-radius: 10rpx 10rpx 0 0;
  12. }
  13. .blank10 {
  14. height: 20rpx;
  15. background-color: #f8f8f8;
  16. }
  17. .onlyThree .new-comers-item {
  18. width: 226rpx!important;
  19. }
  20. .onlyThree .new-comers-item .new-img {
  21. width: 186rpx!important;
  22. height: 186rpx!important;
  23. }