index.scss 990 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. .navbar {
  2. // background-image: url('https://img-home.csdnimg.cn/images/20230817060237.png') !important;
  3. // background-size: 100% 100% !important;
  4. background: green;
  5. position: relative;
  6. // z-index: 99;
  7. .narbar-flexd {
  8. // background-image: url('https://img-home.csdnimg.cn/images/20230817060237.png') !important;
  9. // background-size: 100% 100% !important;
  10. background: green;
  11. position: fixed;
  12. top: 0;
  13. left: 0;
  14. z-index: 99;
  15. width: 100%;
  16. // padding-bottom: 10rpx;
  17. .narbar-content {
  18. padding: 0 40rpx;
  19. display: flex;
  20. box-sizing: border-box;
  21. // justify-content:center;
  22. align-items: center;
  23. .left{
  24. // position: absolute;
  25. // left: 5%;
  26. font-weight: 600;
  27. display: flex;
  28. align-items: center;
  29. }
  30. .title{
  31. font-size: 16px;
  32. color: #fff;
  33. font-weight: 600;
  34. // line-height: 40px;
  35. }
  36. }
  37. }
  38. .navHeight {
  39. height: 60px;
  40. }
  41. }