index.wxss 268 B

1234567891011121314151617181920
  1. .nav-bar {
  2. position: relative;
  3. z-index: 9999;
  4. }
  5. .nav-title {
  6. position: absolute;
  7. display: flex;
  8. justify-content: center;
  9. align-items: center;
  10. width: 100%;
  11. text-align: center;
  12. font-size: 36rpx;
  13. font-weight: bold;
  14. color: #fff;
  15. }
  16. .nav-black {
  17. color: #000;
  18. }