index.wxss 480 B

123456789101112131415161718192021222324252627282930313233
  1. .bold-text {
  2. font-weight: 500;
  3. }
  4. .show-img {
  5. float: left;
  6. width: 120rpx;
  7. height: 120rpx;
  8. }
  9. .name {
  10. margin-top: -8rpx;
  11. width: 510rpx;
  12. font-size: 26rpx;
  13. color: #444;
  14. text-overflow: ellipsis;
  15. white-space: nowrap;
  16. overflow: hidden;
  17. }
  18. .mount {
  19. font-size: 22rpx;
  20. color: #aaa;
  21. margin-top: 10rpx;
  22. }
  23. .bottom-info {
  24. display: flex;
  25. justify-content: space-between;
  26. font-size: 28rpx;
  27. color: #444;
  28. margin-top: 18rpx;
  29. }