myFaq.wxss 1.08 KB
/* pages/myNews/myFaq.wxss */

.hotFaqs{
  width:100%;
}

.faqItem{
  width:90%;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  padding:10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  border: 1rpx solid gray;
}

.faqCol1{
  width:82%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: left;
}

.faqCotent{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 17px;
}

.faqContent image {
  width: 10px;
  height: 10px;
}

.faqContent text {
  margin-left: 5px;
  width: 90%;
  word-break:break-all;
}

.faqReplycount{
  font-size: 14px;
  margin-left: 15px;
}

.faqCol2{
  width:17%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
}

.newFaqButton{
  position: fixed;
  bottom: 10px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  background: linear-gradient(to right, #e85c6d, #fb689b);
  color: #fff;
  font-size: 14px;
}