tousujianyi.wxss 816 字节
.tousutitle {
  display: flex;
  align-items: center;
  padding: 38rpx 30rpx;
  box-sizing: border-box;
}

.tousutitleleft {
  color: #0b0b1a;
  font-size: 32rpx;
}

.tousutitleenter {
  color: #858585;
  font-size: 32rpx;
  margin-left: 20rpx;
}

.tousutext {
  display: flex;
  padding: 38rpx 30rpx;
  box-sizing: border-box;
}

.tousutitleenter {
  padding: 5rpx 10rpx;
  box-sizing: border-box;
}

.tousucontent {
  width: 605rpx;
  height: 400rpx;
}
.tousucontent textarea{
  width:100%;
  height:100%;
}

.tousucontent textarea {
  width: 100%;
  height: 100%;
}

.tijiao {
  width: 702rpx;
  height: 88rpx;
  background: rgba(251, 99, 36, 1);
  opacity: 1;
  border-radius: 4rpx;
  color:#fff;
  font-size: 32rpx;
  text-align: center;
  line-height: 88rpx;
  position: fixed;
  bottom:40rpx;
  left:24rpx;
}