word_report.wxss 1.5 KB
page{
  padding-bottom: 120rpx;     
}
.info_box {
  width: 100%;
  padding: 0 32rpx;
  border-bottom: 16rpx solid #f5f6f8;
  box-sizing: border-box;
}

.item {
  width: 100%;
  height: 100rpx;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 28rpx;
  font-family: PingFang SC;
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
  border-bottom: 2rpx solid #e6e6e6;
  box-sizing: border-box;
}

.item:last-child {
  border: none;
}

.item  text:last-child {
  color: #666;
}

.img_box, .word_box {
  widows: 100%;
  padding: 0 32rpx;
  box-sizing: border-box;
}

.title {
  width: 100%;
  font-size: 28rpx;
  font-family: PingFang SC;
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
  padding: 37rpx 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

.title image {
  width: 18rpx;
  height: 18rpx;
  margin-right: 10rpx;
}

.img_arr {
  width: 100%;
}

.img_item {
  width: 200rpx;
  height: 200rpx;
  margin-right: 42rpx;
  margin-bottom: 42rpx;
}

.img_item:nth-child(3n) {
  margin-right: 0;
}

.word {
  width: 100%;
  height: 273rpx;
  border: 1px solid rgba(229, 229, 229, 1);
  border-radius: 10rpx;
  padding: 28rpx;
  box-sizing: border-box;
  font-size: 26rpx;
  font-family: PingFang SC;
  font-weight: 500;
  color: rgba(204, 204, 204, 1);
}
.submit{
  width:686rpx;
height:88rpx;
background:rgba(65,205,121,1);
border-radius:10rpx;
font-size:32rpx;
font-family:PingFang SC;
font-weight:500;
color:rgba(255,255,255,1);
display: flex;
justify-content: center;
align-items: center;
margin: 164rpx auto 0;
}