/* pages/userCenter/service/service.wxss */
.pager{
  padding-top: 40rpx;
  margin-left: 40rpx;
  margin-right: 0rpx;
  padding-right: 0rpx;
  line-height: 1.5;
  text-align: left;
  background: white;
}
.service-text {
  font-size: 28rpx;
}
.phonenum{
  display: flex;
  flex-direction: row;
  align-items: center;
}
.phone-txt{
  font-size: 28rpx;
  border-bottom: 1rpx solid blue;
  color: blue;
}