金诚优选前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
766 B

  1. .quick-nav{
  2. background-color: #FFFFFF;
  3. margin-top: 20rpx;
  4. .nav-content{
  5. display: flex;
  6. align-items: center;
  7. flex-wrap:wrap;
  8. padding: 10px 0 0 0;
  9. // width: 890rpx;
  10. // width: 1000rpx;
  11. width: 1100rpx;
  12. .nav-item{
  13. padding:0px 0px 10px 0px;
  14. // width: 25%;
  15. // width: 13.8%;
  16. width: 12.5%;
  17. // width: 68.97px;
  18. // height: 73px;
  19. text-align: center;
  20. .top-info{
  21. image{
  22. width: 40px;
  23. height: 40px;
  24. //border-radius: 50%;
  25. }
  26. }
  27. .bottom-info{
  28. padding-top: 5px;
  29. color: #000000;
  30. font-size: 12px;
  31. line-height: 18px;
  32. overflow: hidden;
  33. white-space: nowrap;
  34. text-overflow: ellipsis;
  35. }
  36. }
  37. }
  38. }