金诚优选前端代码
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.

30 lines
613 B

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