commonProblem.wxss 813 字节
.top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 400rpx;
  z-index: -1;
}
.topTitle {
  position: absolute;
  left: 44rpx;
  top: 134rpx;
  color: #000000;
  font-size: 44rpx;
  font-weight: 700;
}
.botQuestion {
  position: absolute;
  left: 0;
  border-top-left-radius: 20rpx;
  border-top-right-radius: 20rpx;
  top: 260rpx;
  width: 100%;
  background: #fff;
}
.botQuestion .questionList {
  margin-top: 10rpx;
  height: calc(100vh - 360rpx);
}
.botQuestion .questionList .list {
  padding: 0 32rpx;
  margin-bottom: 40rpx;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.botQuestion .questionList .list .arrow {
  margin-left: 10rpx;
  width: 16rpx;
  height: 32rpx;
}
.botQuestion .questionList .list .arrow image {
  width: 16rpx;
  height: 32rpx;
}