index.wxss 1.3 KB
/**index.wxss**/
page{
  height:100%;
  overflow-y: hidden;
}
.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;
}
.indexbackground{
  height:100%;
}
.indexbac{
  width:750rpx;
  height:100%;
  position:relative;
}
.indexbac image{
  width:100%;
  height:100%;
}

.indexleftcontent{
  writing-mode: vertical-lr;
  position:absolute;
  top:280rpx;
  left:50rpx;
  color:#F45E7E;
  font-size: 36rpx;
  letter-spacing: 15rpx

}
.prevent{
  writing-mode: vertical-lr;
  position:absolute;
  top:279rpx;
  left:150rpx;
  color:#F45E7E;
  font-size: 36rpx;
  letter-spacing: 15rpx;
}
.indexright{
   width:383rpx;
   height:270rpx;
   font-size: 0;
   position:absolute;
   top:382rpx;
   left:308rpx;

}
.indexright image{
  width:100%;
  height:100%;
}
.start{
  width:250rpx;
  height:80rpx;
  line-height: 80rpx;
  background:rgba(255,255,255,0);
  border:1rpx solid rgba(255,94,131,1);
  box-shadow:0rpx 8rpx 16rpx 0rpx rgba(255,94,131,0.16);
  border-radius:40rpx;
  position: absolute;
  bottom:164rpx;
  left:0;
  right:0;
  margin: 0 auto;
  color:#FF5E83;
  font-size: 32rpx;

}