approve.wxss 899 字节
/* pages/my/approve/approve.wxss */

.item_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20rpx 32rpx;
  border-bottom: 1rpx solid #f5f5fa;
  position: relative;
  background-color: #fff;
}

.list_title {
  width: 140rpx;
  font-size: 32rpx;
  color: #333;
  margin-right: 26rpx;
}

.pl_style {
  font-size: 32rpx;
  color: #ccc;
}

.list_input {
  width: 60%;
  font-size: 30rpx;
}

.list_content {
  font-size: 30rpx;
  color: #000;
  min-width: 75%;
}

.input_item {
  border: 0;
  outline: none;
}

.area_item {
  width: 80%;
  height: 120rpx;
}

.bottom_btn {
  width: 352rpx;
  height: 80rpx;
  background: linear-gradient(319deg, rgba(22, 155, 213, 1) 0%, rgba(0, 211, 255, 1) 100%);
  border-radius: 8rpx;
  font-size: 32rpx;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 100rpx auto 0 auto;
}