zhanghaobangding.wxss 731 字节
page{
  background: #F2F2F2
}
.zhanghao{
  background: #fff;
}

.zhanghaoitem{
  width:668rpx;
  height:100rpx;
  display:flex;
  align-items: center;
  justify-content: space-between;
  margin:0 auto;
  border-bottom: 1rpx solid #f5f5f5;

}
.zhanghaoleft{
  color:#333333;
  font-size: 28rpx;

}
.rowimg{
  width:14rpx;
  height:24rpx;
  font-size: 0
}
.question{
  color:#36BCE8;
  font-size: 28rpx;
  text-align: center;
  margin-top:26rpx;
}
.zhanghaoright{
  display:flex;
  align-items: center;
  position: relative;
}
.authInfo{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.zhanghaoname{
  color:#999999;
  font-size: 28rpx;
  margin-right:22rpx;
}
.bangname{
  color:#666666;
}