/* pages/gongyiClass/gongyiClass.wxss */
.top_gongyiClass{
  width: 100%;
  height: 120px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.top_gongyiClass>view{
  width: 45%;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 14px;
  border: 1px solid #ccc;
  margin-top: 10px;
}
.top_gongyiClass>text{
  padding: 3px;
  font-size: 14px;
  height: 25px;
  line-height: 25px;
  border: 1px solid #ccc;
  margin-top: 20px;
}
.lookHistory{
  width: 100%;
  border-top: 1px solid #ccc;
}
.lookHistory>text{
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: right;
  font-size: 12px;
  box-sizing: border-box;
  padding-right: 10px;
  color: rgb(23, 173, 18);
}