| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- .erp-nav-bar.data-v-1c584cd2 {
- width: 100%;
- flex-shrink: 0;
- }
- .erp-nav-content.data-v-1c584cd2 {
- height: 44px;
- display: flex;
- align-items: center;
- justify-content: space-between;
- padding: 0 30rpx;
- }
- .erp-nav-left.data-v-1c584cd2 {
- width: 60rpx;
- height: 44px;
- display: flex;
- align-items: center;
- }
- .erp-back-arrow.data-v-1c584cd2 {
- width: 20rpx;
- height: 20rpx;
- border-left: 4rpx solid #333;
- border-bottom: 4rpx solid #333;
- transform: rotate(45deg);
- margin-left: 8rpx;
- }
- .erp-nav-title.data-v-1c584cd2 {
- flex: 1;
- text-align: center;
- font-size: 34rpx;
- font-weight: bold;
- color: #333333;
- }
- .erp-nav-right.data-v-1c584cd2 {
- width: 60rpx;
- height: 44px;
- display: flex;
- align-items: center;
- justify-content: flex-end;
- }
|