interactPost.wxss 2.1 KB
/* pages/interact/interactPost/interactPost.wxss */

page {
  background: #f7f7f7;
}

.box {
  padding: 30rpx;
  box-sizing: border-box;
}

.banner_box {
  background: #fff;
  padding: 30rpx;
}

.textarea_box {
  width: 100%;
  min-height: 200rpx;
}

.textarea {
  width: 100%;
  min-height: 200rpx;
  padding: 20rpx 0;
  position: relative;
  font-size: 28rpx;
}

.number {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #a5a6a8;
  font-size: 28rpx;
}

.textarea_size {
  font-size: 32rpx;
  color: #808080;
}

.upload_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.upload_img {
  width: 187rpx;
  height: 187rpx;
  border: 1rpx dashed #ebebeb;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 20rpx;
  margin-bottom: 20rpx;
}

.icon-jia1 {
  color: #ebebeb;
  font-size: 100rpx;
}

.upload_img:nth-child(5), .upload_img:nth-child(10) {
  margin-right: 0;
}

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

.icon_box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -12rpx;
  top: -12rpx;
}

.icon-shanchu {
  font-size: 40rpx;
  color: #f70e0e;
}

.type_box {
  width: 100%;
  height: 86rpx;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1rpx solid #f5f5f5;
}

.type_box input {
  font-size: 28rpx;
}

.type_info {
  font-size: 32rpx;
  color: RGBA(102, 102, 102, 0.6);
}

.list_input {
  width: 100%;
  height: 86rpx;
  display: flex;
  align-items: center;
}

.input_box  input {
  font-size: 32rpx;
}

.add-border {
  border-bottom: 1rpx solid #ebebeb;
}


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

.areas {
  width: 100%;
  height: 100%;
  font-size: 26rpx;
  position: relative;
}

.bottom_btn {
  width: 100%;
  height: 96rpx;
  background: #000;
  background: linear-gradient(336deg, rgba(0, 128, 255, 1) 0%, rgba(0, 194, 255, 1) 100%);
  border-radius: 8rpx;
  font-size: 34rpx;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 150rpx auto 0 auto;
}