circleNotice.wxss 877 Bytes
.circleNotice{
  margin-top: 10px;
  margin-bottom: 50px;
  width: 96%;
  display: flex;
  flex-direction:column; 
  justify-content : space-between;
  align-items:center;
  font-size: 14px;
}

.noticeItem{
  margin-top: 10px;
  width: 90%;
  display: flex;
  flex-direction:column; 
  justify-content : space-between;
  align-items:center;
  font-size: 15px;
  border-bottom: 1rpx solid #FCFCFC;
}
.noticeItem>image{
  width:100%;
}

.noticeItem .title{
  bottom: 3px;
  left: 0;
  width:100%;
  height:35px;
  line-height: 35px;
  text-align: left;
  font-size: 15px;
  font-weight: bold;
}

.noticeItem .time{
  bottom: 3px;
  left: 0;
  width:100%;
  height:25px;
  line-height: 25px;
  text-align: right;
  color: #878787;
}

.noticeItem .comment{
  bottom: 3px;
  left: 0;
  width:100%;
  line-height: 25px;
  text-align: left;
  font-size: 15px;
  margin-bottom: 10px;
}