@import "/style/theme.less";

.account-tile {
  font-size: 24rpx;
  height: 100rpx;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: @border;
  &.hide {
    border-bottom: none;
  }
  .row {
    width: 100%;
    &-item {
      &.left {
        margin-right: 24rpx;
      }
      &-title {
        color: @tx1;
        font-weight: 400;
        margin-right: auto;
        font-size: 28rpx;
      }
      &-sub {
        color: @tx3;
        font-size: 24rpx;
        margin-right: 10rpx;
      }
      .icon-img {
        width: 40rpx;
        height: 40rpx;
      }

      .right-img {
        width: 30rpx;
        height: 30rpx;
      }
    }
  }
}
