/**index.wxss**/ .userinfo { display: flex; flex-direction: column; align-items: center; color: #aaa; } .userinfo-avatar { overflow: hidden; width: 128rpx; height: 128rpx; margin: 20rpx; border-radius: 50%; } .usermotto { margin-top: 200px; } .ert{ position: relative; } .btn{ position: absolute; right: 40rpx; top: 32rpx; } .card{ width: 90%; margin: auto; height: 270rpx; background: #fff; border-radius: 10rpx; margin-top: 18rpx; padding: 20rpx 20rpx; position: relative; /* box-shadow: 5px 5px 5px #cdcfcf; */ } .card1{ display: flex; justify-content: space-between; color: #696969; margin-bottom: 8rpx; } .card2{ display: flex; justify-content: space-between; color: #696969; margin-bottom: -10rpx; } .btn1{ position: absolute; right: 20rpx; bottom: 25rpx; }