@import '@styles/var.scss';

.films {
  width: 100%;
  height: 100%;
  background-color: $bgColor;

  .film-search-bar {
    // height: 120px;
    padding: 20px 24px;
    background-color: white;
    position: relative;
    text-align: center;

    .menu-all {
      height: 37px;
      width: 38px;
      position: absolute;
      left: 30px;
    }

    .type-tab {
      width: 100%;
      text-align: center;
      font-size: 28px;
      color: #969799;

      .type-tab-item {
        padding: 0 20px;
      }

      .type-tab-item-active {
        font-size: 38px;
        color: #000;
      }
    }

    @include eject(box-sizing, border-box);
  }

  .scroll-view {
    height: 100%;
  }
}