| 12345678910111213141516171819202122 | 
							- navigator {
 
-     display: flex;
 
-     align-items: center;
 
-     justify-content: space-between;
 
-     width: 690rpx;
 
-     height: 90rpx;
 
-     margin: 20rpx auto 0;
 
-     background-color: #ffffff;
 
-     border-radius: 16rpx;
 
-     padding: 0 30rpx;
 
-     box-sizing: border-box;
 
-     view {
 
-         font-size: 28rpx;
 
-         font-family: PingFang SC-Regular, PingFang SC;
 
-         color: #333333;
 
-     }
 
-     .iconfont {
 
-         color: #CCCCCC;
 
-     }
 
- }
 
 
  |