seckill-mine.scss 1.45 KB
@import '../../assets/scss/mixins';
@import '../../assets/scss/utils';

$contentWidth:690px;

.page {
  .bgc {
    background-color: #f8f8f8;
  }

  .bg {}

  .main {
    .top-space {
      height: 0px;
    }

    .content {
      position: relative;

      // list
      .list {
        width: $contentWidth;
        margin: 24px auto 0;
        font-size: 22px;

        &-item {
          @extend .bb;
          padding: 30px 0;
          display: flex;
          justify-content: space-between;
          align-items: center;

          .prize {
            margin: 0 32px;

            border:solid 1PX #F0F0F0;
            border-radius: 8px;
            padding: 16px;

            .image {
              width: 160px;
              height: 160px;
            }
          }

          .cont {
            position: relative;
            height: 100%;
            flex: 1;
            // padding: 0 0 0 16px;
            @extend .bb;

            .tt {}

            .t1 {
              font-size: 32px;
            }

            .t2 {
              font-size: 26px;
              margin-top: 8px;
            }

            .t3 {
              font-size: 26px;
              font-weight: bold;
              margin-top: 4px;
            }

            .t4 {
              font-size: 22px;
              margin-top: 4px;
              color: #666666;
            }

            .sp4{
              margin-top: 24px;
            }
          }

        }
      }

    }
  }
}