evaluate.wxss 1.2 KB
/* pages/evaluate/evaluate.wxss */

.control {
   border-top: 1rpx solid #e4e4e4;
   padding: 56rpx 40rpx;
}

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

.wordLimit {
   display: block;
   float: right;
}

.hr {
   border-bottom: 1rpx solid #e4e4e4;
   clear: both;
   margin-top: 65rpx;
}

.title {
   font-size: 26rpx;
   color: #999;
   margin-top: 36rpx;
}

/* 图片上传预览删除 */

.imgList_lz {
   display: flex;
   justify-content: space-between;
   padding-top: 43rpx;
   flex-wrap: wrap;
}

.imgList_lz::after {
   content: "";
   width: 188rpx;
}

.imgList_lz .forList image {
   width: 188rpx;
   height: 188rpx;
}
.imgList_lz .forList {
   position: relative;
}
.imgList_lz .forList view {
   position: absolute;
   top: -16rpx;
   width: 32rpx;
   height: 32rpx;
   background: #999;
   border-radius: 100%;
   text-align: center;
   line-height: 32rpx;
   left: 100%;
   margin-left: -16rpx;
   font-size: 17rpx;
   color:#fff;
}



.imgList_lz .list image {
   width: 188rpx;
   height: 188rpx;
}



.submit{
   width:200rpx;
   height:72rpx;
   background:#FFCC00;
   text-align: center;
   line-height: 72rpx;
   border-radius: 36rpx;
   color:#333333;
   font-size: 30rpx;
   margin:0 auto;
   margin-top:112rpx;
}