circleDetails.wxss 787 Bytes
/* pages/testCircle/testCircle.wxss */
.top_testCircle{
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.top_testCircle>image{
  width: 100%;
  height: 130px;
}
.top_circleGonggao{
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.top_circleGonggao>image{
  width: 12px;
  height: 12px;
  margin: 0 5px;
}
.con_circleGonggao{
  width: 100%;
}
.con_circleGonggao>text{
  display: block;
  font-size: 14px;
  width: 90%;
  margin: 0 auto;
}
.con_circleGonggao>image{
  display: block;
  width: 90%;
  height: 100px;
  margin: 10px auto;
}
.activefabu{
  width: 150px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 15px;
  margin: 20px auto;
}