/* pages/myNews/faq.wxss */
.content {
  position: fixed;
  width: 100%;
  height: 100%;
}

.content .top {
  padding: 0 5%;
}

.content .upload {
  padding: 0 5%;
}

.content .title {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #999999;
  font-size: 16px;
  margin: 20px 0;
}

.content .leftLine {
  width: 6px;
  height: 22px;
  border-radius: 3px;
  background: #eb5e76;
}

.content .title text {
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  margin: 0 10px;
}

.content .top textarea {
  width: 100%;
  height: 100px;
}

.newFaqButton {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
}

.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;
}