_other.scss 1.75 KB
@charset "utf-8";
/**
 * Created by chenglong.wang@yoho.cn on 2015/2/2.
 */

.emailBox{
  margin: 30px 15px 0 15px;
  text-align: center;
  line-height: 1.8;
  font-size: 1.4rem;
  //顶部logo
  .webLogo{
    height: 40px;
    position: relative;
    &:after{
      content: '';
      @include retina-sprite($icons,home,true,0);
    }
  }
  //标题
  h1{
    font-size: 2.4rem;
    p{
      font-size: 1.8rem;
      color: #000;
    }
  }
  //确认订阅
  h2{
    font-size: 2.0rem;
    margin-top: 20px;
  }

  //是否取消订阅
  .isCancel{
    font-size: 1.4rem;
    margin: 35px 0;
    color: #656666;
    a{
      color: #000;
    }
  }

  .isSucess{
    font-size: 1.4rem;
    color: #656666;
    margin-top: 10px;
  }

  //返回YOHO
  .backYohoBoys{
    a{
      @include unstyled-link();
    }
  }

  //版权
  .newPower{
    color: #000;
    margin-top: 20px;
  }

  .btnGroup{
    width: 100%;
    margin-top: 35px;
    font-size: 1.8rem;
    height: auto;
    overflow: hidden;
    .EmailBack{
      float: left;
    }
    .CheckEmail{
      float: right;
    }
    a{
      color: #000;
      @include unstyled-link();
    }
  }

  .cancelEmail{
    a{
      font-size: 1.4rem;
      color: #000;
      margin-top: 20px;
    }
  }

  .radioBox{
    p{
      text-align: left;
      margin: 5px 0;
    }
    textarea{
      width: 100%;
      max-width: 100%;
      min-width: 100%;
      height: 80px;
      max-height: 80px;
      min-height: 80px;
      border: 1px solid #ccc;
      background: none;
      outline: 0;
      @include box-sizing();
    }
    .pt10{
      text-align: center;
      a{
        color: #000;
      }
    }
  }




}