zhanghaoyuanquan.wxss 445 字节
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;
}