addLog.wxss 955 字节
/* pages/indexs/add_logs/add_logs.wxss */

page {
  background-color: #f5f6fa;
}

.content_box {
  margin: 30rpx auto 36rpx auto;
  width: 686rpx;
  border-radius: 10rpx;
  background-color: #fff;
}

.content_title {
  height: 88rpx;
  width: 100%;
  text-align: center;
  line-height: 88rpx;
  color: #487aff;
  font-size: 28rpx;
  border-bottom: solid 1rpx #ebe9e8;
}

.icon-wenjian {
  margin: 0 14rpx 0 0;
  font-size: 36rpx;
}

.content_input {
  width: 100%;
  background-color: #fff;
  min-height: 370rpx;
}

.content_input textarea {
  padding: 30rpx;
  color: #1a1a1a;
  font-size: 30rpx;
  height: 100%;
  min-height: 370rpx;
  position: relative;
}


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

.bottom_btn {
  margin: 0 auto;
  width: 686rpx;
  height: 100rpx;
  text-align: center;
  line-height: 100rpx;
  border-radius: 50rpx;
  background-color: #487aff;
  color: #fff;
  font-size: 36rpx;
}