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

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