/* nova-werun/pages/my/my-profile/index.wxss */ .all{ width: 100vw; .avatarbox{ width: 100%; height: 270rpx; background-color: #87ceeb; display: flex; justify-content: center; align-items: center; .avatar-box{ width: 150rpx; height: 150rpx; position: relative; .avatar{ width: 150rpx; height: 150rpx; border-radius: 50%; } .photo{ width: 60rpx; height: 60rpx; position: absolute; right: -15rpx; bottom: -18rpx; } } } .submitbox{ width: 100%; height: 80rpx; display: flex; justify-content: center; align-items: center; margin-top: 40rpx; .submit{ width: 200rpx; height: 80rpx; font-size: 30rpx; color: white; background-color: #87ceeb; display: flex; justify-content: center; align-items: center; border-radius: 40rpx; } } }