faqDetail.wxss 4.3 KB
/* pages/myNews/faq.wxss */
.content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 20px;
  margin-bottom: 40px;
}

.faqDat {
  margin-top: 150rpx;
  width: 94%;
  margin-left: 3%;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 15px;
}

.authorRow {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.authorRow image {
  width: 40px;
  height: 40px;
  border-radius: 20px;
}

.authorRow view {
  margin-left: 5px;
  font-size: 18px;
}

.faqDat .contentRow {
  margin-left: 45px;
  margin-right: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: left;
}

.faqDat .contentRow text {
  width: 100%;
  word-break: break-all;
  font-size: 18px;
  font-weight: bold;
}

.faqDat .contentRow .images {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}

.faqDat .contentRow .images image {
  width: 32%;
  margin-top: 5px;
  margin-right: 1%;
}

.faqDat .contentRow view {
  font-size: 15px;
  margin-top: 10px;
  width: 100%;
}

.replyList {
  margin-top: 20px;
  width: 94%;
  margin-left: 3%;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 15px;
}

.replyList .replayTitle {
  width: 100%;
  height: 20px;
  line-height: 20px;
  margin-left: 3%;
  font-size: 18px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.replyList .replayTitle view {
  width: 6px;
  height: 22px;
  border-radius: 3px;
  background: #9BCD9B;
  margin-right: 15px;
}

.replyList .replyContentRow {
  width: 100%;
  margin-left: 3%;
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: left;
}

.replyList .replyContentRow .replyItem {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.replyItem .row1 {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.replyItem .row1 view {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.replyItem .row1 image {
  width: 40px;
  height: 40px;
  border-radius: 20px;
}

.replyItem .row1 .replyName {
  margin-left: 15px;
  font-size: 18px;
  color: #FF69B4;
}

.replyItem .row1 .isBest {
  margin-left: 10px;
  padding: 0 10px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  background: linear-gradient(to right, #2f89c2, #7c47ca);
  color: #FFF;
  border-radius: 10px;
  text-align: center;
}

.replyItem .row1 .isNotBest {
  margin-left: 10px;
  padding: 0 10px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  background: linear-gradient(to right, #2f89c2, #7c47ca);
  color: #FFF;
  border-radius: 10px;
  text-align: center;
}

.replyItem .row1 .replyTime {
  color: #999999;
}

.replyItem .row2 {
  width: 100%;
  margin-left: 3%;
}

.replyItem .row2 view {
  margin-left: 50px;
  font-size: 16px;
}

.answer_btn {
  position: fixed;
  bottom: 2%;
  left: 5%;
  width: 90%;
  height: 200px;
  border-radius: 10px;
  border: 2px solid #ed5f77;
  display: flex;
  flex-direction: column;
  background: #fff;
}

.answer_btn .answer_cont {
  margin: 20px 20px 0;
  height: 65%;
  border-bottom: 1rpx solid #999999;
}

.answer_btn .answer_cont textarea {
  width: 100%;
  height: 90%;
}

.answer_btn .cont_btn {
  padding: 8px 0;
  height: 20%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.answer_btn .cont_btn .cBtn {
  text-align: center;
  margin: 0 10px;
  width: 30%;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  background: transparent;
  color: #fb689b;
  font-size: 18px;
  border: 1rpx solid #fb689b;
}

.answer_btn .cont_btn .aBtn {
  text-align: center;
  margin: 0 10px;
  width: 30%;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  background: linear-gradient(to right, #fb689b, #e85c6d);
  color: #fff;
  font-size: 18px;
}



.newFaqButton {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  /* background: #fff; */
}

.newFaqButton view {
  text-align: center;
  margin: 0 auto;
  width: 80%;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  margin-bottom: 10px;
  background: linear-gradient(to right, #e85c6d, #fb689b);
  color: #fff;
  font-size: 18px;
}