.content { display: flex; flex-direction: column; justify-content:center; /* margin-top: 128rpx; */ } /* 头部 logo */ .header { width:260rpx; height:260rpx; /* box-shadow:0rpx 0rpx 60rpx 0rpx rgba(0,0,0,0.1); */ /* border-radius:50%; */ margin-top: 128rpx; margin-bottom: 72rpx; margin-left: auto; margin-right: auto; } .header image{ width:260rpx; height:260rpx; /* border-radius:50%; */ } /* 主体 */ .main { display: flex; flex-direction: column; padding-left: 70rpx; padding-right: 70rpx; } .tips { color: #999999; font-size: 28rpx; margin-top: 64rpx; margin-left: 48rpx; } /* 登录按钮 */ .wbutton{ margin-top: 96rpx; }