niangjiushi.wxss 1.4 KB
.niangjiulist{
  display:flex;
  flex-wrap:wrap;
}

.teachimg{
  width:120rpx;
  height:120rpx;
  font-size: 0;
  border-radius:50%;
  margin:40rpx auto 0;

}
.teachimg image{
  width:100%;  
  height:100%;
  border-radius:50%;
}
.niangjiuitem{
  width:366rpx;
  height:386rpx;
  border-bottom: 1rpx solid #f5f5f5;
  
}
.niangjiuitem:nth-child(n){
  border-right:1rpx solid #f5f5f5
}
.jiuname{
  color:#1A1A1A;
  font-size: 28rpx;
  text-align: center;
  margin-top:14rpx;
}
.atten{
  width:80rpx;
  /* padding: 0 20 */
  margin:20rpx auto 0;
}
.aten1{
   width:120rpx;
   margin:20rpx auto 0;
}
.jiubottom{
  display:flex;
  align-items: center;
  justify-content: space-around;
  margin-top:23rpx;
}
.jiuleft{
  display:flex;
  align-items: center
}
.jiumiddle{
  display:flex;
  align-items: center
}
.jiuleftimg{
  width:30rpx;
  height:28rpx;
  font-size: 0
}
image{
  width:100%;
  height:100%;
}
.jiuzan{
  color:#666666;
  font-size: 28rpx;
  margin-left:16rpx;
}
.middleimg{
  width:29rpx;
  height:27rpx;
  font-size: 0
}
.tiao{
  color:#666666;
  font-size: 28rpx;
  margin-left:16rpx;
}
.jiuright{
  width:26rpx;
  height:26rpx;
  font-size: 0;
  position: relative
}

.lj_share{
  width:38rpx;
  height:40rpx;
  border:none;
  position: absolute;
  right:0rpx;
  top:0rpx;
  background: transparent

}
button::after{
  border:none;
  outline: none;
  background: transparent
}