guanzhu.wxss 1.6 KB
@import '../../findblock/niangjiushi/niangjiushi.wxss';
.kindnav {
  height: 80rpx;
  display: flex;
  justify-content: space-around;
  text-align: center;
  white-space: nowrap;
  overflow-x: scroll;
  align-items: center;
  background: #fff;
  font-size: 0;
  border-bottom: 2rpx solid #f5f5f5;
  padding: 0 32rpx;
}

.kindnav_item {
  white-space: nowrap;
  list-style: none;
  font-size: 28rpx;
  color: #8d8d8d;
  width: auto;
  padding: 0 36rpx;
  position: relative;
}

.kindactive {
  color: #e81825;
}

.kindactive:after {
  display: block;
  content: "";
  width: 70rpx;
  height: 2rpx;
  background: #e81825;
  position: absolute;
  bottom: -20rpx;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.guanzhuitem{
  display:flex;
  justify-content: space-between;
  align-items: center;
  padding: 48rpx 32rpx;
  box-sizing: border-box;
  border-bottom: 1rpx solid #f5f5f5;

}

.kindname {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24rpx 0 0;
  border-top: 1rpx solid #f5f5f5;
}

.gouimg {
  width: 20rpx;
  height: 20rpx;
  font-size: 0;
  margin-left:19rpx;
}

image {
  width: 100%;
  height: 100%;
}

.guanzhuleftname {
  color: #1a1a1a;
  font-size: 28rpx;
}

.guanzhuitemleft {
  display: flex;
  align-items: center;
}

.guanzhuright {
  width: 100rpx;
  height: 50rpx;
  background: #E81825;
  border-radius: 2rpx;
  color:#fff;
  font-size:26rpx;
  text-align: center;
  line-height: 50rpx;
}
.teacherimg{
  width:60rpx;
  height:60rpx;
  font-size: 0;
  border-radius:50%;
}
.teacherimg image{
  border-radius: 50%;
}
.teachername{
  margin-left:30rpx;
}