familyEventDetail.wxss 1.99 KB
/* pages/familyEventDetail/familyEventDetail.wxss */
.top_familyEventDetail{
  box-sizing: border-box;
  padding: 15px 5px;
  text-align: center;
}
.top_familyEventDetail>view{
  font-size: 15px;
  color: #4F4F4F;
  height:25px;
  line-height: 25px;
  text-indent: 2rem;
}
.top_familyEventDetail>text{
  font-size: 14px;
  color: #969696;
  
}
.con_familyEventDetail{
  box-sizing: border-box;
  padding: 15px 5px;
}
.top_title{
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
}
.top_title>view{
  width: 100px;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background: #698FBB;
}
.top_title>text{
  display: block;
  flex: 1;
  height: 1px;
  background: #698FBB;
}
.neirong_title{
  font-size: 12px;
  color: #666;
}
.neirong_title>image{
  width: 100%;
  height: 260px;
}
.title_familyEventDetail>text{
  display: block;
  width: 100%;
  height: 2px;
  background: #698FBB;
  margin: 10px auto;
}
.activejieshao{
  width: 100%;
  height: 80px;
  box-sizing: border-box;
  padding: 10px;
  font-size: 12px;
  border-bottom: 1px solid #ccc;
}
.activebeijing{
  background: #0D76ED;
  color: #fff!important;
}
.avtiveTab .van-tabs__wrap{
  border-bottom: 1px solid #0D76ED;
}
.avtiveTab .van-tabs__line{
  display: none;
}
.quanzi{
  width: 100%;
  height: 200px;
  overflow-y: auto;
}
.quanzi>view{
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  border-bottom: 1px solid #ccc;
}
.quanzi>view>view{
  width: 50%;
  display: flex;
  align-items: center;
}
.quanzi>view>view>image{
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 10px;
  margin-left: 15px;
}
.quanzi>view>text{
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.actionBtn{
  width: 75%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  margin: 10px auto;
  background: #0D76ED;
  margin-bottom: 10px;
  color: #fff;
  border-radius: 15px;
}