index.wxss 1.0 KB
/**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;
}
page{
    background: url('http://pnb2waalt.bkt.clouddn.com/bg.png') no-repeat;
    background-size: 100% 100%;

}
.pagebox{
  width:599rpx;
  height:486rpx;
  font-size: 0;
   margin: 286rpx auto 0;
  box-shadow:0px 8px 80px 0px rgba(45,60,75,0.12);
  border-radius:20rpx;
  position: relative

}
.pagebox image{
  width:100%;
  height:100%;
  border-radius:20rpx;
 
}
.logoimg{
  width:242rpx;
  height:264rpx;
  font-size: 0;
  position: absolute;
  top:-88rpx;
  left:0;
  right:0;
  margin: 0 auto;
}
.logoimg image{
  width:100%;
  height:100%;
}
.start{
  width:302rpx;
  height:80rpx;
  background:linear-gradient(0deg,rgba(1,79,155,1),rgba(6,58,108,1));
  box-shadow:0rpx 10rpx 20rpx 0rpx rgba(6,58,108,0.28);
  border-radius:40rpx;
  margin-top: 210rpx;
  color:#FFFFFF;
  font-size: 32rpx;
}