evaluate.wxss 1.1 KB
/* pages/evaluate/evaluate.wxss */
@import '/pages/form/form.wxss';
.formbox{
 margin: 20rpx 27rpx 0 27rpx;
 padding:16rpx 0 0 0;
 border-radius: 8rpx;
}
.order_img{
 border-radius: 0;
}
.startbox{
 display: flex;
 align-items: center;
 justify-content: center;
 background: #fff;
 border-radius: 8rpx;
 margin: 20rpx 27rpx 20rpx 27rpx;
 padding:33rpx 95rpx 54rpx 95rpx;
}
.start{
 margin: 0 15rpx 0 0;
 width:78rpx;
 height: 78rpx;
 overflow: hidden;
}
.start image{
 width:100%;
 height: 100%;
 display: block;
}
.evaluatebox{
 border-radius: 8rpx;
 margin: 0 27rpx 60rpx 27rpx;
 background: #fff;
 padding:33rpx 60rpx 33rpx 60rpx;
 color:#999;
 font-size:24rpx;
}
.evaluatemain{
 height: 300rpx;
}
.evaluatemain textarea{
height: 100%;
width:100%;

}
.imgs{
 display: flex;
 align-items: center;
 flex-wrap: wrap;
}
.img{
 width:120rpx;
 height: 120rpx;
 border-radius: 8rpx;
 background: #F2F2F2;
 display: flex;
 align-items: center;
 justify-content: center;
 flex-direction: column;
 overflow: hidden;
}
.img .iconfont{
 font-size:77rpx;
}
.img image{
 width:100%;
 height: 100%;
 display: block;
}
 .addimg{
  padding:10rpx;
  color:#CCCCCC;
 }