erp-nav-bar.wxss 740 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. .erp-nav-bar.data-v-1c584cd2 {
  2. width: 100%;
  3. flex-shrink: 0;
  4. }
  5. .erp-nav-content.data-v-1c584cd2 {
  6. height: 44px;
  7. display: flex;
  8. align-items: center;
  9. justify-content: space-between;
  10. padding: 0 30rpx;
  11. }
  12. .erp-nav-left.data-v-1c584cd2 {
  13. width: 60rpx;
  14. height: 44px;
  15. display: flex;
  16. align-items: center;
  17. }
  18. .erp-back-arrow.data-v-1c584cd2 {
  19. width: 20rpx;
  20. height: 20rpx;
  21. border-left: 4rpx solid #333;
  22. border-bottom: 4rpx solid #333;
  23. transform: rotate(45deg);
  24. margin-left: 8rpx;
  25. }
  26. .erp-nav-title.data-v-1c584cd2 {
  27. flex: 1;
  28. text-align: center;
  29. font-size: 34rpx;
  30. font-weight: bold;
  31. color: #333333;
  32. }
  33. .erp-nav-right.data-v-1c584cd2 {
  34. width: 60rpx;
  35. height: 44px;
  36. display: flex;
  37. align-items: center;
  38. justify-content: flex-end;
  39. }