feedback.wxss 876 字节

page{
  line-height: 1;
}
.container{
  width: 750rpx;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.top{
  margin-top: 27rpx;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  
}
.top textarea{
  width:686rpx;
  height:300rpx;
  background:rgba(247,247,247,1);
  border-radius:10rpx;
  font-size: 28rpx;
  box-sizing: border-box;
  padding: 23rpx 25rpx;
}
.text_num{
  font-size:24rpx;
  font-family:PingFang-SC-Medium;
  font-weight:500;
  color:rgba(153,153,153,1);
  position: absolute;
  bottom: 23rpx;
  right: 25rpx
}
.bottom{
  margin-top: 40rpx;
  width:686rpx;
  height:80rpx;
  line-height: 80rpx;
  text-align: center;
  background:rgba(255,129,44,1);
  border-radius:5rpx;

  font-size:28rpx;
  font-family:PingFang-SC-Medium;
  font-weight:500;
  color:rgba(255,255,255,1);
}