selectSite.scss 434 B

12345678910111213141516171819202122
  1. navigator {
  2. display: flex;
  3. align-items: center;
  4. justify-content: space-between;
  5. width: 690rpx;
  6. height: 90rpx;
  7. margin: 20rpx auto 0;
  8. background-color: #ffffff;
  9. border-radius: 16rpx;
  10. padding: 0 30rpx;
  11. box-sizing: border-box;
  12. view {
  13. font-size: 28rpx;
  14. font-family: PingFang SC-Regular, PingFang SC;
  15. color: #333333;
  16. }
  17. .iconfont {
  18. color: #CCCCCC;
  19. }
  20. }