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

29 lines
595 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. text-align: center;
  12. .top-info{
  13. image{
  14. width: 40px;
  15. height: 40px;
  16. //border-radius: 50%;
  17. }
  18. }
  19. .bottom-info{
  20. padding-top: 5px;
  21. color: #000000;
  22. font-size: 12px;
  23. line-height: 18px;
  24. overflow: hidden;
  25. white-space: nowrap;
  26. text-overflow: ellipsis;
  27. }
  28. }
  29. }
  30. }