/*
*这个是展示用的样式，不会被打包到组件里
*/
.logo{
  padding: 30px 0 20px;
  color: #fff;
  font-size: 0;
  p{
    width: 60px;
    height: 60px;
    padding: 10px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    background: #42b983;
    border: 4px solid #fff;
    box-shadow: 0 0 6px #000;
    margin:0 auto;
    img{
      width: 60px;
    }
  }
  em{
    display: block;
    text-align: center;
    padding-top: 10px;
    font-size: 24px;
    span{
      color:#42b983;
      text-shadow: 0 0 3px #000;
    }
  }
}
/*标题*/
.e-title{
  margin: 0 0 10px 0;
  .e-title__info{
    width: 100%;
    padding: 0 0 10px;
    font-size: 12px;
    color: #f00;
  }
  .e-title__text{
    display: inline-block;
    vertical-align: top;
    padding: 19px 0 18px;
    line-height: 18px;
    font-size: 12px;
    color: #f00;
  }
}
/*面包屑*/
.e-crumbs,
.e-input{
  margin-bottom: 10px;
}
/*组件使用说明*/
.content{
  width: 100%;
  padding-bottom: 100px;
  overflow: hidden;
  .demo-toast{
    overflow: hidden;
    padding-bottom: 10px;
    li{
      margin: 0 10px 0 0;
      float: left;
    }
    .e-toast{
      position: static!important;
    }
  }
  .e-radio__item{
    margin-right: 30px;
  }
  .demo-box{
    padding: 20px 0 0;
    h3{
      font-size: 14px;
      font-weight: bold;
      color: #666;
    }
    p{
      padding:10px 0;
      font-size: 12px;
      color: #999;
      span{
        color: #42b983
      }
    }
  }
  .dome-list{
    width: 100%;
    overflow: hidden;
    li{
      width: 100px;
      float: left;
      text-align: center;
      i{
        font-size: 0;
        &:before{
          font-size: 24px;
        }
      }
      span{
        display: block;
        padding-top: 10px;
        font-size: 14px;
        line-height: 22px;
      }
    }
  }
  h1{
    padding: 30px 0 15px;
    border-bottom: 4px solid #42b983;
    font-size: 28px;
    font-weight: bold;
    color: #303E4F;
    margin-bottom: 20px;
    span{
      padding-left: 10px;
      font-size: 12px;
      color: #999;
    }
  }
  h2{
    padding: 30px 0 20px;
    font-size: 24px;
  }
  .lang-html{
    padding: 10px 20px;
    font-size: 0;
    font-family:arial sans-serif;
    border-radius: 4px;
    background: #282c34;
    .tag{
      line-height: 26px;
      span{
        padding-right: 10px;
        font-size: 14px;
        color: #abb2bf;
        &.tag-sign{
          padding-right: 0;
        }
        i{
          color: #42b983;
        }
      }
    }
  }
  .table-wrap{
    table{
      width: 100%;
      tr{
        width: 100%;
        &:nth-child(even){
          td{
            background: #f6f6f6;
          }
        }
      }
      th{
        background: #fff;
        padding: 20px 20px;
        font-size: 16px;
        text-align: center;
        font-weight: bold;
      }
      td{
        padding: 15px 20px;
        font-size: 14px;
        color: #555;
        background: #fff;
        line-height: 22px;
        a{
          color: #42b983;
        }
      }
      th,td{
        border: 1px solid #ddd;
      }
    }
  }
}
