idea-feedback.wxss 1.8 KB
/* pages/idea-feedback/idea-feedback.wxss */
page {
  background-color: #f1f2f4;
}

.container {
  width: 100%;
  padding: 0 4%;
  background-color: #fff;
  height: 538rpx;
  box-sizing: border-box;
  margin-top: 2rpx;
  height: auto;
}

.title {
  height: 88rpx;
  display: flex;
  align-items: center;
  font-size: 28rpx;
  color: #323233;
}

textarea {
  width: 100%;
  height: 160rpx;
  font-size: 28rpx;
  font-weight: 400;
  text-align: left;
  color: #999999;
  line-height: 40rpx;
  letter-spacing: 0px;
}

.length {
  width: 100%;
  font-size: 24rpx;
  font-weight: 400;
  text-align: right;
  color: #999999;
}

/* 上传凭证 */


.photoText {
  height: 40rpx;
  display: flex;
  justify-content: space-between;
}

.photoText .lefttext {
  font-size: 32rpx;
  font-weight: 500;
  color: #323233;
}

.photoText .right {
  font-size: 28rpx;
  font-weight: 400;
  color: #969799;
}

.photo {
  display: flex;
  margin-top: 24rpx;
}

.photoOne {
  width: 150rpx;
  height: 150rpx;
  margin-right: 14rpx;
  position: relative;
}

.photoOne image {
  width: 150rpx;
  height: 150rpx;
}

.delBox {
  width: 32rpx;
  height: 32rpx;
  background: #c8c9cc;
  border-radius: 0px 4rpx 0px 4rpx;
  position: absolute;
  top: 0;
  right: 0;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
}

.delBox image {
  width: 26rpx;
  height: 26rpx;
}

.btnBox {
  width: 100%;
  height: 120rpx;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn {
  width: 622rpx;
  height: 88rpx;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(270deg, #fb7900 -100%, #ff4903);
  border-radius: 22px;
  font-size: 32rpx;
  color: #fff;
}
.phone{
  border-top: 2rpx solid #f1f2f4;
  margin-top: 26rpx;
}