lianjie.wxss 810 字节
page{
  overflow-y: hidden;
}

.lianjieimg {
  width: 128rpx;
  height: 128rpx;
  margin: 174rpx auto 0;
}

.refreshhead {
  padding: 18rpx;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
}

.refresh {
  width: 44rpx;
  height: 44rpx;
  font-size: 0;
}

.lianjie {
  color: #3d444d;
  font-size: 36rpx;
  width: 570rpx;
  text-align: center;
  margin: 82rpx auto 0;
  word-break: break-all;
  margin-top: 82rpx;
}

.copylianjie {
  width: 702rpx;
  height: 88rpx;
  background: rgba(251, 99, 36, 1);
  opacity: 1;
  border-radius: 4rpx;
  color:#fff;
  font-size: 32rpx;
  text-align: center;
  line-height: 88rpx;
  position: fixed;
  bottom:40rpx;
  left:24rpx;
  /* margin:542rpx auto 0; */
}
.codeco{
  color:#8C9198;
  font-size: 32rpx;
  text-align: center;
  margin-top:20rpx;
}