shopsReport.scss 4.82 KB
/**************报表列表页面通用样式*****************/
.shopsReport{
    font-family: 'microsoft yahei';
    font-size: 14px;
    color: #585858;
    background: transparent;

    .nopadding{
      padding: 0 15px;
    }

    .panel{
      border-radius: 0;
      clear: both;
    }

    .panel-heading{
        width: 300px;
        border-top: 0;

        h1{
          height: 40px;
          line-height: 40px;
          font-size: 20px;
          border-bottom: 3px solid #cccccc;
          margin: 0;
          padding-left: 10px;
          font-weight: bold;
        }

        h2{
          height: 40px;
          line-height: 40px;
          font-size: 14px;
          margin: 0;
          color: #999999;
        }
    }

    .dataModle{
        box-sizing: border-box;
        display: inline-block;
        padding: 10px 0;
        background-color: #eeeeee;
        width: 250px;
        text-align: center;
        margin: 0 20px 10px;
        h2 {
          color: #ff0000;
          font-size:18px;
          margin-top: 10px;
          font-weight: bold;
        }
        p{
          margin: 10px 0 0;
          font-size: 15px;
        }
    }

    .dataModle0{
      background-color: #eeeeee;
      margin: 0 20px 10px;
      display: inline-block;
      padding: 0 20px;

      .dataModle{
        width: auto;
        margin: 0 10px;
      }
    }

    ._red{
      color: #ff0000;
    }
    ._green{
      color: #32cd32;
    }
    ._blue{
      color: #1e90ff;
    }
}

/**************报表总览页面样式*****************/
#businessIndex, #brandRanking, #businessDetail{
    font-size: 16px;
    font-family: 'microsoft yahei';
    color: #585858;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.overViewTitle{
    width: 300px;
    margin-bottom: 20px;

    h3 {
      height: 40px;
      line-height: 40px;
      font-size: 20px;
      border-bottom: 5px solid #cccccc;
      margin: 0;
      padding-left: 10px;
      font-weight: bold;
    }

    span {
      font-size: 12px;
      color: #999999;
      padding-left: 10px;
    }
}

.overViewContent{
    margin-left: 0;
}

.detailList{
  font-size: 14px;

  table{
    background-color: #FFFFFF;
  }
}

.rankTip{
  font-size: 14px;
  text-align: center;
  height: 20px;
  line-height: 20px;

  ._red{
    color: #ff0000;
  }
  ._green{
    color: #32cd32;
  }
  ._blue{
    color: #1e90ff;
  }
}

.dataModle1{
    box-sizing: border-box;
    padding: 10px 0;
    background-color: #eeeeee;
    width: 250px;
    text-align: center;
    float: left;
    margin-right: 40px;
    margin-bottom: 10px;

    h2 {
      color: #ff0000;
      font-size: 30px;
      margin-top: 15px;
      font-weight: bold;
    }

    p{
        margin: 10px 0 0;
    }
}

.dataModle2{
    box-sizing: border-box;
    padding: 10px 0;
    background-color: #eeeeee;
    width: 200px;
    height: 130px;
    text-align: center;

    h2{
        margin-top: 15px;
        font-size: 14px;

        b{
          color: #ff0000;
          font-size: 30px;
          margin: 0 5px;
        }
        i{
          color: #ff0000;
          margin-right: 5px;
          font-size: 30px;
          font-style: normal;
        }
    }
    h2.up{
        b{
          color: #ff0000;
        }
        i{
          color: #ff0000;
        }
    }
    h2.down{
        b{
          color: #32cd32;
        }
        i{
          color: #32cd32;
        }
    }
    h2.middle{
        b{
          color: #1e90ff;
        }
        i{
          color: #1e90ff;
        }
    }

    p{
        margin: 10px 0 0;
    }
}

.rankData{
    float: left;
}

.triangleShape{
    margin-right: 80px;
    font-size: 14px;
    float: left;

    b{
      text-align: center;
      display: block;
      margin-bottom: 10px;
    }

    .shape{
        position: relative;
        text-align: center;
        height: 0;
        border-left: 40px solid transparent;
        border-right: 40px solid transparent;

        span{
          display: block;
          line-height: 50px;
          font-family: 'microsoft yahei';
        }
    }

    .triangle-up span{
      position: absolute;
      width: 80px;
      left: -40px;
      top: 20px;
      line-height: normal;
    }
}

.triangle-up {
  width: 80px;
  margin-left: 160px;
  border-bottom: 50px solid #aaaaaa;
}
.trapezoid-1 {
  width: 160px;
  margin-left: 120px;
  border-bottom: 50px solid #bbbbbb;
}
.trapezoid-2 {
  width: 240px;
  margin-left: 80px;
  border-bottom: 50px solid #cccccc;
}
.trapezoid-3 {
  width: 320px;
  margin-left: 40px;
  border-bottom: 50px solid #dddddd;
}
.trapezoid-4 {
  width: 400px;
  border-bottom: 50px solid #eeeeee;
}
.triangle-right{
  width: 10px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #ff0000;
  position: absolute;
  top: 15px;
  left: -40px;
  display: none;
}
.activeShape .triangle-right{
  display: block;
}