circleDetails.wxss 1.14 KB
/* pages/testCircle/testCircle.wxss */
.girdList{
  width: 96%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 12px;
}
.girdList>view{
  width: 25%;
  height: 73px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.girdList>view>image{
  width: 42px;
  height: 42px;
}
.girdList>view>view{
  width: 100%;
  text-align: center;
}
.top_testCircle{
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.top_testCircle>image{
  width: 100%;
}
.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%;
  margin: 10px auto;
}

.activefabu{
  width: 150px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  background: #0D76ED;
  color: #fff;
  border-radius: 15px;
  margin: 20px auto;
}