Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

menu.css 527 B

1234567891011121314151617181920212223242526272829303132333435
  1. .menu {
  2. display: flex;
  3. align-items: center;
  4. justify-content: center;
  5. background: #FFFFFF;
  6. position: relative;
  7. }
  8. .menu>a:first-child {
  9. width: 10px;
  10. position: absolute;
  11. left: 15px;
  12. display: block;
  13. line-height: 0;
  14. }
  15. .menu>div:first-child {
  16. width: 10px;
  17. position: absolute;
  18. left: 15px;
  19. display: block;
  20. line-height: 0;
  21. }
  22. .menu>div:first-child>img{
  23. width: 100%;
  24. }
  25. .menu>a:first-child>img{
  26. width: 100%;
  27. }
  28. .menu>div:last-child {
  29. font-weight: 400;
  30. color: #414141;
  31. font-size: 16px;
  32. font-family: Microsoft YaHei;
  33. }