punchAppeal.wxss 3.4 KB
/* pages/punchAppeal/punchAppeal.wxss */

page {
  background: #f5f5f5;
  overflow: hidden;
}

.tab_box {
  width: 100%;
  height: 100rpx;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 22rpx;
  font-size: 30rpx;
  color: #464646;
  text-align: center;
  box-sizing: border-box;
  border-bottom: 1rpx solid rgba(0, 0, 0, 0.08);
}

.tab_item {
  width: 25%;
  position: relative;
}

.tab_active {
  color: #3fa9f5;
}

.tab_active::after {
  content: '';
  width: 100%;
  height: 4rpx;
  background: #3fa9f5;
  position: absolute;
  left: 0;
  bottom: -30rpx;
}

.item_list {
  padding: 20rpx;
  background: #fff;
  margin-bottom: 20rpx;
}

.list_input {
  width: 100%;
  min-height: 300rpx;
  border: 1rpx solid #3fa9f5;
  border-radius: 20rpx;
  background: #f5f5fa;
  margin-top: 30rpx;
  position: relative;
}

.list_input textarea {
  width: 100%;
  font-size: 28rpx;
  padding: 30rpx;
  box-sizing: border-box;
  color: #6e6e6e;
}

.word_num {
  position: absolute;
  right: 30rpx;
  bottom: 30rpx;
  font-size: 28rpx;
  color: #c3c3c3;
}

.list_title_info {
  font-size: 24rpx;
  color: #a3a3a3;
  display: flex;
  align-items: flex-start;
  margin-top: 23rpx;
}

.hint_info {
  color: #fc5b63;
  margin-top: 26rpx;
}

.uoload_box {
  margin-top: 50rpx;
  padding: 0 10rpx;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.upload_item {
  width: 200rpx;
  height: 200rpx;
  border: 1rpx dashed #6f6f6f;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-jia {
  font-size: 40rpx;
  color: #a3a3a3;
}

.list_title {
  position: relative;
  padding-left: 24rpx;
  font-size: 30rpx;
  color: #393939;
}

.list_title::after {
  content: "";
  width: 6rpx;
  height: 32rpx;
  background: #3fa9f5;
  border-radius: 40rpx;
  position: absolute;
  left: 0rpx;
  top: 50%;
  transform: translateY(-50%);
}

.icon-yuan-copy-copy-copy-copy {
  font-size: 18rpx;
  color: #fc5b63;
  margin-right: 15rpx;
}

.appeal_info {
  font-size: 30rpx;
  color: #fc5b63;
  margin-top: 50rpx;
}

.submit_btn {
  width: 100%;
  height: 98rpx;
  background: #3fa9f5;
  font-size: 36rpx;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 0;
  left: 0;
}

.null_box {
  width: 100%;
  height: 110rpx;
}

/* 审核中 */

.review_box {
  padding: 20rpx;
}

.review_item {
  width: 100%;
  background: #fff;
  border-radius: 20rpx;
  padding: 20rpx;
  box-sizing: border-box;
  margin-bottom: 20rpx;
  font-size: 28rpx;
  color: #393939;
}

.review_item:last-child {
  margin-bottom: 0;
}

.review_img {
  width: 200rpx;
  height: 200rpx;
}

.review_img image {
  width: 100%;
  height: 100%;
}

.review_content_box {
  display: flex;
  align-items: center;
  margin-top: 30rpx;
}

.review_content {
  width: 65%;
  margin-left: 20rpx;
}

.review_info {
  color: #6f6f6f;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.review_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 43rpx;
}

.cancle_btn {
  width: 150rpx;
  height: 50rpx;
  border: 1rpx solid #fc5b63;
  border-radius: 20rpx;
  text-align: center;
  line-height: 50rpx;
  color: #fc5b63;
}

.review_state {
  font-size: 24rpx;
  color: #fc5b63;
}
.view_btn{
  color: #3FA9F5;
  border: 1rpx solid #3FA9F5;
}
.state3{
  color: #C3C3C3
}
.icon-dui{
  color: #FC5B63;
}