userCenter.wxss 2 KB
.container {
  position: relative;
}

.not-login-view {
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
}

.not-login-view .login-icon {
  position: absolute;
  width: 369rpx;
  height: 277rpx;
  margin-top: 45%;
}

.not-login-view .login-icon .login-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 369rpx;
  height: 80rpx;
  opacity: 0.01;
}

.header-bg {
  width: 750rpx;
  height: 360rpx;
}

.header-bg .user-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 360rpx;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.user-info .black-cover {
  opacity: 0.8;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 360rpx;
}

.user-info .portrait {
  width: 120rpx;
  height: 120rpx;
  border-radius: 120rpx;
  margin-top: 60rpx;
}

.user-info .nick-name {
  font-family: PingFang-SC-Medium;
  font-weight: bold;
  font-size: 32rpx;
  color: #FFFFFF;
  letter-spacing: 0;
  margin-top: 30rpx;
}

.user-info .qrcode-view {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20rpx;
}

.user-info .qrcode-view .qrcode-icon {
  width: 40rpx;
  height: 40rpx;
}

.user-info .qrcode-view .qrcode-tips {
  font-family: PingFang-SC-Regular;
  font-size: 24rpx;
  color: #B0B0B0;
  letter-spacing: 0;
  margin-left: 6rpx;
}

.space-view {
  height: 20rpx;
  background-color: #eeeeee;
}

.end-space-view {
  width: 750rpx;
  height: 40rpx;
  margin-top: 40rpx;
  margin-bottom: 60rpx;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.left-line {
  margin-left: 30rpx;
  width: 286rpx;
  height: 2rpx;
  background-color: #E0E0E0;
}

.end {
  font-family: PingFang-SC-Regular;
  font-size: 28rpx;
  color: #B0B0B0;
  letter-spacing: 0;
  text-align: justify; 
  margin-left: 20rpx;
  margin-right: 20rpx;
  white-space: nowrap;
}

.right-line{
  margin-right: 30rpx;
  width: 286rpx;
  height: 2rpx;
  background-color: #E0E0E0;
}