schoolDetails.wxss 504 Bytes
/* pages/schoolDetails/schoolDetails.wxss */
.top_schoolDetailsBox{
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction:row; 
  justify-content : space-between;
  align-items:center;
  text-align: center;
  font-size: 14px;
}
.top_schoolDetailsBox>text{
  height:35px;
  line-height: 35px;
}
.top_volunteersActive{
  width: 95%;
  margin: 20px auto 0;
  text-align: left;
  font-size: 14px;
  color: #000;
}
.top_volunteersActive>image{
  width: 10px;
  height: 10px;
  margin-right: 5px;
}