punchAppealDetail.wxss 870 字节
/* pages/punchAppealDetail/punchAppealDetail.wxss */
@import '../punchAppeal/punchAppeal.wxss';

.content_box {
  display: flex;
  flex-direction: column;
  margin-top: 0;
}
.uoload_box {
  margin-top: 0;
}

.list_input {
  background: none;
  border: none;
  font-size: 28rpx;
  color: #6F6F6F;
  padding:0 20rpx;
  box-sizing: border-box;
}
.list_input textarea {
  border:1rpx solid #f2f2f2;
}
.word_num{
  font-size: 28rpx;
  color: #6F6F6F;
}
.current-test {
  width: 100%;
  height: 200rpx;
  display: flex;
  align-items: center;
  padding: 0 20rpx;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}
.current-test .circle {
  width: 18rpx;
  height: 18rpx;
  background-color: #FC5B63;
  margin-right: 10rpx;
  border-radius: 50%;
}
.current-test text {
  color: #FC5B63;
  font-size: 30rpx;
}