brief.wxss 914 字节
.content_box {
  padding: 30rpx;
  box-sizing: border-box;
}

.list_img {
  width: 187rpx;
  height: 187rpx;
}

.item_list {
  display: flex;
  align-items: center;
}

.list_content_box {
  width: 80%;
  height: 187rpx;
  background: #f5f6fa;
  padding: 20rpx;
  box-sizing: border-box;
}

.list_content_box textarea {
  width: 100%;
  height: 100%;
  font-size: 26rpx;
  position: relative;
}

.currentWordNumber {
  position: absolute;
  bottom: 0rpx;
  right: 0;
  color: #999;
}

.list_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 28rpx;
  color: #282829;
}

.bottom_btn {
  width: 320rpx;
  height: 80rpx;
  background: rgba(0, 0, 0, 1);
  box-shadow: 0rpx -8rpx 16rpx 0rpx rgba(0, 0, 0, 0.04);
  border-radius: 40rpx;
  font-size: 30rpx;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 350rpx auto 0 auto; 
}