childbirthnote.wxss 1.7 KB
@import '../../../common/common.wxss';
.search{
  width:562rpx;
  height:64rpx;
  display:flex;
  justify-content: space-between;
  align-items: center;
  padding: 12rpx 12rpx 12rpx 33rpx;
  box-sizing: border-box;
  background: #FAFAFA;
  border-radius:50rpx;
  margin: 12rpx 18rpx 12rpx 0;
}
.searchimg{
  width:33rpx;
  height:33rpx;
  font-size: 0
}
.searchimg image{
  width:100%;
  height:100%;
}
.enterword{
  width:485rpx;
  color:#B2B2B2;
  font-size: 28rpx;
}
.suinotes{
  border-bottom:1px solid #f5f5f5;
}
.setnode{
  padding-bottom:130rpx;
}

.childbirth{
  margin-top:16rpx;
}
.use_comment{
  justify-content: space-between
}
.use{
  display:flex;
  align-items: center;
  height:80rpx;
  padding: 0 30rpx;
}
.use_img{
  width:40rpx;
  height:40rpx;
  font-size: 0;
  margin-top: 8rpx;

}
.use_img image{
  width:100%;
  height:100%;
}
.use_name{
  color:#292525;
  font-size: 26rpx;
  font-weight: bold;
  margin-left: 10rpx;
  height:60rpx;
  line-height: 60rpx;

}
.bitmat{
  width:686rpx;
  height:355rpx;
  font-size: 0;
  border-radius: 16rpx;
  margin: 0 auto;
}
.bitmat image{
  width:100%;
  height:100%;
}
/* 关注 */
.attention{
  height:70rpx;
  background: #FD8779;
  padding: 22rpx 33rpx;
  display:flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
.attentintext{
  color:#fff;
  font-size: 26rpx;
}
.attentinword{
  width:137rpx;
  height:46rpx;
  border:1rpx solid rgba(255,255,255,1);
  border-radius:23rpx;
  color:#fff;
  font-size: 24rpx;
  text-align: center;
  line-height: 46rpx;
}
.editword{
  width:524rpx;
  position: relative;
}

.openword{
  position:absolute;
  right:-63rpx;
  bottom:-2rpx;
  color:RGBA(253, 135, 121, 1);
  font-size: 28rpx;
}
.essays_text{
  width:524rpx;
}