Feedback.wxss 970 字节
page {
  background: #f6f6f6;
}
.mainBox {
  padding: 54rpx 30rpx;
}
.mainBox .title {
  margin-bottom: 24rpx;
  color: rgba(0, 0, 0, 0.9);
  font-size: 36rpx;
  font-weight: 700;
}
.u-textarea {
  min-height: 292rpx;
}
.botImage {
  display: flex;
  flex-wrap: wrap;
}
.botImage .box {
  position: relative;
  margin-right: 30rpx;
  margin-bottom: 20rpx;
}
.botImage .box:nth-child(3n) {
  margin-right: 0;
}
.botImage image {
  width: 200rpx;
  height: 200rpx;
}
.botImage .close {
  width: 36rpx;
  height: 36rpx;
  position: absolute;
  right: 0;
  top: 0;
}
.botBtn {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 750rpx;
  height: 128rpx;
  opacity: 1;
  background: #ffffff;
}
.botBtn view {
  width: 686rpx;
  height: 96rpx;
  color: rgba(0, 0, 0, 0.9);
  font-size: 32rpx;
  font-weight: 500;
  border-radius: 28rpx;
  opacity: 1;
  background: linear-gradient(134.8deg, #ffe864 0%, #ffd800 100%);
}
 .uni-textarea-wrapper {
  height: 100% !important;
}