mine.wxss 438 字节
page{
  background: #F5F5FA;
}

.minebox{
  width:702rpx;
  background: #fff;
  margin:179rpx auto 0;
  border-radius: 28rpx;
}
.myname{
  color:#141414;
  font-size: 34rpx;
  text-align: center;
  margin-top:164rpx;
  font-weight: bold;
}
.mineitem{
  display:flex;
  align-items: center;
  justify-content: space-between;
  padding: 24rpx 36rpx;
  box-sizing: border-box
}
.mineitemright{
  width:13rpx;
  height:28rpx;
  font-size: 0
}