index.scss 913 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. .narbar-flexd {
  6. // background-image: url('https://img-home.csdnimg.cn/images/20230817060237.png') !important;
  7. // background-size: 100% 100% !important;
  8. background: green;
  9. position: fixed;
  10. top: 0;
  11. left: 0;
  12. z-index: 99;
  13. width: 100%;
  14. // padding-bottom: 10rpx;
  15. .narbar-content {
  16. // height: 45px;
  17. padding: 0 30px;
  18. // margin-bottom: 10px;
  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. }
  28. .title{
  29. font-size: 16px;
  30. color: #fff;
  31. font-weight: 600;
  32. }
  33. }
  34. }
  35. .navHeight {
  36. height: 60px;
  37. }
  38. }