index.wxss 374 B

1234567891011121314151617
  1. .nav-bar .nav-bar-navigation {
  2. display: flex;
  3. justify-content: center;
  4. align-items: center;
  5. color: #000;
  6. position: relative;
  7. }
  8. .nav-bar .nav-bar-navigation .back-icon {
  9. position: absolute;
  10. left: 40px;
  11. height: 20px;
  12. width: 20px;
  13. border-width: 0 0 4px 4px;
  14. border-color: #000;
  15. border-style: solid;
  16. transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  17. }