Suggest.wxss 817 字节
/* pages/Suggest/Suggest.wxss */

.line_box {
  width: 100%;
  height: 16rpx;
  background: #e5e5e5;
}

.content_box {
  /* margin-top: 16rpx; */
  background: #fff;
}

.list_title {
  font-size: 30rpx;
  font-weight: bold;
  color: #1a1a1a;
  padding: 25rpx 30rpx;
  border-bottom: 1rpx solid #ebebeb;
}

.list_input {
  padding: 30rpx;
}

.list_input textarea {
  width: 100%;
  border: 0;
  outline: none;
  font-size: 28rpx;
  color: #1a1a1a;
}

.pl_style {
  font-size: 28rpx;
  color: #1a1a1a;
}

.bottom_box {
  width: 100%;
  padding: 30rpx;
  position: fixed;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
}

.save_btn {
  width: 100%;
  height: 88rpx;
  background: #0286ff;
  border-radius: 44rpx;
  font-size: 32rpx;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}