index.wxss 787 字节
/**index.wxss**/

.userinfo {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.userinfo-avatar {
  width: 128rpx;
  height: 128rpx;
  margin: 20rpx;
  border-radius: 50%;
}

.userinfo-nickname {
  color: #aaa;
}

.usermotto {
  margin-top: 200px;
}

.shouquanimg {
  width: 172rpx;
  height: 202rpx;
  font-size: 0;
  margin: 244rpx auto 0;
}

.quanname {
  color: #06121e;
  font-size: 32rpx;
  font-weight: bold;
  margin-top: 48rpx;
  text-align: center;
}

.huoqu {
  color: #5b5e63;
  font-size: 28rpx;
  margin-top: 16rpx;
  text-align: center;
}

.bottomtextright {
  width: 686rpx;
  height: 88rpx;
  background: rgba(251, 99, 36, 1);
  opacity: 1;
  border-radius: 44rpx;
  color:#fff;
  font-size: 32rpx;
  position: fixed;
  bottom:48rpx;
  left:32rpx;
}