_index.scss 933 Bytes
.index-page {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;

    .index-container {
        position: relative;
        @include transition(transform 0.5s);
        background-color: white;

        .index_header {
            height: 80rem / $pxConvertRem;
            line-height: 80rem / $pxConvertRem;
            overflow: hidden;
            padding: 0 10rem / $pxConvertRem;;

            
        }

        .index-channel {
           color: #FFF;
           text-align: center;
           position:relative;
           background-color: #000000;

           .index-channel-list {
               padding-top: 50%;
               width: 100%;
               position: absolute;
               top: 0;

               .homestyle {
                  margin-bottom: 50rem / $pxConvertRem;
                  width: 287.3rem / $pxConvertRem;
              }    
           }
        }
    }
   
}

@import "search";