suggestion.wxss 1.5 KB
/* pages/my/suggestion/suggestion.wxss */
page{
        width: 100%;
        height: 100%
}
 .content_item1 {
  margin-bottom: 20rpx;
  background-color: #fff;
  padding-top: 40rpx;
    padding: 40rpx 29rpx;
}
.area_box {
  height: 200rpx;
  position: relative;
  box-sizing: border-box;
}

.text_area {
  border-radius: 16rpx;
  background-color: #fafafa;
  padding: 20rpx;
  box-sizing: border-box;
  font-size: 28rpx;

}
.area {
  font-size: 28rpx;
  color: #888;
}

.font_num {
  font-size: 26rpx;
  color: #888;
  position: absolute;
  bottom: 21rpx;
  right: 21rpx;
}

.img_box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 19rpx;
}

.content_img {
  width: 160rpx;
  height: 160rpx;
  border: 2rpx dashed #ededed;
  border-radius: 11rpx;
  text-align: center;
  line-height: 160rpx;
  margin-right: 102rpx;
  margin-bottom:30rpx;
  position: relative
}
.content_img:nth-child(3n){
        margin-right:0
}

.icon-quxiao{
        position: absolute;
        top:-80rpx;
        right:0;
        font-size: 24rpx;
        color: #888;
}

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

.icon-jia {
  font-size: 46rpx;
  color: #ededed;
}

.bottom_btn {
        width: 100%;
  padding: 40rpx 55rpx;
  margin-bottom: 20rpx;
  background-color: #fff;
  position: fixed;
  bottom:0;
  left: 50%;
  transform: translateX(-50%)
}

.submit_btn {
  height: 80rpx;
  background-color: #ffda44;
  border-radius: 40px;
  box-shadow: 5px 10px 30px rgba(255, 204, 68, 0.6);
  text-align: center;
  line-height: 80rpx;
  font-size: 26rpx;
  color: #333;
}