@import '../../../font/font.scss';

.input-type-panel .input-type {
  padding: 8rpx 16rpx 12rpx;
  display: flex;
  flex-direction: row;

  .input-type-item {
    flex: 1;
    text-align: center;
    color: #e3e6e9;
    display: inline-block;
    color: #333;
    height: 80rpx;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

    &.selected {
      color: #138BEF;
    }

    &.grey {
      color: #ccc;
    }

    .iconfont {
      font-size: 38rpx;
    }

    .text {
      font-size: 28rpx;
      padding-left: 14rpx;
      display: block;
    }
  }
}
